Prabhu Vastrad

Greenhorn
+ Follow
since May 17, 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 Prabhu Vastrad

Usually distributed object reference will be stored in the JNDI service provider with the binding name.

Originally posted by parmeet bedi:
Which object is the association of a distributed object with its natural language name or identifier?


Chek out:
http://www.javaworld.com/jw-04-2001/jw-0406-syslog.html http://www.javaworld.com/jw-11-2000/jw-1122-log4j-2.html

Originally posted by sarah Marsh:
Nivedita,
What is the URL of that article on Java world website?
I can not find it.
Thanks a lot,
Sarah


If you are using Oracle the trigger can call java classes. In that case your java class will be a Message Producer to produce changes to queue/topic. Use message driven bean or message consumer to get changes from queue/topic and refresh the JSP page with new data. Hope this helps.

Originally posted by Jayakumar Gopalan:
Mike Curwen,
Thanks for your interest response. I will explain my problem in detail so that you can get the background of it. I am having a client (JSP) which will display some data from the database and it has to be updated as soon as the data is changed in the database. The changing of data in the database table, may happen at any time. So it is not possible to keep on pooling the database for changes. If some changes happened in the database, a trigger will be fired and I want to know how to catch that changes by some way (may be put that to a queue/topic) and give that changed data it to EJB (Message Driven Bean can take that).
If anybody have any idea of how to do this, please reply.
Thanks in advance.
Regards,
Jayakumar