-
Software Development
Solving ORM – Keep the O, Drop the R, no need for the M
ORM has a simple, production-ready solution hiding in plain sight in the Java world. Let’s go through it in this…
Read More » -
Enterprise Java
WildFly 9 – Don’t cha wish your console was hawt like this!
Everybody heard the news probably. The first WildFly 9.0.0.Alpha1 release came out Monday. You can download it from the wildfly.org…
Read More » -
Core Java
lambdas and side effects
Overview Java 8 has added features such as lambdas and type inference. This makes the language less verbose and cleaner,…
Read More » -
Desktop Java
How to Safely Use SWT’s Display asyncExec
Most user interface (UI) toolkits are single-threaded and SWT is no exception. This means that UI objects must be accessed…
Read More » -
Core Java
This is the Final Discussion!
Pun intended… Let’s discuss Java final. Recently, our popular blog post “10 Subtle Best Practices when Coding Java” had a…
Read More » -
Scala
Use Cases for Elasticsearch: Index and Search Log Files
In the last posts we have seen some of the properties of using Elasticsearch as a document store, for searching…
Read More » -
Core Java
Gradle Goodness: Adding Dependencies Only for Packaging to War
My colleague, Tom Wetjens, wrote a blog post Package-only dependencies in Maven. He showed a Maven solution when we want…
Read More » -
Software Development
Five Reasons Why High Performance Computing (HPC) startups will explode in 2015
1. The size of the social networks grew beyond any rational expectations Facebook(FB) official stats state that FB has 1.32 billion and…
Read More »