You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Libraries that handle security, authentication, authorization or session management.*
275
+
*Frameworks specifically for creating RESTful services.*
275
276
276
-
*[Apache Shiro](http://shiro.apache.org/) - Performs authentication, authorization, cryptography and session management.
277
-
*[Keycloak](http://keycloak.jboss.org/) - Integrated SSO and IDM for browser apps and RESTful web services. Currently in beta but looks very promising.
278
-
*[PicketLink](http://picketlink.org/) - PicketLink is an umbrella project for security and identity management for Java applications.
279
-
*[Spring Security](http://projects.spring.io/spring-security/) - Focuses on authentication/authorization and protects against several attack vectors.
277
+
*[Dropwizard](https://dropwizard.github.io/dropwizard/) - Opinionated framework for setting up modern web applications, includes Jetty, Jackson, Jersey and Metrics.
*[RESTEasy](http://resteasy.jboss.org/) - Fully certified and portable implementation of the JAX-RS specification.
280
+
*[RESTX](http://restx.io/) - A lightweight REST framework with emphasis on modularity, speed and dev-friendly features (light specs compiled to unit tests and documentation, authentication needed by default, ...)
281
+
*[Retrofit](http://square.github.io/retrofit/) - A type-safe REST client for Java.
282
+
*[swookiee](http://swookiee.com/) - JVM Runtime for REST Services.
280
283
281
284
## Science
282
285
@@ -294,6 +297,15 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
294
297
*[Apache Solr](http://lucene.apache.org/solr/) - Full enterprise search engine optimized for high volume traffic.
295
298
*[Elasticsearch](http://www.elasticsearch.org/) - Distributed, multitenant-capable full-text search engine with a RESTful web interface and schema-free JSON documents.
296
299
300
+
## Security
301
+
302
+
*Libraries that handle security, authentication, authorization or session management.*
303
+
304
+
*[Apache Shiro](http://shiro.apache.org/) - Performs authentication, authorization, cryptography and session management.
305
+
*[Keycloak](http://keycloak.jboss.org/) - Integrated SSO and IDM for browser apps and RESTful web services. Currently in beta but looks very promising.
306
+
*[PicketLink](http://picketlink.org/) - PicketLink is an umbrella project for security and identity management for Java applications.
307
+
*[Spring Security](http://projects.spring.io/spring-security/) - Focuses on authentication/authorization and protects against several attack vectors.
308
+
297
309
## Server
298
310
299
311
*Servers which are specifically used to deploy applications.*
@@ -368,17 +380,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
368
380
*[Spring](http://projects.spring.io/spring-framework/) - Aims to simplify the development with Java EE and provides packages for dependency injection and aspect-oriented programming.
369
381
*[Vaadin](https://vaadin.com/) - Event-driven framework build on top of GWT. Uses server-side architecture with Ajax on the client-side.
370
382
371
-
## REST Frameworks
372
-
373
-
*Frameworks specifically for creating RESTful services.*
374
-
375
-
*[Dropwizard](https://dropwizard.github.io/dropwizard/) - Opinionated framework for setting up modern web applications, includes Jetty, Jackson, Jersey and Metrics.
*[RESTEasy](http://resteasy.jboss.org/) - Fully certified and portable implementation of the JAX-RS specification.
378
-
*[RESTX](http://restx.io/) - A lightweight REST framework with emphasis on modularity, speed and dev-friendly features (light specs compiled to unit tests and documentation, authentication needed by default, ...)
379
-
*[Retrofit](http://square.github.io/retrofit/) - A type-safe REST client for Java.
380
-
*[swookiee](http://swookiee.com/) - JVM Runtime for REST Services.
0 commit comments