Java Web Weekly, Issue 168

Lots of interesting writeups on Java 9 this week.

Here we go…

1. Spring and Java

Fixing memory issues can be challenging. This comprehensive guide will give you an idea where to start looking for when you encounter them.

>> Pipeline as code with a Spring Boot application [pragmaticintegrator.wordpress.com]

“Infrastructure as Code” is not a new approach, but definitely still very interesting for the significant advantages and maturity it brings.

>> JSR 269 Maintenance Review for Java SE 9 [oracle.com]

A few updates regarding Pluggable Annotation Processing API for Java SE 9.

The first promoted build of GF5 was released recently.

>> Spring Boot and hypermedia, part 1: HAL [insaneprogramming.be]

A short guide to building a self-discoverable API with Spring Boot.

TDD is a powerful and necessary tool, although sometimes a weak one when it comes to checking the correctness of imperative programs. Higher abstractions coupled with strong type system can make your life easier by decreasing the number of spots where mistakes can even be made.

>> Coping with stringly-typed [frankel.ch]

In the world of strong static typing, sometimes it’s easy to abuse String type. There are some solutions to dealing with such situations.

2. Technical

Looks like Kotlin is getting even more very interesting features. I am definitely curious how this one will develop over time.

>> SelfEncapsulation [martinfowler.com]

An interesting approach where you restrict yourself to using getters/setters when possible instead of accessing fields directly. This can make refactoring much easier if some additional non-standard logic needs to be performed when accessing fields.

>> Protecting Sensitive Data [techblog.bozho.net]

A few tips for increasing security of your highly sensitive data.

https://www.sitepoint.com/is-an-agile-java-standard-possible/Is An Agile Java Standard Possible?] [sitepoint.com]

And some interesting thoughts about the state of the Java platform development. It turns out that making the whole process Agile might be not that easy.

Also worth reading:

3. Musings

===== >> Programmer Career Planning [henrikwarne.com]

Sometimes it’s worth leaving the comfort zone in order to learn something new and to increase your position in the market.

>> Password Rules Are Bullshit [codinghorror.com]

Strict password policies can be irritating especially when your randomly generated password does not match all required criteria ?

>> The Case for a Team Standard [daedtech.com]

It’s important to make sure that your standards not only exist but are also high.

Also worth reading:

4. Comics

And my favorite Dilberts of the week:

Leave a Reply

Your email address will not be published.