minnu chand

Greenhorn
+ Follow
since Feb 06, 2001
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 minnu chand

Can I store objects in the database using JDBC
EJB
I want to implement a separate interface but I don't want to extend that interface in remote interface. Is it possible.
hank you for your reply Frank.
I don't have full knowledge in EJB.
In my application this stateless session bean has to perform some events. My stateless session bean has to call a HOD class which is going to stay outside the container if a make a bean and call it through the stateless session bean. In order to avoid that I have tried to put that one inside stateless session bean. Now it is working fine. Now I came across with new problem.
In my HOD inner class I have to do some thread handling. As EJB don't support threads.that SLSB is not working properly. My main
application is Web Enablement of S390.
can I have an ineer class in side a an EJB(stateless Session bean)
Hi
I have a stateless session bean which has a reference to a singleton class. This singleton class has a hashtable which
contains the references to different to objects. I want this singleton class has to remain always available. The main problem
is when the container has problem with the resources it will be going to call ejbRemove() method of that particular bean which inturn removes the ejb from the container and the bean gets garbage collected so I will be going to lost the reference to that singleton class. Is there any possibility of specifying in the "min beans" in the container using deployment descriptor.
minnuchand