A strong week for the Java/Spring ecosystem – new Java 9 JEPs announced, a REST API being built and some good thoughts on testing.
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):
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
How to write out the contents of a Reader to File using plain Java, Guava or Apache Commons IO.
The Baeldung Weekly Review 30
Filed under Weekly Review
Diverse week full of solid articles on Spring, Java 8, testing, BDD and risk management – a lot of interesting articles in here.
The Baeldung Weekly Review 29
Filed under Weekly Review
A diverse week with a first look at Spring 4.1, the new Servlet 4 draft spec being proposed and some good thoughts on testing.
Java – Random Long, Float, Integer and Double
Filed under Java
Learn how to generate random numbers in Java – both unbounded as well as within a given interval.
The Baeldung Weekly Review 28
Filed under Weekly Review
This week was packed with value – from 2 very cool Spring Data new features to a few good usecases of Java 8. A very good week.
Java – Reader to InputStream
How to convert a Reader into an InputStream using Java, Guava and the Apache Commons IO library.
Java – InputStream to Reader
How to convert an InputStream to a Reader using Java, Guava and the Apache Commons IO library.
Java – Reader to Byte Array
How to convert a Reader into a byte[] using plain Java, Guava or the Apache Commons IO library.
Java – Reader to String
How to convert a Reader into a String using Java, Guava and the Apache Commons IO library.
The Baeldung Weekly Review 27
Filed under Weekly Review
Spring Releases galore this week, but also some great Java 8 articles and my favorite podcast recommendation right now.
Java – File to Reader
How to convert a File to a Reader using Java, Guava and the Apache Commons IO library.
Java – Byte Array to Reader
How to Convert a Byte Array into a Reader with plain Java, Guava and the Apache Commons IO library.
Java – String to Reader
Simple conversion from String to Reader in plain Java, Guava and Commons IO.
HttpClient Connection Management
Filed under HTTP Client-Side
How to open, manage and close connections with the Apache HttpClient 4.
The Baeldung Weekly Review 26
Filed under Weekly Review
Java modularity is getting some attention this week, along with a very pragmatic alternative to the “Big Rewrite” of a software system – definitely a good week.
Java – Delete a File
Filed under Java
How to delete a File in Java using JDK 6, JDK 7 or the Commons IO library.