Pasu Jags

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

Recent posts by Pasu Jags

Hi,
I wanted to expose a session bean as a webservice using weblogic. This can be done using the build.xml file. How can I configure the entry point of the webservice?. I want to receive all the web service related requests using a servlet and do some preprocessing before invoking the bean. Please guide me to achive this
Regards,
Pasu Jags
22 years ago
Hi,
Is it possible to store entity beans in OODBMS?. If so how inheritance is managed with entity beans?.
Regards,
Pasu
HI,
I would like to know about Dynamic Object model. Any inputs?.
Regards,
pasu
Congratulations Rahul. I have one query. Did they ask any J2EE design patterns .
Regards,
Pasu.
Hi Ratul,
Protected members can only be accessed in the subclasses of different packages using the instance of super class. You can not access i using a.i . But you can access the same by new a().i;
Regards,
Pasu Jags.
Hi All,

I am developing a software product. I would like to know how to register the product and to get the copyright of that product. I am an individual. Does the registration needs a company?.

Awaiting your reply,

Regards,
Pasu Jags.
23 years ago