From 523b0809e860532d4f77dea744ac2c2f55ef82a4 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Sun, 12 Feb 2017 11:39:42 -0500 Subject: [PATCH 1/3] add light-java, light-java-rest and light-oauth2 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 33daab1..2aa7ba7 100644 --- a/README.md +++ b/README.md @@ -549,6 +549,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Eureka](https://github.com/Netflix/eureka) - REST based service registry for resilient load balancing and failover. * [Lagom](https://www.lightbend.com/lagom) - Framework for creating microservice-based systems. * [SnopEE](https://github.com/ivargrimstad/snoop) - Discovery service for Java EE microservices. +* [Light-Java](https://github.com/networknt/light-java) - The fastest and most productive microservices framework ## Monitoring @@ -681,6 +682,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Retrofit](http://square.github.io/retrofit/) - Type-safe REST client. * [Spark](http://sparkjava.com/) - Sinatra inspired framework. * [Swagger](http://swagger.io/) - Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services. +* [Light-Java-Rest](https://github.com/networknt/light-java-rest) - A RESTful framework built on top of Light-Java with swagger-codegen and use swagger spec during runtime for validation and security. ## Science @@ -714,6 +716,7 @@ A curated list of awesome Java frameworks, libraries and software. * [OACC](http://oaccframework.org/) - Provides permission-based authorization services. * [pac4j](https://github.com/pac4j/pac4j) - Security engine. * [PicketLink](http://picketlink.org/) - Umbrella project for security and identity management. +* [Light-OAuth2](https://github.com/networknt/light-oauth2) - The fastest, lightest and cloud native OAuth 2.0 authorization microservices based on light-java. ## Serialization @@ -822,6 +825,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Ratpack](https://ratpack.io/) - Set of libraries that facilitate fast, efficient, evolvable and well tested HTTP applications. * [Spring Boot](http://projects.spring.io/spring-boot/) - Microframework which simplifies the development of new Spring applications. * [Vaadin](https://vaadin.com/home) - Event-driven framework build on top of GWT. Uses server-side architecture with Ajax on the client-side. +* [Light-Java](https://github.com/networknt/light-java) - The fastest and most productive microservices framework # Resources From eb50e7fa8db5bb310b24367e4734a8cd584c8307 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Thu, 23 Feb 2017 12:57:05 -0500 Subject: [PATCH 2/3] Moved to platform with only one entry --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f17009..f79f356 100644 --- a/README.md +++ b/README.md @@ -549,7 +549,6 @@ A curated list of awesome Java frameworks, libraries and software. * [Eureka](https://github.com/Netflix/eureka) - REST based service registry for resilient load balancing and failover. * [Lagom](https://www.lightbend.com/lagom) - Framework for creating microservice-based systems. * [SnopEE](https://github.com/ivargrimstad/snoop) - Discovery service for Java EE microservices. -* [Light-Java](https://github.com/networknt/light-java) - A fast, light weight and productive microservices framework * [restQL-core](https://github.com/B2W-BIT/restQL-core) - Microservice query language that fetches information from multiple services. ## Monitoring @@ -656,6 +655,7 @@ A curated list of awesome Java frameworks, libraries and software. * [CUBA Platform](https://cuba-platform.com) - High level framework for development of enterprise applications with rich web interface, based on Spring, EclipseLink and Vaadin. * [Spring](http://projects.spring.io/spring-framework/) - Provides many packages ranging from dependency injection to aspect-oriented programming to security. +* [Light-Java](https://github.com/networknt/light-java) - A fast, light weight and productive microservices framework with [security](https://github.com/networknt/light-oauth2) built in. ## Reactive libraries @@ -683,7 +683,6 @@ A curated list of awesome Java frameworks, libraries and software. * [Retrofit](http://square.github.io/retrofit/) - Type-safe REST client. * [Spark](http://sparkjava.com/) - Sinatra inspired framework. * [Swagger](http://swagger.io/) - Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services. -* [Light-Java-Rest](https://github.com/networknt/light-java-rest) - A RESTful framework built on top of Light-Java with swagger-codegen and use swagger spec during runtime for validation and security. ## Science @@ -718,7 +717,6 @@ A curated list of awesome Java frameworks, libraries and software. * [OACC](http://oaccframework.org/) - Provides permission-based authorization services. * [pac4j](https://github.com/pac4j/pac4j) - Security engine. * [PicketLink](http://picketlink.org/) - Umbrella project for security and identity management. -* [Light-OAuth2](https://github.com/networknt/light-oauth2) - A fast, light and cloud native OAuth 2.0 authorization microservices based on light-java. ## Serialization From 57bf2732c6e7fa683ea3d7339bb36541d5cd0427 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Thu, 23 Feb 2017 13:04:47 -0500 Subject: [PATCH 3/3] fix the typo in light weight --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f79f356..03e23e9 100644 --- a/README.md +++ b/README.md @@ -655,7 +655,7 @@ A curated list of awesome Java frameworks, libraries and software. * [CUBA Platform](https://cuba-platform.com) - High level framework for development of enterprise applications with rich web interface, based on Spring, EclipseLink and Vaadin. * [Spring](http://projects.spring.io/spring-framework/) - Provides many packages ranging from dependency injection to aspect-oriented programming to security. -* [Light-Java](https://github.com/networknt/light-java) - A fast, light weight and productive microservices framework with [security](https://github.com/networknt/light-oauth2) built in. +* [Light-Java](https://github.com/networknt/light-java) - A fast, lightweight and productive microservices framework with [security](https://github.com/networknt/light-oauth2) built in. ## Reactive libraries