RE: [OT] EJB LIKE A TRIGGER

2003-06-16 Thread NYIMI Jose (BMB)
> -Original Message- > From: Tillin, Dan [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2003 5:58 PM > To: Struts Users Mailing List > Cc: NYIMI Jose (BMB) > Subject: RE: [OT] EJB LIKE A TRIGGER > > > How about using JMS and message driven beans (MDB)?

RE: [OT] EJB LIKE A TRIGGER

2003-06-16 Thread NYIMI Jose (BMB)
: Re: [OT] EJB LIKE A TRIGGER Seems to me it would make more sense to move your business logic to Struts (e.g., ActionForm.validate() and/or Action.permform()/execute()) before writing to the database then to hit your database every few seconds looking for changes Ian D. Stewart Open Systems

Re: [OT] EJB LIKE A TRIGGER

2003-06-16 Thread ian_d_stewart
- Bank One Infrastructure & Operations [EMAIL PROTECTED] (614) 213-6100 "NYIMI Jose (BMB)" <[EMAIL PROTECTED]> on 06/16/2003 09:59:22 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <

RE: [OT] EJB LIKE A TRIGGER

2003-06-16 Thread Tillin, Dan
l Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: 16 June 2003 16:07 To: 'Struts Users Mailing List' Subject: RE: [OT] EJB LIKE A TRIGGER My team did something similar to this last year, but we had to write our own mechanism involving cached flags that would indicate t

RE: [OT] EJB LIKE A TRIGGER

2003-06-16 Thread Mark Galbreath
nt: Monday, June 16, 2003 9:59 AM To: Struts Users Mailing List Subject: [OT] EJB LIKE A TRIGGER Hello, I' moving my code from Perl to Java/J2EE. The goal is to integrate 2 systems, to be short the business is mainly to transfert any update, insert, delete from sytemA to systemB. Those 2 sy

[OT] EJB LIKE A TRIGGER

2003-06-16 Thread NYIMI Jose (BMB)
Hello, I' moving my code from Perl to Java/J2EE. The goal is to integrate 2 systems, to be short the business is mainly to transfert any update, insert, delete from sytemA to systemB. Those 2 sytems use Oracle database. The requirement doesn't allow me to create any trigger on Oracle databases. I