Commit Graph

1109 Commits

Author SHA1 Message Date
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
Andreas Kull
4a743c14f0 Merge pull request #379 from tracer021/master
Add Quartz and JBehave
2016-07-09 11:59:39 +02:00
Fidel Guico
0aae32806d Refactor description for Quartz and JBehave. 2016-07-09 12:14:50 +08:00
Fidel Guico
68551167cb Add Quartz and JBehave 2016-07-09 12:06:18 +08:00
Andreas Kull
b7a982677d Merge pull request #369 from IgorGursky/master
Add "Cukes-REST" - a collection of steps for Cucumber
2016-07-08 18:33:38 +02:00
Andreas Kull
888bef9123 Merge pull request #376 from atomfrede/jmapper
add jmapper entry
2016-07-08 18:29:44 +02:00
Andreas Kull
a232edca6a Merge pull request #377 from stonio/patch-1
README.md - typo
2016-07-04 10:27:37 +02:00
stonio
08d1b7ac8e README.md - typo
Outperforms → Outperforms
logstash → Logstash
kibana → Kibana
graylog → Graylog
2016-07-01 14:31:27 +02:00
Frederik Hahne
9e1ae57e71 add jmapper entry 2016-06-30 22:15:57 +02:00
Kason
f58cb21737 Add jflex to Compiler-compiler
JFlex is a lexical analyzer generator (also known as scanner generator) for Java, written in Java.
2016-06-27 17:26:30 +08:00
Andreas Kull
82c8c885d3 Merge pull request #364 from jhalterman/atomix-copycat
Add Copycat and Atomix
2016-06-26 23:40:21 +02:00
Andreas Kull
e0b89d2f30 Merge pull request #365 from jhalterman/concurrentunit
Add ConcurrentUnit
2016-06-26 23:40:02 +02:00
Andreas Kull
ba913b682a Merge pull request #366 from jhalterman/typetools
Add TypeTools
2016-06-26 23:39:37 +02:00