Enterprise Java
-
Spring Profile pattern example
Recently we were introduced with the concept of Spring Profiles. This concept is an easy configuration differentiators for different deployment…
Read More » -
Handling Form Validation with Spring 3 MVC
This article is a part of a series on Spring 3. The earlier articles of this series were Hello World with…
Read More » -
Handling Forms with Spring 3 MVC
This article is a part of a series of articles written about Spring 3. The previous article of this series…
Read More » -
Hello World with Spring 3 MVC
I owe my introduction to Spring to this article by Martin Fowler, way back in 2005. Since then I have…
Read More » -
JAXB and Root Elements
@XmlRootElement is an annotation that people are used to using with JAXB (JSR-222). It’s purpose is to uniquely associate a…
Read More » -
Oracle Public Cloud Java Service with NetBeans in Early Access
Who expected that to happen: Oracle is working on a public cloud offering and the signs of the approaching official…
Read More » -
ZK in Action: Styling and Layout
In the previous ZK in Action posts we went through implementing a CRUD feature using ZK MVVM. We also quickly…
Read More » -
Oracle Service Bus – Stuck Thread Case Study
This case study describes the complete root cause analysis process of a stuck thread problem experienced with Oracle Service Bus…
Read More » -
Smart Batching
How often have we all heard that “batching” will increase latency? As someone with a passion for low-latency systems this…
Read More »