-
Scala
Even simpler scalability with Akka through RegistryActor
Let’s imagine, your system is deployed on one node, where you running actors that literally draining out the resources. You…
Read More » -
Enterprise Java
Play framework modules: Divide and conquer
It’s usually the case that you start developing an application and go on fulfilling requirements. When your application grows bigger…
Read More » -
Software Development
Hints for writing secure code
Security and data protection are becoming now more and more popular topics. We are coming into the world where too…
Read More » -
Software Development
Enough whitespace already
In most sensible languages the compiler ignores whitespace; it’s only there to help humans understand the code. The trouble is,…
Read More » -
Core Java
Make your JAXB cleaner with the MOXy implementation
The principle advantage of using JAXB when marshalling and demarshalling XML is the programming model. Simply annotate a few POJOs…
Read More » -
Enterprise Java
Java EE 6 vs. Spring Framework: A technology decision making process
In the last few month we’ve went through this decision making process: which technology stack to choose for enterprise development…
Read More » -
Enterprise Java
EJB Lookup in a Vaadin Application
It has been a long time since the last Service Locator I have implemented. I thought it wouldn’t be necessary…
Read More » -
Enterprise Java
Domain modeling with Spring Data Neo4j
Hi all, Willie here. Last time I told you that I’m building the Skybase CMDB using Neo4j and Spring Data…
Read More » -
Desktop Java
Integrating JavaFX 2.0 with Swing and SWT
One of the improvements in JavaFX with JavaFX 2.0 has been greater ease of interoperability with Swing and SWT. Several…
Read More »