Murthy

Greenhorn
+ Follow
since Nov 09, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Murthy

HI,
Upto my knowledge If we are developing a generic RMI application, merely lookup is enough to get the home interface, where as if we are developing a non-RMI client then we should go for PortableRemoteObject.narrow(....,
here my doubt is what will happen if we do naarow()? some internal answer I need . any body help me out?
Thanks in advance :roll:
Hi
In order to schedule your jobs you can use the Time Service provided by EJB2.1. With the help of this Time Service , you can execute jobs in various levels like jobs at interval, once and based on the criteria you specified. Have a look at the following link
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/NewEJB4.html
bye
techno