27 lines
1.7 KiB
Markdown
27 lines
1.7 KiB
Markdown
### Relevant articles
|
|
|
|
- [Intro to Jasypt](http://www.baeldung.com/jasypt)
|
|
- [Array Processing with Apache Commons Lang 3](http://www.baeldung.com/array-processing-commons-lang)
|
|
- [String Processing with Apache Commons Lang 3](http://www.baeldung.com/string-processing-commons-lang)
|
|
- [Introduction to Javatuples](http://www.baeldung.com/java-tuples)
|
|
- [Introduction to Javassist](http://www.baeldung.com/javassist)
|
|
- [Embedded Jetty Server in Java](http://www.baeldung.com/jetty-embedded)
|
|
- [Introduction to Apache Flink with Java](http://www.baeldung.com/apache-flink)
|
|
- [Introduction to JSONassert](http://www.baeldung.com/jsonassert)
|
|
- [Intro to JaVer](http://www.baeldung.com/javers)
|
|
- [Introduction to Apache Commons Math](http://www.baeldung.com/apache-commons-math)
|
|
- [Intro to JaVer](http://www.baeldung.com/serenity-bdd)
|
|
- [Introduction to Netty](http://www.baeldung.com/netty)
|
|
- [Guide to Java Data Objects](http://www.baeldung.com/jdo)
|
|
- [Software Transactional Memory in Java Using Multiverse](http://www.baeldung.com/java-multiverse-stm)
|
|
- [Introduction to HikariCP](http://www.baeldung.com/hikaricp)
|
|
- [Serenity BDD with Spring and JBehave](http://www.baeldung.com/serenity-spring-jbehave)
|
|
- [Locality-Sensitive Hashing in Java Using Java-LSH](http://www.baeldung.com/locality-sensitive-hashing)
|
|
|
|
|
|
The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own.
|
|
|
|
The code examples related to different libraries should go in a new package.
|
|
|
|
Remember, for advanced libraries like JUnit, Jackson, etc. we already have separate modules. Please make sure to have a look at the existing modules in such cases.
|