Message Beans are the best option... If not use Scheduler in JBoss. -----Original Message----- From: Ricardo Arg�ello [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 7:39 PM To: [EMAIL PROTECTED]; Jboss User (E-Mail) Subject: Re: [JBoss-user] How can I use a background process with JBoss
It looks like you would need Message Driven Beans. Read O'Reilly's Enterprise JavaBeans 3rd. Edition. And check JBoss 3.0.0alpha documentation: http://www.jboss.org/online-manual/HTML/ch08s20.html Greetings, Ricardo Arguello ----- Original Message ----- From: "Dirk Storck" <[EMAIL PROTECTED]> To: "Jboss User (E-Mail)" <[EMAIL PROTECTED]>; "Struts User (E-Mail)" <[EMAIL PROTECTED]> Sent: Wednesday, February 13, 2002 8:16 AM Subject: [JBoss-user] How can I use a background process with JBoss > Hi, > > I want to do the following: > > I have a ShoppingCart. > The users clicks on order and the items from the ShoppingCart are moved to > my OrderBean. ShoppingCart and OrderBean are EJB's. > > Now it comes to the problem. The order must be proccessed in background > cause it will have a long durration. > After the order has be proccessed the user should be notived somehow. > > How can I achieve this with JBoss and Struts ? What would be the best way to > implement this > > Many thanks any any suggestions are welcome!!! > > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
