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.
Also find me here:
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):
Baeldung on Java
- All
- Weekly Review (152)
- Spring (33)
- Spring Security (29)
- REST (23)
- Java IO (22)
- HTTP Client-Side (20)
- Jackson (17)
- Data (17)
- Java Collections (12)
- Java (9)
- Testing (8)
- Spring MVC (7)
- Maven (7)
- Spring Persistence (6)
- Persistence (6)
- Java List (6)
- JPA (6)
- Java String (5)
- Spring Web (4)
- Spring Boot (4)
- Spring Data (3)
- JSON (3)
- Security (2)
- Meta (2)
- Java Map (2)
- Java Array (2)
- Cloud (2)
- News (1)
- Java Numbers (1)
- Java Concurrency (1)
- IDE (1)
- Core Java (1)
- Artificial Intelligence (1)
- Architecture (1)
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.
The Baeldung Weekly Review 33
Filed under Weekly Review
A strong week for the Java/Spring ecosystem – new Java 9 JEPs announced, a REST API being built and some good thoughts on testing.
The Baeldung Weekly Review 32
Filed under Weekly Review
Solid week with the new RC2 of Spring 4.1, the Chess TDD series final post and a fantastic writeup on what it means to implement microservices as a team.
Getting Started with Forms in Spring MVC
Filed under Spring MVC
Learn how to work with forms using Spring MVC – mapping a basic entity, submit, displaying errors.
The Baeldung Weekly Review 31
Filed under Weekly Review
An interesting week – a Java bug got out and got contained, some cool Spring apps are being build and a quick solution to an interview problem that can fit in a tweet.
Java – Write a Reader to File
Filed under Java IO
How to write out the contents of a Reader to File using plain Java, Guava or Apache Commons IO.