Java
-
Xuggler Development Tutorials
Hey guys, With this post I would like to introduce some new cool tutorials that are coming up at JavaCodeGeeks.…
Read More » -
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 » -
Java Memory Model – Quick overview and things to notice
In computing, a Memory model describes how threads interact through memory, or more generally specify what assumptions the compiler is…
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 » -
Java Swing – Date Picker dialog
Any Swing developers in the house? For those that work with Swing, here is a GUI component that might be…
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 »