Re: Struts Questions

2001-06-12 Thread Ted Husted
+1 "Ritter, Steve" wrote: > > Actually George, I think you and Chris both have the right idea. > > You are correct in stating that using a SessionBean interface to you appserver is >best -- the only issue that remains is what datatypes will the SessionBean return? > > IMHO, you should avoid t

Re: Struts Questions

2001-06-12 Thread Ted Husted
I tend to use bulk setters on the helper classes to transfer everything from the ActionForm at once, e.g. public void setString( String property0, String property1, String property2, String property3 ) throws SQLException { values.updateString("property0",proper

RE: Struts Questions

2001-06-12 Thread Ritter, Steve
pages, its just a loose rule of thumb that I use. What do you guys all think of this? --Steve > -Original Message- > From: George, Carl [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 12, 2001 10:34 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Struts Question

RE: Struts Questions

2001-06-12 Thread Assenza, Chris
Tuesday, June 12, 2001 1:34 PM To: '[EMAIL PROTECTED]' Subject: RE: Struts Questions I think there is a better way, we just call the ejb from the action servlet and fill in the appropriate data. The best architect for entity beans is to have session beans in front of them anyway, s

RE: Struts Questions

2001-06-12 Thread George, Carl
. -Original Message- From: Assenza, Chris [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 1:27 PM To: '[EMAIL PROTECTED]' Subject: RE: Struts Questions We are doing so right now - all we had to do was create an additional class that has all the getters/setters of the Action

RE: Struts Questions

2001-06-12 Thread Assenza, Chris
/gain. (BTW, any better ways of doing this for future reference?) :) Chris -Original Message- From: George, Carl [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 1:14 PM To: '[EMAIL PROTECTED]' Subject: RE: Struts Questions Yes, I've done this. Difficult is a re

RE: Struts Questions

2001-06-12 Thread George, Carl
Yes, I've done this. Difficult is a relative term. If you know ejb and you know struts, no it's not difficult. -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 11:42 AM To: [EMAIL PROTECTED] Subject: Struts Questions Has anyone implemented

RE: Struts Questions

2001-06-12 Thread Ritter, Steve
Hi Matt, I am now working on my second project where we are using Struts in conjunction with EJBs. Suffice it to say that Struts is awesome. Your performance question is a bit loaded since there are many different pieces but from what I can tell, there do not seem to be any issues with Str

Antwort: Re: Struts questions for evaluation

2001-05-08 Thread William . Mee
ten an [EMAIL PROTECTED] An: [EMAIL PROTECTED] Kopie: (Blindkopie: William Mee/HV18/Hermes/DE) Thema: Re: Struts questions for evaluation > Hello Struts users, > > We are currently evaluating Struts and other web (MVC) frameworks and would like to >ask you some questions: > >

Re: Struts questions for evaluation - Struts framework enhancement

2001-05-08 Thread Matthias Bauer
nds intertesting. > > How about you post your source to this list? > > Niall > > > -Original Message- > > From: Nanduri, Amarnath [mailto:[EMAIL PROTECTED]] > > Sent: 07 May 2001 13:20 > > To: '[EMAIL PROTECTED]' > > Subject: RE: Str

Re: Struts questions for evaluation

2001-05-07 Thread Ted Husted
[EMAIL PROTECTED] wrote: > - Is there some struts-config XML-generation from some > modeling tool (Rose for instance) ? I don't believe anyone has written one yet. I'm sure a contribution would be welcome. > - Can struts behave like a real state machine ? Not out of the box, though I'm sure a

RE: Struts questions for evaluation

2001-05-07 Thread yogesh kapoor
I am interested too >From: "Nanduri, Amarnath" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: Struts questions for evaluation >Date: Mon, 7 May 2001 08:20:00 -0400 > >

RE: Struts questions for evaluation

2001-05-07 Thread Niall Pemberton
Sounds intertesting. How about you post your source to this list? Niall > -Original Message- > From: Nanduri, Amarnath [mailto:[EMAIL PROTECTED]] > Sent: 07 May 2001 13:20 > To: '[EMAIL PROTECTED]' > Subject: RE: Struts questions for evaluation > > >

RE: Struts questions for evaluation

2001-05-07 Thread Nanduri, Amarnath
me too -Original Message- From: Jonathan Asbell [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 8:21 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Struts questions for evaluation I am interested in the code. Please send. > Hello Struts users, > > We are

Re: Struts questions for evaluation

2001-05-07 Thread Jonathan Asbell
I am interested in the code. Please send. > Hello Struts users, > > We are currently evaluating Struts and other web (MVC) frameworks and would like to ask you some questions: > > - Is there some struts-config XML-generation from some > modeling tool (Rose for instance) ? > > We would like

Re: Struts questions for evaluation

2001-05-07 Thread Matthias Bauer
> Hello Struts users, > > We are currently evaluating Struts and other web (MVC) frameworks and would like to >ask you some questions: > > - Is there some struts-config XML-generation from some > modeling tool (Rose for instance) ? > > We would like to design a state or activity diagram in