1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2025-02-10 15:45:12 -05:00

Merge pull request #13 from joshrhoderick/master

Update README.md. Fix typo.
This commit is contained in:
akullpp 2014-07-10 22:13:01 +02:00
commit 0aa06d0c19

View file

@ -44,8 +44,10 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
*Tools which handle the buildcycle of an application*
* [Apache Ant](http://ant.apache.org/) - Procedural build configurations via XML files
* [Apache Buildr](http://buildr.apache.org/) - Perform builds using Ruby scripts
* [Apache Maven](http://maven.apache.org/) - Declarative lifecycle and dependency managment which favors conventions
* [Gradle](http://www.gradle.org/) - Incremental builds which are programmed via Groovy
* [sbt](http://www.scala-sbt.org/) - Interactive build tool using Scala
## Code Analysis
@ -75,6 +77,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
* [DBeaver](http://dbeaver.jkiss.org/) - Graphical database manager
* [JDBI](http://jdbi.org/) - Simplification of JDBC
* [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema
* [Liquibase](http://www.liquibase.org/) - Source control for your database
* [Spring JDBCTemplate](http://www.spring.io/) - Simplification of JDBC
## Date and Time
@ -214,8 +217,9 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
* [Apache Tapestry](http://tapestry.apache.org/)
* [Apache Velocity](http://velocity.apache.org/)
* [Freemarker](http://freemarker.org/)
* [Thymeleaf](http://www.thymeleaf.org/)
* [Jtwig](http://jtwig.org/)
* [Mustache](http://mustache.github.io/)
* [Thymeleaf](http://www.thymeleaf.org/)
## Testing
@ -300,7 +304,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
*Books about Java that had a high impact and are still worth reading*
* [Effective Java (2nd Edition)](http://www.amazon.com/Effective-Java-Edition-Joshua-Bloch/dp/0321356683)
* [Java Concurrence in Practice](http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601)
* [Java Concurrency in Practice](http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601)
* [Thinking in Java](http://www.amazon.com/Thinking-Java-Edition-Bruce-Eckel/dp/0131872486)
# Contributing