Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How do you write an interactive application

Re: How do you write an interactive application

From: Nils Zonneveld <nils_at_nzonneveld.demon.nl>
Date: Sat, 10 Nov 2001 12:46:29 +0100
Message-ID: <3BED138D.49D4B9F1@nzonneveld.demon.nl>

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
Lucebert
Received on Sat Nov 10 2001 - 05:46:29 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US