Java
-
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 » -
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 » -
Project Jigsaw Booted from Java 8?
In his post Project Jigsaw: Late for the train, Mark Reinhold’s proposes ‘to defer Project Jigsaw to the next release,…
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 » -
Native C/C++ Like Performance For Java Object Serialization
Do you ever wish you could turn a Java object into a stream of bytes as fast as it can…
Read More »