Java
-

How to Generate Customized Java 8 Code with Plugins
One thing most programmers hate is to write boilerplate code. Endless hours are spent setting up entity classes and configuring…
Read More » -

Java 8: Use Smart Streams with Your Database in 2 Minutes
Streaming with Speedment When Java 8 finally arrived, some colleges and I started an open-source project to take the whole…
Read More » -

How To Add Cloud Persistent Storage to JBoss Cool Store
We have been discussing why application developers can’t ignore their stack anymore in the Ā App Dev Cloud Stack series. Last…
Read More » -

Java 8: Bye Manual SQL, Hello Speedment!
Most applications written in Java require some form of data storage. In small applications this is often realized using a…
Read More » -

Shadow Fields vs. Property Accessors Interface Round 3
This is round 3 of the Shadow Fields vs Property Accessors Interface. If you are new and not sure what…
Read More » -

JUnit 5 ā Architecture
Now that we know how to set JUnit 5 up and write some tests with it, letās take a look…
Read More » -

Converting string configuration properties to other types, with a bit of Optional
Somedays you come across some code and think that’s pretty, why didn’t I think of that? So my long time…
Read More » -

Spring MVC: Trgger manual validation of a form object
Sometimes it may be needed to use manual validation in Spring MVC @Controller. This is very simple with Springās org.springframework.validation.ValidationUtils…
Read More » -

NetBeans Java EE Tip #7: Overlooked Java Class and XHTML Editor Shortcuts
Sometimes the most helpful features of an IDE are the most overlooked. Ā In this post, I will outline five NetBeans…
Read More »





