Featured Articles
Design EJB3.0 with Interceptor
Submitted by : Ghulam Rashid on 3 Nov 2009
Interceptor is new feature of Java EE. EJB 3.0 allows to define interceptor methods that are called around the methods. This artcile demonstrates how to design exception module using Interceptor....
Flex Modules
Submitted by Srigangadar Velli on October 19, 2009
Flex modules are dynamically loadable and un-loadable SWF’s at runtime.
By using Modular application architecture you can split your application into pieces (SWF’s), and you can load particular piece (SWF) dynamically at runtime.
Remote debugging Datasynapse Grid Engine using Eclipse
Submitted by : Ghulam Rashid on 12 Oct 2009
Sometimes it is very useful to configure your application for remote debugging. This article demonstrates how to configure Datasynapse grid server.
Design Hibernate module efficiently to process high volume of data
Submitted by Ghulam Rashid on February 2008
Writing and running ORM code is quite easy but problem arises when application and data grows periodically. If, data layer is not implementation properly then application will not behave as expected and crawls to slow.
Enterprise Messaging with Spring JMS
Submitted by : Ghulam Rashid on 20 Aug 2007
Message Driven POJO (MDP) is the latest release from Spring Framework V2 to process message asynchronously like Message Driven Bean (MDB). In this article, you will learn how to deploy MDP on IBM® Websphere® Application Server using IBM Rapid Application Developer.