Commit Graph

1221 Commits

Author SHA1 Message Date
Andreas Kull
2eb38fdfd5 feat: add javaslang-circuitbreaker 2016-09-03 09:51:00 +02:00
Andreas Kull
ea0563c3b2 feat: add lambda behave 2016-09-03 09:39:23 +02:00
Andreas Kull
520082520c feat: add modernizer 2016-09-03 09:35:17 +02:00
Andreas Kull
a5e2c8cbf2 feat: add protonpack 2016-09-02 22:32:08 +02:00
Andreas Kull
a7cc94d214 Merge pull request #403 from karussell/patch-1
Adding GraphHopper
2016-09-02 12:39:46 +02:00
Andreas Kull
e5b390d6a9 Merge pull request #402 from 4F2E4A2E/master
add tesseract ocr api for java tess4j
2016-09-02 12:39:09 +02:00
Andreas Kull
51d4a38783 Merge pull request #401 from swily/master
Update README.md to add baratine.io framework
2016-09-02 12:38:49 +02:00
Sean Wiley
19d28ac213 Update README.md description for Baratine 2016-09-01 10:36:14 -07:00
Peter
80297251a1 Update README.md 2016-08-31 22:25:29 +02:00
4F2E4A2E
2ac4086cda Correcting description 2016-08-31 22:21:27 +02:00
Andreas Kull
bc78660a55 Merge pull request #404 from Simplychee/takipi-overops
Takipi to OverOps Rebrand
2016-08-31 22:18:09 +02:00
JB Giraudeau
5ee60695c3 Moved Faux Pas to Development section
as it is not really related to functional programming.
2016-08-31 21:53:01 +02:00
JB Giraudeau
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
Andreas Kull
a6dd8f84e5 Merge pull request #405 from LappleApple/patch-7
Added Faux Pas to Functional Programming section
2016-08-31 12:56:33 +02:00
Lauri at Zalando
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
Simplychee
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
Peter
9f5da8a2e4 Adding GraphHopper 2016-08-23 20:23:28 +02:00
4F2E4A2E
750bdaff93 add tesseract ocr api for java tess4j 2016-08-22 10:36:22 +02:00
Andreas Kull
1efeb202d1 Merge pull request #398 from s4kibs4mi/master
nanohttpd server added
2016-08-20 22:43:07 +02:00
Andreas Kull
fa36b40ee7 Merge pull request #399 from LappleApple/patch-6
Added Tracer to "Logging" section
2016-08-20 22:42:53 +02:00
Andreas Kull
1b3f9b1917 Merge pull request #400 from likel/master
add airline as a command-line argument parser
2016-08-20 22:42:12 +02:00
Sean Wiley
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
Sakib Sami
586355ef93 removed implied texts 2016-08-07 15:07:56 +06:00
Ke Li
ca10d63d76 add airline as a command-line argument parser 2016-08-05 23:06:03 +08:00
Lauri at Zalando
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
Andreas Kull
ad95691ed3 Merge pull request #374 from kasonyang/patch-2
Add jflex to Compiler-compiler
2016-08-05 14:01:20 +02:00
Andreas Kull
a2324a4997 Merge pull request #390 from vongosling/master
Add RocketMQ to the list of Messaging
2016-08-05 14:00:42 +02:00
Andreas Kull
a598f5cc99 Merge pull request #395 from LappleApple/patch-5
Added "Logbook" to Logging section
2016-08-05 13:53:21 +02:00
Andreas Kull
1317143a49 Merge pull request #397 from croydondias/master
Added Stagemonitor and Glowroot
2016-08-05 13:51:26 +02:00
Sakib Sami
4db1255da1 nanohttpd server added 2016-07-31 12:24:04 +06:00
Croydon Dias
079133b993 Reorganised Pinpoint into APM section 2016-07-29 21:05:34 +01:00
Croydon Dias
971d4595ae Added Stagemonitor and Glowroot 2016-07-29 20:59:53 +01:00
Lauri at Zalando
e541728ffb Added "Logbook" to Logging section
Logbook (https://github.com/zalando/logbook) is an extensible, open-source Java library for HTTP request and response logging.
2016-07-26 18:00:00 +02:00
vongosling
9baa1b33c6 remove logo 2016-07-25 09:17:28 +08:00
vongosling
9b6d6e7035 add dot 2016-07-21 16:09:43 +08:00
vongosling
4d9b0f412d add rocketmq description 2016-07-21 16:04:10 +08:00
Andreas Kull
43b459e8f5 Merge pull request #387 from pskiwi/master
Add gRPC to networking
2016-07-20 11:07:14 +02:00
Andreas Kull
c5eee82525 Merge pull request #388 from LappleApple/patch-4
Added Jackson-datatype-money under "JSON"
2016-07-20 11:04:25 +02:00
Lauri at Zalando
606dfc1fe6 Added Jackson-datatype-money under "JSON"
It's a Jackson module that enables you to express monetary amounts in JSON, can be used in a REST APIs, offers customizable serialization by locale, and allows you to implement RESTful API endpoints that format monetary amounts based on the Accept-Language header.
2016-07-19 12:41:26 +02:00
Andreas Pillath
1efe2ed8a5 Merge pull request #1 from pskiwi/pskiwi-add-grpc
Add GRPC
2016-07-19 09:36:13 +02:00
Andreas Pillath
d5e16e3518 Add GRPC 2016-07-19 09:31:32 +02:00
Andreas Kull
b8d4a8efce Merge pull request #385 from leventov/patch-1
Add Chronicle Map
2016-07-18 21:23:38 +02:00
Kason
a64c801144 Update README.md 2016-07-18 10:55:51 +08:00
Roman Leventov
3cae801a02 Add Chronicle Map 2016-07-16 18:09:50 +07:00
Andreas Kull
10d60ceb42 Merge pull request #381 from LappleApple/patch-3
Added Riptide, this time correctly
2016-07-16 11:56:15 +02:00
Andreas Kull
b583ccefc4 Merge pull request #382 from jbduncan/caffeine
Create a new Caching section, and add Caffeine & move Ehcache to it.
2016-07-16 11:55:57 +02:00
Andreas Kull
ba6fad7b51 Merge pull request #383 from andreassimon/patch-1
Fixed typo
2016-07-16 11:55:15 +02:00
Andreas Simon
130850213f Fixed typo 2016-07-15 10:04:13 +02:00
Jonathan Bluett-Duncan
6c6b00a6e2 Create a new Caching section, and add Caffeine & move Ehcache to it. 2016-07-13 21:29:23 +01:00
Lauri at Zalando
147aa1f0b6 Added Riptide, this time correctly
Added the project "Riptide" under the Networking section, this time with the ending period.
2016-07-13 10:26:56 +02:00