Re: Newbie Struts Questions

2003-10-03 Thread Koni Roth
Hi Rey 1) Struts works with Tomcat standalone. 2) When I deployed my webapp I had to edit the server.xml. I simply added one line: Then I could access the webapp by: http://localhost:8080/ or http://localhost:8080/mystrutsapp Cheers Koni Reynardine wrote: Hello, I've got Java HTTP servlets ru

Re: Newbie Struts Questions

2003-10-03 Thread Ted Husted
These really aren't Struts questions, but questions about web applications in general. To learn more about web applications, a good starting point is the Java Web Services Tutorial http://java.sun.com/webservices/docs/1.0/tutorial/index.html (which they had this when I was a n

Newbie Struts Questions

2003-10-03 Thread Reynardine
Hello, I've got Java HTTP servlets running under Tomcat. Now I want to convert them to run under Struts. 1) Does Struts work with Tomcat Standalone or must I use Tomcat/Apache with a connector? I would prefer to use just Tomcat and Struts. Must I connect to Apache to get Struts to work? I h

Want immediate answers to your Struts questions?

2003-07-01 Thread Mark Galbreath
and have a good time as well? get an IRC client and go to irc.darkmyst.org 6667 channel #struts_users and we are particularly looking for Wendy. The #struts_users gang - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: [THURSDAY] struts questions

2003-03-14 Thread Jeff Caddel
Bueno Carlos M wrote: just had to stick the zip file inside my tom cat. I do have a cat, but she's female. Will that make a difference, or does struts only run on male cats? Does it matter if they are neutered? Does each client need to have a male cat or just the server? Ever since they came ou

Re: [THURSDAY] struts questions

2003-03-13 Thread Kwok Peng Tuck
Bueno Carlos M wrote: I was able to download the struts-blank.war file but I am having trouble setting it up. The first stumbling block was that it is misnamed. It should be called 'struts-blank.zip' because it is in zip format. I had to open the file in hexedit to figure that one out. Hopefully t

Re: [THURSDAY] struts questions

2003-03-13 Thread Robert Leland
Generally, for --simple-- applications getting a struts application running will take longer than a straight JSP application, for beginners. However, for most projects lasting more than a few weeks you'll start seeing the payback in how well struts helps you organize your code. What do I mean by

Re: [THURSDAY] struts questions

2003-03-13 Thread Phil Steitz
Bueno Carlos M wrote: Hi, all -- I'm new to struts and I have a few questions. Since you are the experts I'm sure you will be able to help me. My boss wants to know how many people are using struts and how long it will take to build our application using struts as opposed to our current development

Re: [THURSDAY] struts questions

2003-03-13 Thread Robert McIntosh
Bueno Carlos M wrote: Hi, all -- I'm new to struts and I have a few questions. Since you are the experts I'm sure you will be able to help me. My boss wants to know how many people are using struts and how long it will take to build our application using struts as opposed to our current developm

[THURSDAY] struts questions

2003-03-13 Thread Bueno Carlos M
Hi, all -- I'm new to struts and I have a few questions. Since you are the experts I'm sure you will be able to help me. My boss wants to know how many people are using struts and how long it will take to build our application using struts as opposed to our current development process. We currentl

Using frameset with struts questions

2002-09-10 Thread StoicxPhilia Nguyen
Hi, If I have a jsp page which contains a frameset: How would I have the result of PageA.jsp used/targeted in frame of PageB.jsp. It seems to go to frame of PageA.jsp when PageB.jsp is executed. Assuming I have the following in struts-config.xml:

Re: AW: Pressing Struts Questions

2001-08-14 Thread Craig R. McClanahan
On Tue, 14 Aug 2001, Beuck, Torsten wrote: > Hi Bernhard, Michael, > > > > > >without having tested this, but have you ever tried to > > convert 'Ändern' > > >instead of 'Ändern'? > > > > Without testing it myself but looking at the sourcecode > > 'Ändern' should > > remain unchanged. > >

Re: AW: Pressing Struts Questions

2001-08-14 Thread Michael Gerdau
>Maybe i will find the time to write a corrected filter method. What i don't >know is: Who is responsible for the ResponseUtils class? Is it Craig R. >McClanahan? Should i post the method code to this mailing list or send it >directly to him? Craig wrote the original class. I don't know wether he

AW: Pressing Struts Questions

2001-08-14 Thread Beuck, Torsten
Hi Bernhard, Michael, > > >without having tested this, but have you ever tried to > convert 'Ändern' > >instead of 'Ändern'? > > Without testing it myself but looking at the sourcecode > 'Ändern' should > remain unchanged. I've tested it and you are right: It remains unchanged. The filter me

Re: Pressing Struts Questions

2001-08-14 Thread Michael Gerdau
Hi Torsten, Bernhard ! >without having tested this, but have you ever tried to convert 'Ändern' >instead of 'Ändern'? Without testing it myself but looking at the sourcecode 'Ändern' should remain unchanged. This probably could work as a temporary fix. On the long run we will need a proper solu

AW: Pressing Struts Questions

2001-08-14 Thread Bernhard J. Hirschmann
Hi Torsten! without having tested this, but have you ever tried to convert 'Ändern' instead of 'Ändern'? Best regards, Bernhard

Pressing Struts Questions

2001-08-14 Thread Beuck, Torsten
Hi to all Struts developers. A few days ago i posted two different questions to this mailings. Unfortunately it seems as if nobody noticed these mails. I am sorry but i have to post them again, because i urgently need any clues. Here are the questions: 1)ResponseUtils.filter ---

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

RE: Struts Questions

2001-06-12 Thread Ritter, Steve
-Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 8:42 AM To: [EMAIL PROTECTED] Subject: Struts Questions Has anyone implemented Struts with EJBs for business logic. If so, was it difficult? Also, does anyone know of any performance statistics for Struts

Struts Questions

2001-06-12 Thread Matt Raible
Has anyone implemented Struts with EJBs for business logic.  If so, was it difficult?  Also, does anyone know of any performance statistics for Struts?   Thanks,   Matt

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

Struts questions for evaluation

2001-05-04 Thread laurent.delvaux
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 such a tool t