-
Enterprise Java
Multiple dynamic includes with one JSF tag
Every JSF developer knows the ui:include and ui:param tags. You can include a facelet (XHTML file) and pass an object,…
Read More » -
Enterprise Java
WildFly 8.0.0.Alpha1 release and a bit of history
It’s been around 2 weeks now since we released WildFly 8.0.0.Alpha1 version. The download is available on the WildFly downloads…
Read More » -
Software Development
10 Productivity tips for software developers
After attending a few seminars on the topic of productivity and time management and reading a couple of books on…
Read More » -
Core Java
Builder Pattern: Good for code, great for tests
I’ve found the builder design pattern occasionally useful in code, but frequently useful in tests. This article is a quick…
Read More » -
Enterprise Java
Java EE 7 is final. Thoughts, Insights and further Pointers.
It took us a little less than three years to get the next Java EE version out the door. On…
Read More » -
Enterprise Java
Mapping enums done right with @Convert in JPA 2.1
If you ever worked with Java enums in JPA you are definitely aware of their limitations and traps. Using enum…
Read More » -
Agile
So, what’s in a story?
I don’t know about you, but I always feel a little nervous when it comes to writing Agile stories. I…
Read More » -
Scala
Various ways to run Scala code
For running example in this tutorial, make sure that, you have latest Java distribution and Scala distribution installed on your machine…
Read More » -
Enterprise Java
A good, lazy way to write tests
Testing. I’ve been thinking a lot about testing recently. As part of code reviews I’ve done for various projects, I’ve…
Read More »