Commit Graph

1138 Commits

Author SHA1 Message Date
a5963cc5c6 Update README.md
Removed Spark from Web Frameworks since it's already in REST Frameworks.
2014-11-08 16:41:47 +01:00
bf05a18ccb Merge pull request #58 from MartinSeeler/library/spark
Add Spark to REST section
2014-11-08 16:39:00 +01:00
c6a1be559b Add Ninja Framework to Web Frameworks section 2014-11-07 18:22:38 +01:00
b1615156a1 Add Ebean framework to ORM section. 2014-11-07 18:17:47 +01:00
3cbb3b1f21 added RabbitMQ 2014-11-07 11:37:23 +08:00
4a5116fef8 Add JeroMQ to Messaging 2014-10-28 12:46:26 +01:00
4bb73f0763 Add Spark to REST section 2014-10-28 12:25:46 +01:00
08f9f6a415 Merge pull request #57 from asolntsev/patch-1
Update README.md
Added Selenide
2014-10-22 08:14:07 +02:00
3f9bc39286 Update README.md
Add "Selenide" to testing tools
2014-10-21 14:18:46 +03:00
b1683baeaf Update README.md
Fixed hyphens in CI.
2014-10-20 09:08:13 +02:00
e3054b27eb Update README.md 2014-10-20 09:06:14 +02:00
9770784c9a Update README.md
Added LightAdmin
2014-09-23 11:32:58 +02:00
23badd9a33 Update README.md
Fixed spelling.
2014-09-22 12:36:46 +02:00
93207ea6f5 Update README.md
Added Google's Auto
2014-09-22 12:32:40 +02:00
6238b9f7b7 Update README.md
Removed empty topics.
2014-09-22 12:26:54 +02:00
fbf12af072 Update README.md
Sorted
2014-09-22 12:23:00 +02:00
adb74f4251 Update README.md
Unfortunately, a lot, so please refer to the diff.
2014-09-22 12:20:29 +02:00
dff42ae296 Update README.md
Changed:
Date and Time > Joda-Time URL
Dependency Injection > Google Guice
Development > DCVEM, included the fork

Removed:
Date and Time > Java 8 SE Date/Time API
Dependency Injection > Spring
Dependency Injection > Weld

Added:
Development > Spring Loaded
2014-09-22 09:37:37 +02:00
4dee88ffbd Update README.md
Changed:
Database > presto to Database > Presto

Description:
Code Analysis
Compile-compiler

Added:
Continuous Integration > Bamboo
Continuous Integration > Go
Continuous Integration > TeamCity
Continuous Integration > Codeship
Continuous Integration > CircleCI
Database > Flyway

Removed:
Continuous Integration > Shippable
Database > Liquibase
2014-09-22 09:19:26 +02:00
802d4e39c5 Update README.md
Changed description Bytecode Manipulation > Javassist
2014-09-19 12:14:53 +02:00
9a55100ec9 Update README.md
Changed description Twitter > Simon Maple
2014-09-19 12:12:01 +02:00
a54b6e0805 Update README.md
Changed Contributing
Changed description of Twitter > Mario Fusco
2014-09-19 11:58:04 +02:00
c36a217ea7 Update README.md
Added:
Websites > Java Code Geeks
Websites > InfoQ
Websites > TheServerSide.com
Twitter > Eugen Paraschiv
Twitter > Martijn Verburg
Twitter > Lukas Eder
Twitter > Javin Paul
Twitter > Mario Fusco


Removed:
Twitter > Pete Muir - Inactivity

Descriptions:
Added Twitter > *

Changed:
Twitter description
2014-09-19 11:02:22 +02:00
539a37e996 Update README.md
Sorting:
Template Engine > Handelbars.java
2014-09-19 10:21:29 +02:00
f61be3bbe8 Update README.md
Moved:
Websites > Design Patterns to Miscellaneous > Design Patterns

Description:
Added Miscellaneous > Design Patterns
2014-09-19 10:19:49 +02:00
e6323dbda8 Merge pull request #49 from dotslash/master
Add design patterns to websites to refer
2014-09-19 10:16:00 +02:00
70864fe20b Merge pull request #48 from tmarwen/master
Update README.md
2014-09-19 10:13:22 +02:00
2dd125fe9b Update README.md 2014-09-16 19:30:15 +05:30
4546ab03f7 Add Handlebars java library as a Templating engine framework. 2014-09-15 10:40:37 +01:00
b70e86731a Update README.md
Changed some descriptions.
2014-09-01 15:07:30 +02:00
b7710405fc Update README.md
Removed
- Bytecode Manipulation > cglib since it is deprecated

Added
- Code Analysis > Checkstyle
- Code Analysis > PMD
2014-09-01 10:50:46 +02:00
8eaff8529a Merge pull request #43 from deephacks/json
REST Frameworks / Swagger
2014-09-01 08:37:23 +02:00
880965d2f1 Merge pull request #42 from deephacks/serialization
Serialization
2014-09-01 08:33:31 +02:00
b9f5a6e1d8 Merge pull request #45 from acisternino/bytecode-manip
Added Bytecode Manipulation section with some content. Maybe remove cglib later on, I think it suffers from inactivity.
2014-09-01 08:24:51 +02:00
6e302afac0 Merge pull request #46 from sojin/master
Added few very good libs under Database and Distributed apps
2014-09-01 08:21:00 +02:00
6805f31e7e Update README.md
Libs in alphabetical order.
2014-08-26 23:06:40 +08:00
da12c7c518 Update README.md
Added few libs under Database and Distributed Applications
2014-08-26 23:05:20 +08:00
6ff6d88fb0 Added Bytecode Manipulation section with some content.
The ASM, cglib, and Javassist are the three most commonly used libraries for working
with Java bytecode at runtime. They are used by many frameworks and programs to
provide dynamic behavior like AOP programming.
2014-08-21 15:48:37 +02:00
ee77f79ba7 Merge pull request #38 from spoatacus/master
Add Ratpack
2014-08-18 23:23:29 +02:00
0ba79bebf3 Merge pull request #37 from acisternino/master
Added StringTemplate.
2014-08-18 23:21:20 +02:00
570cbb5fb9 Merge pull request #44 from deephacks/time
Time4J
2014-08-18 08:32:13 +02:00
6fc73678cc Time4J 2014-08-17 21:16:38 +02:00
957c8b8cf7 Moved Swagger from JSON to REST frameworks 2014-08-17 21:02:44 +02:00
3aaa1c29c5 JSON / Swagger 2014-08-17 21:01:04 +02:00
1477eedfd7 Serialization 2014-08-17 20:47:41 +02:00
42f6edcb9d Add Ratpack
Ratpack is a set of Java libraries that facilitate fast, efficient, evolvable and well tested HTTP applications.
2014-08-07 22:58:30 -04:00
bb60ec7e28 Added StringTemplate.
StringTemplate is a java template engine for generating source code, web pages, emails,
or any other formatted text output. StringTemplate is particularly good at code generators,
multiple site skins, and internationalization/localization.
StringTemplate also powers the ANTLR parser generator.
2014-08-06 08:39:56 +02:00
6969ef1e6d Update README.md
Added:
Miscellaneous > AspectJ
2014-08-05 12:29:47 +02:00
693cad6276 Delete TOPICS.md 2014-08-05 10:17:34 +02:00
b5830db75d Update CONTRIBUTING.md
Added statement regarding self-promotion
2014-08-05 10:16:01 +02:00