RE: Can you comment on this design idea?

2001-09-25 Thread Alex Colic
Hi, I have used SOAP in the past but the products I am working on have been developed using this VB back end. It has worked well for us so we are going along with the if it a'int broke then don't fix plan. What about my idea of checking application attributes in the actionservlet? Alex

RE: Can you comment on this design idea?

2001-09-25 Thread Hans Gilde
Alex, I wouldn't do it, I'd create a base Action class that does the same thing. -Original Message- From: Alex Colic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 8:32 AM To: Struts Subject: RE: Can you comment on this design idea? Hi, I have used SOAP in the past

Can you comment on this design idea?

2001-09-24 Thread Alex Colic
Hi, hopefully someone can comment on an idea I have. I have a VB backend that I talk to via a socket to handle db access. When a connection is made to the back end I put a Boolean value of TRUE under the active key in the application session. If for whatever reason the VB backend goes down I

RE: Can you comment on this design idea?

2001-09-24 Thread Hans Gilde
, 2001 4:14 PM To: Struts Subject: Can you comment on this design idea? Hi, hopefully someone can comment on an idea I have. I have a VB backend that I talk to via a socket to handle db access. When a connection is made to the back end I put a Boolean value of TRUE under the active key