Enterprise Java
-
GWT, GWT-Ext (SmartGWT), GXT (Ext GWT) Common Tasks
I was browsing through some old posts at UI-Programming blog, one of our JCG partners, and noticed that there were…
Read More » -
Exposing a POJO as a JMX MBean with Spring
Here is a very nice tutorial on how “Exposing a POJO as a JMX MBean easily with Spring” can be…
Read More » -
Hibernate mapped collections performance problems
First things first, this article was inspired after Burt Beckwith‘s presentation about Advanced GORM – Performance, Customization and Monitoring at…
Read More » -
Cajo, the easiest way to accomplish distributed computing in Java
Derived from the introductory section of Jonas Boner’s article “Distributed Computing Made Easy” posted on TheServerSide.com on May 1st 2006…
Read More » -
Aspect Oriented Programming with Spring AOP
Aspect Oriented Programming (AOP) refers to the programming paradigm which isolates secondary or supporting functions from the main program’s business…
Read More » -
Spring configuration with zero XML
Tomasz Nurkiewicz, one of our JCG partners and avid supporter of the Spring framework, describes in his latest post how…
Read More » -
Advanced SmartGWT Tutorial, Part 2
This is the second part of my tutorial regarding rapid UI development with SmartGWT. In the first part of the…
Read More » -
Advanced SmartGWT Tutorial, Part 1
Justin, Pat and I have started working on a side project that requires a user interface for administration and management.…
Read More » -
RESTful Web Services with RESTeasy JAX-RS on Tomcat 7 – Eclipse and Maven project
The RESTful approach of developing web services is constantly gaining more and more attention and seems to be pushing SOAP…
Read More »