RE: Help with Struts and EJBS..

2001-09-25 Thread Peter Pilgrim
:47 CET Please respond to [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] cc: Subject: RE: Help with Struts and EJBS.. I need some serious help. I am a novice Java and Struts developer. I am trying to develope a prototype that will work with backend EJBS.. taken those 3

RE: Help with Struts and EJBS..

2001-09-25 Thread Peter Pilgrim
Message History From: Peter Pilgrim/DMGIT/DMG UK/DeuBa@DMG UK on 25/09/2001 10:49 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: Help with Struts and EJBS.. With the delegation model approach, if I understand

RE: Help with Struts and EJBS..

2001-09-25 Thread Hans Gilde
eat more memory and processor than creating a value object. -Original Message- From: Peter Pilgrim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 7:46 AM To: [EMAIL PROTECTED] Subject: RE: Help with Struts and EJBS.. Yes he value object approach would work if you re

RE: Help with Struts and EJBS..

2001-09-25 Thread George, Carl
That's bad. You should have any data-loading in the form. It should be in the action. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 11:47 AM To: [EMAIL PROTECTED] Subject: RE: Help with Struts and EJBS.. Peter, I understand

RE: Help with Struts and EJBS..

2001-09-25 Thread Hicks, James
I usually use a standard javabean as a proxy into my ejbs. This approach allows you to modify the EJB layer without modifying your action/actionform classes. If you ever decided you didn't want the EJBs you could modify the javabean to use JDBC instead. I use my Action classes to process the

RE: Help with Struts and EJBS..

2001-09-24 Thread Barry Glasco
1) No, but it will work. Look at previous posts on how to properly implement. 2) Your form should have get and set methods? 3) Collection 4) None that I am aware of. -Original Message- From: Strichartz, Beth [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 1:09 PM To: [EMAIL

RE: Help with Struts and EJBS..

2001-09-24 Thread Mike Dewhirst
I need some serious help. I am a novice Java and Struts developer. I am trying to develope a prototype that will work with backend EJBS.. taken those 3 into account, I think you really do need serious help. Not being funny, but usually people either working with other experienced developers

RE: Help with Struts and EJBS..

2001-09-24 Thread Strichartz, Beth
Thanks, My from has sets and gets. I will try to look for previous posted messages.. Beth. -Original Message- From: Barry Glasco [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 1:40 PM To: [EMAIL PROTECTED] Subject: RE: Help with Struts and EJBS.. 1) No, but it will work