Commit Graph

1571 Commits

Author SHA1 Message Date
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
de188aefab Update README.md
Fixed ordering added 'Search' topic which I forgot.
2014-08-05 10:09:08 +02:00
90524bf325 Update README.md
Sorted via awesome-python/sort.py
2014-08-05 10:00:37 +02:00
77c512879d Update README.md 2014-08-05 09:52:46 +02:00
f6cb24d660 Update README.md
Substituted awesome-awesome link for awesome-python
2014-08-05 09:50:31 +02:00
57a978fa1e Merge pull request #33 from fpavageau/small_fixes
Small fixes
2014-08-05 09:20:20 +02:00
5a9a661708 Merge pull request #36 from acisternino/master
Added Hazelcast.
2014-08-05 09:19:00 +02:00
35e3ac72b7 Update README.md
Added:
Logging > logstash
REST Frameworks > swookiee
Visualization > kibana
2014-08-05 09:07:08 +02:00
d739b99453 Added Hazelcast.
Hazelcast is an high-performance distributed implementation of the most important Java collections.
Operation performed on an Hazelcast collection are automatically replicated across a cluster
simplifying the development of distributed applications.
2014-08-05 08:59:54 +02:00
65e172f87c Fix some spelling mistakes 2014-07-29 18:29:21 +02:00
e4d305bf46 Recategorize Metrics
Metrics is definitely not in the "Code Analysis" category, as it doesn't
analyse code. It's a library, not a tool like SonarQube or FindBugs.
2014-07-29 18:21:15 +02:00
7ae8a2b650 Update README.md
Added:
Database > presto
Distributed Applications > Hystrix
Misc > OpenRefine
2014-07-28 16:02:44 +02:00
e7a7df561a Update README.md
Added:
High Performance > GS Collections
High Performance > fastutil
High Performance > hftc

Changed:
Order - 'High Performance'
2014-07-28 15:52:38 +02:00
accbb9e408 Update README.md
Added:
-Topic 'Imagery'
-Topic 'Search'
-Imagery > ZXing
-Imagery > Picasso
-Search > Solr
-Search > Elasticsearch
-Database > JDBI
-Development > RxJava
-Development > vert.x
-Distributed Applications > Apache Storm
-Machine Learning > h2o

Changed:
-Description 'Development'
2014-07-28 15:34:50 +02:00
6ebad9775e Merge pull request #29 from simonbasle/master
added restx to REST frameworks
2014-07-26 11:17:55 +02:00
df62ead63d Update README.md
Added RebelLabs.
2014-07-26 11:15:31 +02:00
02736f5839 added restx to REST frameworks 2014-07-25 10:55:03 +02:00
8ea32fdfd2 Update README.md 2014-07-24 14:28:50 +02:00