Commit Graph

790 Commits

Author SHA1 Message Date
ca844ff242 Added OrientDB to distributed database 2016-10-04 16:40:15 +02:00
d75bdba53d Merge pull request #418 from ahmedengu/master
Adding jjwt: JSON Web Token for Java
2016-09-16 18:38:48 +02:00
f3cac49b60 Adding jjwt 2016-09-16 18:18:30 +02:00
54bb648e8c Merge pull request #417 from javadev/master
Add link for the functional library underscore-java.
2016-09-16 15:07:21 +02:00
8e2ed5a4a4 Added link to the functional library underscore-java. 2016-09-15 23:38:42 +03:00
1332532c40 Merge pull request #416 from akullpp/feat/commercial-and-paas
feat: add commercial icons and PaaS section
2016-09-05 19:04:12 +02:00
f3ccb02b72 feat: add commercial icons and PaaS section 2016-09-05 19:03:40 +02:00
dcb3b068f8 Merge pull request #415 from akullpp/feat/javaslang-circuitbreaker
feat: add javaslang-circuitbreaker
2016-09-04 12:34:55 +02:00
afd0eb6088 Merge pull request #414 from akullpp/feat/microservice
feat: add microservice category
2016-09-04 12:34:40 +02:00
dad1c40a66 Merge pull request #413 from akullpp/feat/lambda-behave
feat: add lambda behave
2016-09-04 12:34:20 +02:00
94d3d6b397 Merge pull request #412 from akullpp/feat/modernizer
feat: add modernizer
2016-09-04 12:34:09 +02:00
2484ad97ef Merge pull request #411 from akullpp/feat/protonpack
feat: add protonpack
2016-09-04 12:33:30 +02:00
9d1c44f9d8 Merge pull request #408 from jbgi/patch-2
Moved Faux Pas from Functional Programming to Development section
2016-09-03 10:01:46 +02:00
1d4dabf0c0 Merge pull request #406 from akullpp/feature/orphaned
Picking up orphaned branches
2016-09-03 09:57:36 +02:00
2025b9792a Sort 2016-09-03 09:57:07 +02:00
0a324236d5 Description for #392 Self executing JARs 2016-09-03 09:54:17 +02:00
269638ca1a Development section is more about tools patching the JVM. 2016-09-03 09:54:17 +02:00
2e847359fd Picking up orphaned branches 2016-09-03 09:54:17 +02:00
6e35665819 feat: add microservice category
Entries are Apollo, Lagom and SnopEE
2016-09-03 09:53:19 +02:00
2eb38fdfd5 feat: add javaslang-circuitbreaker 2016-09-03 09:51:00 +02:00
ea0563c3b2 feat: add lambda behave 2016-09-03 09:39:23 +02:00
520082520c feat: add modernizer 2016-09-03 09:35:17 +02:00
a5e2c8cbf2 feat: add protonpack 2016-09-02 22:32:08 +02:00
a7cc94d214 Merge pull request #403 from karussell/patch-1
Adding GraphHopper
2016-09-02 12:39:46 +02:00
e5b390d6a9 Merge pull request #402 from 4F2E4A2E/master
add tesseract ocr api for java tess4j
2016-09-02 12:39:09 +02:00
51d4a38783 Merge pull request #401 from swily/master
Update README.md to add baratine.io framework
2016-09-02 12:38:49 +02:00
19d28ac213 Update README.md description for Baratine 2016-09-01 10:36:14 -07:00
80297251a1 Update README.md 2016-08-31 22:25:29 +02:00
2ac4086cda Correcting description 2016-08-31 22:21:27 +02:00
bc78660a55 Merge pull request #404 from Simplychee/takipi-overops
Takipi to OverOps Rebrand
2016-08-31 22:18:09 +02:00
5ee60695c3 Moved Faux Pas to Development section
as it is not really related to functional programming.
2016-08-31 21:53:01 +02:00
380fc18fe1 Removed Faux Pas from Functional Programming section
This library is not related to functional programming. Having it in this section might lead learners of functional programming to think that error propagation/handling via runtime exceptions is the way to go. It is not. Even worse, sneaky throw is a hack/corruption of the type system.
A key goal of functional programming is maximize safety, this library has the opposite goal by encouraging unsafe functions.

In functional programming one would rather use sum types (or at least checked exceptions) for error handling.
2016-08-31 15:12:52 +02:00
a6dd8f84e5 Merge pull request #405 from LappleApple/patch-7
Added Faux Pas to Functional Programming section
2016-08-31 12:56:33 +02:00
a2d803b5ff Added Faux Pas to Functional Programming section
Faux Pas (https://github.com/zalando/faux-pas) is a library that simplifies error handling for Functional Programming in Java. It fixes the issue that none of the functional interfaces in the Java Runtime by default is allowed to throw checked exceptions.
2016-08-29 17:07:29 +02:00
84521c0669 Takipi to OverOps Rebrand
Changing Takipi to OverOps due to rebranding. Takipi blog stays the same
2016-08-29 15:45:50 +03:00
9f5da8a2e4 Adding GraphHopper 2016-08-23 20:23:28 +02:00
750bdaff93 add tesseract ocr api for java tess4j 2016-08-22 10:36:22 +02:00
1efeb202d1 Merge pull request #398 from s4kibs4mi/master
nanohttpd server added
2016-08-20 22:43:07 +02:00
fa36b40ee7 Merge pull request #399 from LappleApple/patch-6
Added Tracer to "Logging" section
2016-08-20 22:42:53 +02:00
1b3f9b1917 Merge pull request #400 from likel/master
add airline as a command-line argument parser
2016-08-20 22:42:12 +02:00
f1a99bd76a Update README.md to add baratine.io framework
Baratine functions as an operational (for business logic), datastore, & routing framework for creating microservices. Services in Java, clients in any language. It has reworked the thread & data programming model to provide asynchronous POJO microservices that do not have concurrency access or database bottleneck issues.
2016-08-09 11:19:22 -07:00
586355ef93 removed implied texts 2016-08-07 15:07:56 +06:00
ca10d63d76 add airline as a command-line argument parser 2016-08-05 23:06:03 +08:00
6bd6af6d7c Added Tracer to "Logging" section
Tracer (https://github.com/zalando/tracer) is an open-source call tracing and log correlation library for distributed systems.
2016-08-05 16:10:15 +02:00
ad95691ed3 Merge pull request #374 from kasonyang/patch-2
Add jflex to Compiler-compiler
2016-08-05 14:01:20 +02:00
a2324a4997 Merge pull request #390 from vongosling/master
Add RocketMQ to the list of Messaging
2016-08-05 14:00:42 +02:00
a598f5cc99 Merge pull request #395 from LappleApple/patch-5
Added "Logbook" to Logging section
2016-08-05 13:53:21 +02:00
1317143a49 Merge pull request #397 from croydondias/master
Added Stagemonitor and Glowroot
2016-08-05 13:51:26 +02:00
4db1255da1 nanohttpd server added 2016-07-31 12:24:04 +06:00
079133b993 Reorganised Pinpoint into APM section 2016-07-29 21:05:34 +01:00