RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ?

2000-09-20 Thread James Nelson
Title: RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ?



Where 
does this code exist? I have downloaded the latest orion from the website 
and done an autoupdate. Please advise.

James

  -Original Message-From: Magnus Rydin 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, September 13, 2000 
  3:56 AMTo: Orion-InterestSubject: RE: EJB 2.0's Message 
  Driven Beans in Orion 1.2.9 ?
  Take a look at the EJB 2.0 version of ATM. It has an message driven bean. 
   -Original Message-  
  From: Olli Pöyry [mailto:[EMAIL PROTECTED]] 
   Sent: den 13 september 2000 09:38  To: Orion-Interest  Subject: EJB 2.0's 
  Message Driven Beans in Orion 1.2.9 ?  
Is there any example 
  or documentation about message driven  EJB's 
  (which  should be in Orion 1.2.9)? 
   Or is Sun's documentation about EJB 2.0 all there is to 
  it?   
  ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø¤º°`°º¤¤º°`°º¤ø,¸¸,ø 
   Olli Pöyry 
  [EMAIL PROTECTED]  Essaim 
  Oy Tallberginkatu 2 A, FIN-00180 Helsinki, 
  Finland  
  GSM 358-40-5400743 puh 358-9-6948277 fax  358-9-6948287  
  ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø¤º°`°º¤¤º°`°º¤ø,¸¸,ø 




RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ?

2000-09-13 Thread Joe Walnes

 Is there any example or documentation about message driven EJB's (which
 should be in Orion 1.2.9)?
 Or is Sun's documentation about EJB 2.0 all there is to it?

Have a look at messagelogger in the demo directory.




In a peanutshell, a message bean...

- is similar to a session bean.

- has no home or remote interface.

- has a main class that implements javax.ejb.MessageDrivenBean.

- has a method that handles in coming messages: void
onMessage(javax.jms.Message).

- has a corresponding message-driven entry within
ejb-jar.xml/enterprise-beans

- is bound to a JMS topic. Messages sent to this topic from a client will be
handled by the onMessage() method.



-Joe Walnes








RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ?

2000-09-13 Thread Magnus Rydin
Title: RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ?





Take a look at the EJB 2.0 version of ATM.
It has an message driven bean.


 -Original Message-
 From: Olli Pöyry [mailto:[EMAIL PROTECTED]]
 Sent: den 13 september 2000 09:38
 To: Orion-Interest
 Subject: EJB 2.0's Message Driven Beans in Orion 1.2.9 ?
 
 
 Is there any example or documentation about message driven 
 EJB's (which
 should be in Orion 1.2.9)?
 Or is Sun's documentation about EJB 2.0 all there is to it?
 
 ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø¤º°`°º¤¤º°`°º¤ø,¸¸,ø
 Olli Pöyry [EMAIL PROTECTED]
 Essaim Oy Tallberginkatu 2 A, FIN-00180 Helsinki, Finland
 GSM 358-40-5400743 puh 358-9-6948277 fax 
 358-9-6948287
 ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø¤º°`°º¤¤º°`°º¤ø,¸¸,ø