This week is definitely Spring heavy – lot of solid Spring Boot pieces that show how the framework is maturing. Some interesting JVM articles as well.
Baeldung Author
Eugen Paraschiv
I’m a software engineer with a passion for REST, TDD and clean code, Web Security and Data Mining. Baeldung is about all of these and more.
Here's what I've written (so far):
Guava – Write to File, Read from File
Filed under Guava
How to Write to File and Read from a File using the Guava IO support and utilities.
Baeldung Weekly Review 42
Filed under Weekly Review
A week about Agile, building communities and patch operations in Spring – so not a bad week.
Guava – Join and Split Collections
Filed under Guava, Java Collections
How to use the Guava Splitter and Joiner to convert to and from collections and Strings.
The @Scheduled Annotation in Spring
Filed under Spring
How to use the @Scheduled annotation in Spring, to run tasks after a fixed delay, at a fixed rate or according to a cron expression.
Baeldung Weekly Review 41
Filed under Weekly Review
Wide array of articles from HTTP/2 moving forward, through using testing as the main driver of your design and to the useful lessons in Microservices.
Filtering and Transforming Collections in Guava
Filed under Guava, Java Collections
Filter collections with Predicates and transform them with Functions using the Guava library.
The Baeldung Weekly Review 40
Filed under Weekly Review
Some solid articles this week, on code coverage (being a useless metric), interesting JSON Patch Spring experiments and a new installment in the Chess TDD Series.
Guava Cache
Filed under Guava
How to use the Guava Cache – from a simple usecase to eviction of elements, refresh and preload of the cache and removal notifications.
Java – Generate Random String
Filed under Java
Generate Bounded and Unbounded Random Strings using plain Java and the Apache Commons Lang library.
The Baeldung Weekly Review 39
Filed under Weekly Review
Some interesting discussions this week on microservices and solid testing tactics for working with legacy code.
Java – Write to File
Filed under Java
The many ways to write data to File using Java.
The Baeldung Weekly Review 38
Filed under Weekly Review
Quick and to the point review this week – a solid JUnit tutorial series, a great article on persistence – specifically on long update operations and one my favorite XKCD series.
The Baeldung Weekly Review 37
Filed under Weekly Review
The longest weekly review since January – lots of great Java and Spring articles, interesting testing pieces and some good comics.
The Baeldung Weekly Review 36
Filed under Weekly Review
An interesting Java focused week, as well as a few Spring announcement and a lot of talk around persistence in general and Hibernate in particular.
Gson Serialization Cookbook
Filed under JSON
Learn how to serialize entities using the Gson library.
The Baeldung Weekly Review 35
Filed under Weekly Review
Spring 4.1 is out this week, along with some cool predictions of the next Java Random and some pragmatic musings about testing and goal setting. A good week all in all.
The Baeldung Weekly Review 34
Filed under Weekly Review
This week we’re looking at Spring Boot articles, some solid insights into learning and staying relevant as an engineer and of course – XKCD genius.
Login For a Spring Web App – Error Handling and Localization
Filed under Spring MVC, Spring Security
How to implement a Login Page for a Spring Security app – Localization, Validation and Error handling.
Gson Deserialization Cookbook
Filed under JSON
How to deserialize Json with the Gson library – a cookbook with the most common scenarios.