RE: [OT]: Struts, Web Development, J2EE, and what is too much?

2003-03-11 Thread Mitchell Morris
44 PM > To: 'Struts Users Mailing List' > Subject: RE: [OT]: Struts, Web Development, J2EE, and what is > too much? > > > Aaron, > > You've opened up a big can of worms! There is much debate on > this topic. > > Regarding entity beans and transactio

Re: [OT]: Struts, Web Development, J2EE, and what is too much?

2003-03-11 Thread Robert McIntosh
a great benefit from them? I would say yes in your situation. - Robert Thanks, Aaron -Original Message- From: Robert McIntosh [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 8:39 AM To: Struts Users Mailing List Subject: Re: [OT]: Struts, Web Development, J2EE, and what is too m

RE: [OT]: Struts, Web Development, J2EE, and what is too much?

2003-03-11 Thread Aaron O'Hara
ry and I would not receive a great benefit from them? Thanks, Aaron -Original Message- From: Robert McIntosh [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 8:39 AM To: Struts Users Mailing List Subject: Re: [OT]: Struts, Web Development, J2EE, and what is too much? Tony made some g

RE: [OT]: Struts, Web Development, J2EE, and what is too much?

2003-03-11 Thread Molitor, Stephen
-Original Message- From: Robert McIntosh [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 10:39 AM To: Struts Users Mailing List Subject: Re: [OT]: Struts, Web Development, J2EE, and what is too much? Tony made some good points, and my take is that from your requirements, you may no

Re: [OT]: Struts, Web Development, J2EE, and what is too much?

2003-03-11 Thread Robert McIntosh
Tony made some good points, and my take is that from your requirements, you may not need EJBs. However, if you layered your app sufficiently, then if you end up needing them later on, it shouldn't be too much of a problem. Of course I am assuming you are referring to Entity beans in this case..

Re: [OT]: Struts, Web Development, J2EE, and what is too much?

2003-03-10 Thread Tony Baity
Aaron, Try not to think just in terms of EJBs. Instead picture the scenario of persistence management in general. Throw CMPs, BMPs, JDO, Session Beans, Etc. out on the table and consider what each is buying you. In some cases the benefit is in providing a JNDI lookup for other Apps to use if yo

Re: [OT]: Struts, Web Development, J2EE, and what is too much?

2003-03-10 Thread Mark Zeltser
Aaron, There is no right answer to your question. Read Chapter 1 of 'J2EE Design and Development' book by Rod Johnson. Mark. Aaron O'Hara wrote: > I know this question has probably been asked before, and that biased > publications have had their opinions on it, but I wanted to get some > feedba

Re: [OT]: Struts, Web Development, J2EE, and what is too much?

2003-03-10 Thread nash e. foster
lasses. David From: "Aaron O'Hara" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts-user-list '" <[EMAIL PROTECTED]> Subject: [OT]: Struts, Web Development, J2EE, and what is too much? Date:

Re: [OT]: Struts, Web Development, J2EE, and what is too much?

2003-03-10 Thread David Graham
Mailing List" <[EMAIL PROTECTED]> To: "'Struts-user-list '" <[EMAIL PROTECTED]> Subject: [OT]: Struts, Web Development, J2EE, and what is too much? Date: Mon, 10 Mar 2003 14:34:45 -0800 I know this question has probably been asked before, and that biased publ

[OT]: Struts, Web Development, J2EE, and what is too much?

2003-03-10 Thread Aaron O'Hara
I know this question has probably been asked before, and that biased publications have had their opinions on it, but I wanted to get some feedback regarding some "real user experience" regarding the use of EJB in a web application used along with Struts. I am creating a web application and I have