Andreas Kull
e6323dbda8
Merge pull request #49 from dotslash/master
...
Add design patterns to websites to refer
2014-09-19 10:16:00 +02:00
Andreas Kull
70864fe20b
Merge pull request #48 from tmarwen/master
...
Update README.md
2014-09-19 10:13:22 +02:00
Sai Teja Pratap
2dd125fe9b
Update README.md
2014-09-16 19:30:15 +05:30
tmarwen
4546ab03f7
Add Handlebars java library as a Templating engine framework.
2014-09-15 10:40:37 +01:00
Andreas Kull
b70e86731a
Update README.md
...
Changed some descriptions.
2014-09-01 15:07:30 +02:00
Andreas Kull
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
Andreas Kull
8eaff8529a
Merge pull request #43 from deephacks/json
...
REST Frameworks / Swagger
2014-09-01 08:37:23 +02:00
Andreas Kull
880965d2f1
Merge pull request #42 from deephacks/serialization
...
Serialization
2014-09-01 08:33:31 +02:00
Andreas Kull
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
Andreas Kull
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
Sojin
6805f31e7e
Update README.md
...
Libs in alphabetical order.
2014-08-26 23:06:40 +08:00
Sojin
da12c7c518
Update README.md
...
Added few libs under Database and Distributed Applications
2014-08-26 23:05:20 +08:00
Andrea Cisternino (anci8360)
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
Andreas Kull
ee77f79ba7
Merge pull request #38 from spoatacus/master
...
Add Ratpack
2014-08-18 23:23:29 +02:00
Andreas Kull
0ba79bebf3
Merge pull request #37 from acisternino/master
...
Added StringTemplate.
2014-08-18 23:21:20 +02:00
Andreas Kull
570cbb5fb9
Merge pull request #44 from deephacks/time
...
Time4J
2014-08-18 08:32:13 +02:00
Kristoffer Sjogren
6fc73678cc
Time4J
2014-08-17 21:16:38 +02:00
Kristoffer Sjogren
957c8b8cf7
Moved Swagger from JSON to REST frameworks
2014-08-17 21:02:44 +02:00
Kristoffer Sjogren
3aaa1c29c5
JSON / Swagger
2014-08-17 21:01:04 +02:00
Kristoffer Sjogren
1477eedfd7
Serialization
2014-08-17 20:47:41 +02:00
spoatacus
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
Andrea Cisternino (anci8360)
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
Andreas Kull
6969ef1e6d
Update README.md
...
Added:
Miscellaneous > AspectJ
2014-08-05 12:29:47 +02:00
Andreas Kull
693cad6276
Delete TOPICS.md
2014-08-05 10:17:34 +02:00
Andreas Kull
b5830db75d
Update CONTRIBUTING.md
...
Added statement regarding self-promotion
2014-08-05 10:16:01 +02:00
Andreas Kull
de188aefab
Update README.md
...
Fixed ordering added 'Search' topic which I forgot.
2014-08-05 10:09:08 +02:00
Andreas Kull
90524bf325
Update README.md
...
Sorted via awesome-python/sort.py
2014-08-05 10:00:37 +02:00
Andreas Kull
77c512879d
Update README.md
2014-08-05 09:52:46 +02:00
Andreas Kull
f6cb24d660
Update README.md
...
Substituted awesome-awesome link for awesome-python
2014-08-05 09:50:31 +02:00
Andreas Kull
57a978fa1e
Merge pull request #33 from fpavageau/small_fixes
...
Small fixes
2014-08-05 09:20:20 +02:00
Andreas Kull
5a9a661708
Merge pull request #36 from acisternino/master
...
Added Hazelcast.
2014-08-05 09:19:00 +02:00
Andreas Kull
35e3ac72b7
Update README.md
...
Added:
Logging > logstash
REST Frameworks > swookiee
Visualization > kibana
2014-08-05 09:07:08 +02:00
Andrea Cisternino
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
Frank Pavageau
65e172f87c
Fix some spelling mistakes
2014-07-29 18:29:21 +02:00
Frank Pavageau
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
Andreas Kull
7ae8a2b650
Update README.md
...
Added:
Database > presto
Distributed Applications > Hystrix
Misc > OpenRefine
2014-07-28 16:02:44 +02:00
Andreas Kull
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
Andreas Kull
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
Andreas Kull
6ebad9775e
Merge pull request #29 from simonbasle/master
...
added restx to REST frameworks
2014-07-26 11:17:55 +02:00
Andreas Kull
df62ead63d
Update README.md
...
Added RebelLabs.
2014-07-26 11:15:31 +02:00
Simon Baslé
02736f5839
added restx to REST frameworks
2014-07-25 10:55:03 +02:00
Andreas Kull
8ea32fdfd2
Update README.md
2014-07-24 14:28:50 +02:00
Andreas Kull
17f8d7279a
Update README.md
...
Added Document Processing and two libraries for Microsoft and OpenOffice.
2014-07-24 14:27:49 +02:00
Andreas Kull
0b4e59c190
Merge pull request #27 from jon-ruckwood/master
...
Updated README.md and TOPICS.md
2014-07-21 21:36:14 +02:00
jon-ruckwood
486a573736
Updated README.md and TOPICS.md
...
New HTTP section and added OkHttp to it.
2014-07-18 09:22:26 +01:00
Andreas Kull
216f31f69a
Update README.md
...
Readded Groovy.
2014-07-18 09:42:36 +02:00
Andreas Kull
50386c944d
Update README.md
...
Added Bintray
Added Shippable
2014-07-18 09:23:52 +02:00
Andreas Kull
d04c23cf1b
Update TOPICS.md
...
Removed Distribution
2014-07-17 08:59:31 +02:00
akullpp
d58aa61871
Update README.md
...
Added Distribution topic.
2014-07-16 22:05:38 +02:00
akullpp
f4ff0f41b2
Update README.md
...
Readded javatuples, but added a info that the concept maybe debatable.
2014-07-16 21:56:42 +02:00