-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparams.json
1 lines (1 loc) · 5.77 KB
/
params.json
1
{"name":"Guestful OSS","tagline":"","body":"Guestful OSS\r\n============\r\n\r\nWelcome to Guestful OSS !\r\n\r\nThis is a list of technical modules we are using at Guestful. You can also use them, and of course send us some pull requests for new versions or fixes!\r\n\r\n**Module Categories**\r\n\r\n- [Jersey Modules](#jersey-modules)\r\n- [JAX-RS Client and Server Modules](#jax-rs-client-and-server-modules)\r\n- [JAX-RS based API Clients](#jax-rs-based-api-clients)\r\n- [Other Modules](#other-modules)\r\n\r\nJersey Modules\r\n--------------\r\n\r\n### jersey-container ###\r\n\r\nJersey Container API. Discover the implementation to use from the classpath.\r\n\r\n```\r\nContainer container = Container.create(GuestfulResourceConfig)\r\n .setPort(Env.PORT)\r\n .setMaxWorkers(Env.WORKERS)\r\n .setContextPath('/api')\r\n```\r\n\r\n\\>> [Go to project](module.jersey-container) <<\r\n\r\n### jersey-container-undertow ###\r\n\r\nUndertow Jersey Container implementation\r\n\r\n\\>> [Go to project](module.jersey-container-undertow) <<\r\n\r\n### jersey-container-jetty ###\r\n\r\nJetty Jersey Container implementation\r\n\r\n\\>> [Go to project](module.jersey-container-jetty) <<\r\n\r\nJAX-RS Client and Server Modules\r\n------------------------------\r\n\r\n### jaxrs-filter-cache ###\r\n\r\nJAX-RX Filter handling cache control in responses through a `@Cache` annotation.\r\n\r\n\\>> [Go to project](module.jaxrs-filter-cache) <<\r\n\r\n### jaxrs-filter-charset ###\r\n\r\nJAX-RX Filter setting charset on top of content types through a `@Charset` annotation\r\n\r\n\\>> [Go to project](module.jaxrs-filter-charset) <<\r\n\r\n### jaxrs-filter-client-cookie ###\r\n\r\nJAX-RX Filter for clients to keep track of cookies to re-send them on next request\r\n\r\n\\>> [Go to project](module.jaxrs-filter-client-cookie) <<\r\n\r\n### jaxrs-filter-cookie-removal ###\r\n\r\nJAX-RX Filter which sends a cookie removal header for matched cookies\r\n\r\n\\>> [Go to project](module.jaxrs-filter-cookie-removal) <<\r\n\r\n### jaxrs-filter-cors ###\r\n\r\nJAX-RS CORS Support\r\n\r\n\\>> [Go to project](module.jaxrs-filter-cors) <<\r\n\r\n### jaxrs-filter-jsend ###\r\n\r\nJAX-RX Filter to support a modified [Jsend](http://labs.omniti.com/labs/jsend) body wrapper through a `@Jsend` annotation\r\n\r\n\\>> [Go to project](module.jaxrs-filter-jsend) <<\r\n\r\n### jaxrs-filter-security ###\r\n\r\nJAX-RS Security Filters to handle Http Basic Auth, Custom Form Auth, Authz through JSR-250, Cookie Auth, Remember-Me, etc\r\n\r\n\\>> [Go to project](module.jaxrs-filter-security) <<\r\n\r\n### jaxrs-filter-cookie-auth ###\r\n\r\nJAX-RS Filter to support cookie authentication mechanims and remembering with encryption\r\n\r\n\\>> [Go to project](module.jaxrs-filter-cookie-auth) <<\r\n\r\n### jaxrs-http-patch ###\r\n\r\nJAX-RS Filtert to support HTTP PATCH method through a `@PATCH` annotation\r\n\r\n\\>> [Go to project](module.jaxrs-http-patch) <<\r\n\r\n### jaxrs-media-json ###\r\n\r\nJAX-RS Provider linked to Guestful Json Serializer interface which is pluggable with Groovy, Boon or Jackson\r\n\r\n\\>> [Go to project](module.jaxrs-media-json) <<\r\n\r\nJAX-RS based API Clients\r\n------------------------\r\n\r\n### mandrill-client ###\r\n\r\n[Mandrill](https://mandrillapp.com/) Client based on JAX-RS\r\n\r\n\\>> [Go to project](module.mandrill-client) <<\r\n\r\n### mixpanel-client ###\r\n\r\n[Mixpanel](https://mixpanel.com/) Client based on JAX-RS\r\n\r\n\\>> [Go to project](module.mixpanel-client) <<\r\n\r\n### nextable-client ###\r\n\r\n[Nextable](http://home.nextable.com/) Client based on JAX-RS\r\n\r\n\\>> [Go to project](module.nextable-client) <<\r\n\r\n### pusher-client ###\r\n\r\n[Pusher](http://pusher.com/) Client based on JAX-RS\r\n\r\n\\>> [Go to project](module.pusher-client) <<\r\n\r\n### twilio-client ###\r\n\r\n[Twilio](https://www.twilio.com/) Client based on JAX-RS\r\n\r\n\\>> [Go to project](module.twilio-client) <<\r\n\r\n### iron-mq-client ###\r\n\r\n[Iron MQ](http://www.iron.io/mq) Client based on JAX-RS\r\n\r\n\\>> [Go to project](module.iron-mq-client) <<\r\n\r\n### facebook-client ###\r\n\r\n[Facebook](https://www.facebook.com/) Client based on JAX-RS\r\n\r\n\\>> [Go to project](module.facebook-client) <<\r\n\r\n### amazon-client ###\r\n\r\n[Amazon AWS](http://aws.amazon.com/) Client based on JAX-RS\r\n\r\n\\>> [Go to project](module.amazon-client) <<\r\n\r\nOther Modules\r\n-------------\r\n\r\n### i18n ###\r\n\r\nGuestful I18N support based on [Unicode CLDR](http://cldr.unicode.org/)\r\n\r\n\\>> [Go to project](module.i18n) <<\r\n\r\n### java-agent ###\r\n\r\nJava Agent Tools to expose `Instrumentation` API, memory used, etc...\r\n\r\n\\>> [Go to project](module.java-agent) <<\r\n\r\n### jsr310-extensions ###\r\n\r\nJSR310 Extensions: `ZonedInterval`, Groovy serialization, Kryo serialization, Mongo serializations, Groovy extensions\r\n\r\n\\>> [Go to project](module.jsr310-extensions) <<\r\n\r\n### eventbus ###\r\n\r\nEventBus interface backed by several providers (Guava EventBus, Redis PubSub, IronMQ, Mongo) to support in-memory events, cluster-dispatched events, Queued events and scheduled events\r\n\r\n\\>> [Go to project](module.eventbus) <<\r\n\r\n### json-serializer ###\r\n\r\nJSON Serializer API backed by any provider amongst Groovy, Boon, Jackson\r\n\r\n\\>> [Go to project](module.json-serializer) <<\r\n\r\n### simple-pool ###\r\n\r\nSimple Object Pooling library using Java Concurrent API\r\n\r\n\\>> [Go to project](module.simple-pool) <<\r\n\r\n### logging-extensions ###\r\n\r\nLogging extensions for Logback, SLF4j, etc.\r\n\r\n\\>> [Go to project](module.logging-extensions) <<\r\n\r\n### text-to-asciiart ###\r\n\r\nText to ASCII Art\r\n\r\n\\>> [Go to project](module.text-to-asciiart) <<\r\n","google":"UA-55953377-1","note":"Don't delete this file! It's used internally to help with page regeneration."}