Pradeep Shekade

Greenhorn
+ Follow
since May 18, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Pradeep Shekade

A better less complicated way without using reflection would be to create an interface and let each DAO implement the interface.

Then have the logic to decide which methods to call....
I had prepared two sets of sequence diagrams. One showing the interaction in the web components i.e. JSP==>Action Objects==>Business Delegates. And the other showing BD ==> Business Objects ==> DAO...

This way I was able to show more details and improve clarity but then the number of sequence diagrams increased...
Hi,

There seems to be dependencies between the ejb jar files. One ejb jar files seems to be using the classes defined in another ejb jar file.
Hi,

You can learn a lot from this link - http://www.tusc.com.au/tutorial/html/index.html

Its a great tutorial...
Lakshmi,

I guess the best would be to use open source tools like XDoclet. This is an excellent tool. It will generate the DDs required for various app servers.