Skip to content

Commit 3c16801

Browse files
authored
Update some github's star
1 parent eac3982 commit 3c16801

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ of Apache Hadoop. https://hive.apache.org/ .License: [Apache 2](http://www.apach
800800
1. [Jmxtrans](https://github.com/jmxtrans/jmxtrans) This is effectively the missing connector between speaking to a JVM via JMX on one end and whatever logging / monitoring / graphing package that you can dream up on the other end. License: ?, [![GitHub stars](https://img.shields.io/github/stars/jmxtrans/jmxtrans.svg?style=social&label=Star&maxAge=2592000)](https://github.com/jmxtrans/jmxtrans).
801801
1. [Apache Camel](https://github.com/apache/camel) Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns with powerful Bean Integration. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) , [![GitHub stars](https://img.shields.io/github/stars/apache/camel.svg?style=social&label=Star&maxAge=2592000)](https://github.com/apache/camel). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
802802
1. [Apache CXF](http://cxf.apache.org/) Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS and JAX-RS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
803-
1. [Spring Integration](http://projects.spring.io/spring-integration/) - Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns (EIP). License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) , github's star - 435. ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
803+
1. [Spring Integration](https://github.com/spring-projects/spring-integration) - Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns (EIP). http://projects.spring.io/spring-integration/ License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) , [![GitHub stars](https://img.shields.io/github/stars/spring-projects/spring-integration.svg?style=social&label=Star&maxAge=2592000)](https://github.com/spring-projects/spring-integration). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
804804

805805

806806
### 7. Web Crawling and HTML parsering
@@ -829,7 +829,7 @@ of Apache Hadoop. https://hive.apache.org/ .License: [Apache 2](http://www.apach
829829
1. [Instagram Ig json parser](https://github.com/Instagram/ig-json-parser) Fast JSON parser for java projects, [![GitHub stars](https://img.shields.io/github/stars/Instagram/ig-json-parser.svg?style=social&label=Star&maxAge=2592000)](https://github.com/Instagram/ig-json-parser). [User guide](https://github.com/Instagram/ig-json-parser#getting-started) and [Hello World examples](https://github.com/Vedenin/useful-java-links/tree/master/helloworlds/3.8-json/ig_json_parser). License: [BSD 3](https://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22Revised_BSD_License.22.2C_.22New_BSD_License.22.2C_or_.22Modified_BSD_License.22.29). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
830830
1. [Jackson](http://wiki.fasterxml.com/JacksonHome) - Similar to GSON but has performance gains if you need to instantiate the library more often. Subprojects: [Jackson core](https://github.com/FasterXML/jackson-core) Core part of Jackson, [Jackson databind](https://github.com/FasterXML/jackson-databind) Core part of Jackson that defines Streaming API as well as basic shared abstractions, [![GitHub stars](https://img.shields.io/github/stars/FasterXML/jackson-core.svg?style=social&label=Star&maxAge=2592000)](https://github.com/FasterXML/jackson-core). [User guide](https://github.com/FasterXML/jackson-docs) and [Hello World examples](https://github.com/Vedenin/useful-java-links/tree/master/helloworlds/3.8-json/jackson). License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
831831
1. [JSON.simple](https://github.com/fangyidong/json-simple) - A simple Java toolkit for JSON. You can use json-simple to encode or decode JSON text, [![GitHub stars](https://img.shields.io/github/stars/fangyidong/json-simple.svg?style=social&label=Star&maxAge=2592000)](https://github.com/fangyidong/json-simple). [User guide](https://code.google.com/archive/p/json-simple/wikis) and [Hello World examples](https://github.com/Vedenin/useful-java-links/tree/master/helloworlds/3.8-json/json_simple). License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
832-
1. [Genson](http://owlike.github.io/genson/) -Powerful and easy to use Java to JSON conversion library, github's star - 108. [User guide](http://owlike.github.io/genson/Documentation/UserGuide/) and [Hello World examples](https://github.com/Vedenin/useful-java-links/tree/master/helloworlds/3.8-json/genson). License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
832+
1. [Genson](https://github.com/owlike/genson) -Powerful and easy to use Java to JSON conversion library, http://owlike.github.io/genson/ [![GitHub stars](https://img.shields.io/github/stars/owlike/genson.svg?style=social&label=Star&maxAge=2592000)](https://github.com/owlike/genson). [User guide](http://owlike.github.io/genson/Documentation/UserGuide/) and [Hello World examples](https://github.com/Vedenin/useful-java-links/tree/master/helloworlds/3.8-json/genson). License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
833833

834834
##### Analog XPath for JSON
835835
1. [Jayway JsonPath](https://github.com/jayway/JsonPath) Java JsonPath implementation, [![GitHub stars](https://img.shields.io/github/stars/jayway/JsonPath.svg?style=social&label=Star&maxAge=2592000)](https://github.com/jayway/JsonPath). [User guide](https://github.com/jayway/JsonPath#getting-started) and [Hello World examples](https://github.com/Vedenin/useful-java-links/tree/master/helloworlds/3.8-json/json_path). License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
@@ -944,7 +944,7 @@ of Apache Hadoop. https://hive.apache.org/ .License: [Apache 2](http://www.apach
944944
### 18. Reverse Proxy Servers
945945
*Servers which accept client requests and direct them to the approriate backend service.*
946946

947-
1. [Membrane Service Proxy](https://github.com/membrane/service-proxy) An open source, reverse HTTP proxy framework written in Java. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) , github's star - 106. ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
947+
1. [Membrane Service Proxy](https://github.com/membrane/service-proxy) An open source, reverse HTTP proxy framework written in Java. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) , [![GitHub stars](https://img.shields.io/github/stars/membrane/service-proxy.svg?style=social&label=Star&maxAge=2592000)](https://github.com/membrane/service-proxy). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
948948

949949
## IV. Testing
950950
### 1. Testing
@@ -1046,7 +1046,7 @@ of Apache Hadoop. https://hive.apache.org/ .License: [Apache 2](http://www.apach
10461046
#### Build
10471047
*Tools which handle the build cycle and dependencies of an application.*
10481048

1049-
1. [Apache Maven](http://maven.apache.org/) - Declarative build and dependency management which favors convention over configuration. It might be preferable to Apache Ant which uses a rather procedural approach and can be difficult to maintain. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) , github's star - 614. ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
1049+
1. [Apache Maven](https://github.com/apache/maven) - Declarative build and dependency management which favors convention over configuration. It might be preferable to Apache Ant which uses a rather procedural approach and can be difficult to maintain. http://maven.apache.org License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) , [![GitHub stars](https://img.shields.io/github/stars/apache/maven.svg?style=social&label=Star&maxAge=2592000)](https://github.com/apache/maven). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
10501050
1. [Google Bazel](http://bazel.io) - Build tool from Google that builds code quickly and reliably. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) , github's star - 2809. ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
10511051
1. [Gradle](http://gradle.org/) - Incremental builds which are programmed via Groovy instead of declaring XML. Works well with Maven's dependency management. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) , github's star - 2465. ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
10521052
1. [Apache Ant](http://ant.apache.org/) - pache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. Subproject: [Apache AntUnit](https://projects.apache.org/project.html?ant-antunit) - testing Ant task, [Apache Compress Ant Library](https://projects.apache.org/project.html?ant-compress) - support additional archive formats, [Apache Ivy](https://projects.apache.org/project.html?ant-ivy) - very powerful dependency manager, [Apache IvyDE](https://projects.apache.org/project.html?ant-ivyde) - IvyDE plugin for Eclipse. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0). ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)

0 commit comments

Comments
 (0)