-
Enterprise Java
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 » -
Enterprise Java
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 » -
Software Development
Eat your own dog food, but throw in some unknown biscuits for variety
Well, the example app that Jorge Aliss asked me to write to demonstrate a combination of SecureSocial and Deadbolt is…
Read More » -
Software Development
Applying Back Pressure When Overloaded
How should a system respond when under sustained load? Should it keep accepting requests until its response times follow the…
Read More » -
Core Java
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 » -
Enterprise Java
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 » -
DevOps
GlassFish Operations: Log Notifications
The of the most prominent requirements for application servers derive from the operations space. Taking this into account the next…
Read More » -
Core Java
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 » -
Android Core
Android Performance Tweaking: ParseArray Versus Hashmap
One of the more recent Android ADT updates added Android Lint. Lint will check your Android project for simples things…
Read More »