Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How do you write an interactive application
Puneet Agarwal wrote:
>
> Thanks for your reply.
>
> But doing everything on my own through rmi will be very difficult if I only
> use pure JDBC driver. Is nt there a higher level API available for such an
> application. How about EJBs. Please help.
>
I think that JMS (Java Message Service) is what you're looking for, possibly in collaboration with EJB. EJB 2.0 supports JMS-based message driven beans. But you can make your clients listening for JMS messages while the EJB sends out a message when something changes upon which the clients have to take action.
Look at:
http://java.sun.com/products/jms/tutorial/1_3-fcs/doc/jms_tutorialTOC.html
Regards,
Nils
-- Alles van waarde is weerloos LucebertReceived on Sat Nov 10 2001 - 05:46:29 CST
![]() |
![]() |