Enterprise Java
-
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 » -
ZK in Action: MVVM – Working Together with ZK Client API
In the previous posts we’ve implemented the following functionalities with ZK’s MVVM: load data into a table save data with…
Read More » -
5 tips for proper Java Heap size
Determination of proper Java Heap size for a production system is not a straightforward exercise. In my Java EE enterprise…
Read More » -
Extending JMeter with a WS-Trust/STS sampler
JMeter does not have any inbuilt support for WS-Security or WS-Trust and that made me develop this STS Sampler for…
Read More » -
JSF Event-based communication: Old-school approach
Web applications written in JSF consist of beans which interact among each other. Communication between beans is one of the…
Read More » -
Extending JMeter with a password digest generator
Recently I had to work on loading an OpenLDAP instance with 50,000 user records and carry on some stress testing.…
Read More »