Quite some useful articles this week – and a few must reads, if you’re doing any non-trivial development.
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 6
Filed under Weekly Review
Another great set of articles out in the 2nd week of February – covering the whole spectrum – Security, Performance testing, patterns and a few other subjects.
The Baeldung Weekly Review 5
Filed under Weekly Review
Week 5 review – really good articles on HTTP and REST this week, among other things.
HttpClient Basic Authentication
Filed under HTTP Client-Side
Do Basic Authentication with the HttpClient 4 – simple usecase, preemptive auth and how to manually set the Authorization header.
The Baeldung Weekly Review 4
Filed under Weekly Review
Some great Spring, Security and REST articles from the 4th week of 2014.
Custom HTTP Header with the HttpClient
Filed under HTTP Client-Side
How to set a custom header on one/all requests sent via the HttpClient 4.
The Baeldung Weekly Review 3
Filed under Weekly Review
Some great Spring, Security and REST articles from the 3rd week of 2014.
The Baeldung Weekly Review 2
Filed under Weekly Review
My takeaways from the 2nd week of 2014.
Getting Started with Custom Deserialization in Jackson
Use Jackson to map custom JSON to any java entity graph with full control over the deserialization process.
Jackson – Custom Serializer
Control your JSON output with Jackson 2 by using a Custom Serializer.
The Baeldung Weekly Review 1
Filed under Weekly Review
Interesting articles from week 1 of 2014.
Java InputStream to String
How to convert an InputStream to a String using plain Java, Guava or Commons IO.
Jackson Unmarshalling JSON with Unknown Properties
How to unmarshall a JSON that contains Unknown Properties using Jackson.
Most Popular Articles of 2013
Filed under Spring
A quick list of the most popular articles from 2013, by number of views.
HttpClient 4 – Follow Redirects for POST
Filed under HTTP Client-Side
How to enable POST Redirect with Apache HttpClient.
HttpClient 4 – Do Not Follow Redirects
Filed under HTTP Client-Side
Stop the Apache HttpClient 4 automatically following redirects – A Day will come when redirects will be followed, but it’s not THIS DAY!
How to Read a Large File Efficiently with Java
Filed under Java
Learn how to process lines in a large file efficiently with Java – no need to store everything in memory.
Jackson – JsonMappingException (No serializer found for class)
How to fix the Jackson 2 JsonMappingException (No serializer found for class).
HttpClient 4 – Send Custom Cookie
Filed under HTTP Client-Side
How to send Custom Cookies with the Apache HttpClient 4.
How To Serialize and Deserialize Enums with Jackson
How to serialize and deserialize an Enum as a JSON Object using Jackson 2.