Java
-
JSF Event-based communication: New-school approach
In the last post, we learnt event-based communication on basis of Observer / Event Listener and Mediator patterns. Due to…
Read More » -
Spring 3 Internationalization and Localization
I wanted to add internationalization and localization feature provided by spring 3 to one of my current project recently. I…
Read More » -
Play Framework posted values revisited
Working with posted values with Play Framework 2.0, without defining a form mapping, might not be so obvious as it…
Read More » -
JSF Simple Ajax Samples
Today we will see some Simple Samples of Ajax with JSF. If you want to see other posts about JSF/Web…
Read More » -
Java Sequential IO Performance
Many applications record a series of events to file-based storage for later use. This can be anything from logging and…
Read More » -
MongoDB in 30 minutes
I have recently been bitten by the NoSQL bug – or as colleague of mine Mark Atwell coined “Burn the…
Read More » -
After I/O 2012
Starting from registration to giveaways, the I/O madness going far each year. Being sold in 20 mins this year, did…
Read More » -
Reference to dynamic proxy in a proxied class
There was an interesting question in Stackoverflow about how a Spring Bean can get a reference to the proxy created…
Read More »