forked from eugenp/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mikr
committed
Apr 29, 2020
1 parent
87db41d
commit 19565aa
Showing
54 changed files
with
689 additions
and
438 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## Libraries-5 | ||
|
||
This module contains articles about various Java libraries. | ||
These are small libraries that are relatively easy to use and do not require any separate module of their own. | ||
|
||
The code examples related to different libraries are each in their own module. | ||
|
||
Remember, for advanced libraries like [Jackson](/jackson) and [JUnit](/testing-modules) we already have separate modules. Please make sure to have a look at the existing modules in such cases. | ||
|
||
### Relevant articles | ||
- [Introduction to Caffeine](https://www.baeldung.com/java-caching-caffeine) | ||
- [Introduction to StreamEx](https://www.baeldung.com/streamex) | ||
- [A Docker Guide for Java](https://www.baeldung.com/docker-java-api) | ||
- [Introduction to Akka Actors in Java](https://www.baeldung.com/akka-actors-java) | ||
- [A Guide to Byte Buddy](https://www.baeldung.com/byte-buddy) | ||
- [Introduction to jOOL](https://www.baeldung.com/jool) | ||
- [Consumer Driven Contracts with Pact](https://www.baeldung.com/pact-junit-consumer-driven-contracts) | ||
- [Introduction to Atlassian Fugue](https://www.baeldung.com/java-fugue) | ||
- [Publish and Receive Messages with Nats Java Client](https://www.baeldung.com/nats-java-client) | ||
- [Java Concurrency Utility with JCTools](https://www.baeldung.com/java-concurrency-jc-tools) | ||
- More articles [[<-- prev]](/libraries-4) [[next -->]](/libraries-6) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...eldung/atlassian/fugue/FugueUnitTest.java → ...ava/com/baeldung/fugue/FugueUnitTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.