RE: Where do YOU put JDBC calls?

2001-07-18 Thread Ritter, Steve
Ryan, you should really read the J2EE blueprints on DAO. It covers everything you need to know. Search aroun javasoft.com for the blueprints (they are documents, not software). --Steve -Original Message- From: Ryan Cornia [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 7:3

RE: Who Uses Struts (Struts Acceptance in Industry)

2001-06-20 Thread Ritter, Steve
Hi Stephen, I've used Struts on several projects now. Only one of them was an "enterprise" class application used for trading securities. The other projects were intranet applications but nonetheless they were transactional and secure (the only thing that made them not conform to an "enterpr

RE: "Cannot remove attribute from request"

2001-06-20 Thread Ritter, Steve
Jon. -Original Message- From: Ritter, Steve [mailto:[EMAIL PROTECTED]] Sent: 05 June 2001 20:03 To: '[EMAIL PROTECTED]' Subject: Need help with "Can't remove attributes from request scope" probl em. Hi everyone, We ran into a problem running b2/b3 on Servletmi

RE: [EJB] java report article says "bye-bye struts"

2001-06-19 Thread Ritter, Steve
ply amazing, how much time this little puppy can save you!! I > thank these guys every day I goto work :-) > > ^terp > > > > -Original Message- > > From: Ritter, Steve [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, June 19, 2001 5:13 PM > > To: &

RE: [EJB] java report article says "bye-bye struts"

2001-06-19 Thread Ritter, Steve
aling with Web-based applications, > Struts is not > ready to take on EJB." > > This is a concern of mine as well but as a newbie to this > technology, I am > wondering how to adopt the Struts framework knowing that I > will move to > EJB's. Is it worth starting wi

RE: java report article says "bye-bye struts"

2001-06-18 Thread Ritter, Steve
TECTED]] > Sent: Monday, June 18, 2001 11:14 AM > To: '[EMAIL PROTECTED]' > Subject: RE: java report article says "bye-bye struts" > > > > > On Mon, 18 Jun 2001, Ritter, Steve wrote: > > > Hi Hal, yeah I read the same article and couldn&

RE: java report article says "bye-bye struts"

2001-06-18 Thread Ritter, Steve
; > > > > > On Mon, 18 Jun 2001, Ritter, Steve wrote: > > > Hi Hal, yeah I read the same article and couldn't help but laugh. > > Prashant really made some outlandish comments and hopefully those > > comments will diminish any negative impact h

RE: java report article says "bye-bye struts"

2001-06-18 Thread Ritter, Steve
rom: Leland, Rob [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 18, 2001 9:27 AM > To: '[EMAIL PROTECTED]' > Subject: Re: java report article says "bye-bye struts" > > > "Ritter, Steve" wrote: > > Craig, if you read this thread it might not b

RE: java report article says "bye-bye struts"

2001-06-18 Thread Ritter, Steve
Hi Hal, yeah I read the same article and couldn't help but laugh. Prashant really made some outlandish comments and hopefully those comments will diminish any negative impact his article might have on Struts (or, the adoption of Struts I should say). Craig, if you read this thread it might n

RE: WebSphere, Jasper and Struts 1.0b3

2001-06-13 Thread Ritter, Steve
Hi John, This problem has been discussed many times in this mailgroup, you aren't alone! I guess there are quite a few servlet engines that are using an old version of Jasper. You might want to check the mailgroup archives, here is a link to a thread that discusses alternatives -- and a lin

RE: can't remove attributes from servlet

2001-06-13 Thread Ritter, Steve
we created pageContext.getRequest().removeAttribute(Constants.BEAN_KEY); pageContext.getRequest().removeAttribute(Constants.FORM_KEY); Jon. -Original Message----- From: Ritter, Steve [mailto:[EMAIL PROTECTED]] Sent: 05 June 2001 20:03 To: '[EMAIL PROTECTED]' Subject: Need help with "Can

RE: Putting it all together, help???

2001-06-12 Thread Ritter, Steve
Hi Mike, I hope the following isn't too basic for you! With the Struts implementation of the MVC pattern (really Model-2) the View (JSP) gets access to all the data it needs by accessing objects stored in the session context. So, if the Action class wants to make data available to the JSP, i

RE: Struts Questions

2001-06-12 Thread Ritter, Steve
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 the default "pass-by-reference" model su

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

RE: Where can I get the latest version of Jasper?

2001-06-11 Thread Ritter, Steve
> -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 09, 2001 4:17 PM > To: '[EMAIL PROTECTED]' > Subject: Re: Where can I get the latest version of Jasper? > > > > > On Wed, 6 Jun 2001, Ritter, Steve wrot

Can someone figure out this FormTag error?

2001-06-07 Thread Ritter, Steve
Hey Everyone, I am simply trying to get the struts-example working with my servlet engine. I can successfully navigate to the login page. However, if I enter a user/pass combo (valid or not) my web server responds with a 404. I also get this error in my log file: [06/07/2001 08:17:55:795|20

ClassNotFound Exception in struts-example (b3)???

2001-06-06 Thread Ritter, Steve
Hello, I've got struts-b3 installed here and we were stepping through the struts-example. A problem arises when I click on the "submit" button in logon.jsp -- I get a ClassNotFound exception: [06/06/2001 16:12:39:511|17000] (ERROR) request_handler: Servlet Error: ClassNotFoundException: logon

Where can I get the latest version of Jasper?

2001-06-06 Thread Ritter, Steve
Does anyone know how I get the latest version of Jasper? Do I have to download Tomcat and if so which version? Thanks in advance!!! --Steve

RE: Need help with "Can't remove attributes from request scope" p robl em.

2001-06-06 Thread Ritter, Steve
gt; elegant solution to this problem. So yes you might want to > try this. As to > the stack trace; it confirms that the error occurs in > FormTag.doEngTag. Are > you sure you are picking up the edited class? You might want > to add some > debug to doEndTag. > > Jon. >

RE: Need help with "Can't remove attributes from request scope" p robl em.

2001-06-06 Thread Ritter, Steve
you might want to > try this. As to > the stack trace; it confirms that the error occurs in > FormTag.doEngTag. Are > you sure you are picking up the edited class? You might want > to add some > debug to doEndTag. > > Jon. > > -Original Message- >

RE: Need help with "Can't remove attributes from request scope" p robl em.

2001-06-06 Thread Ritter, Steve
we can then figure out > how to solve it > for your container. > > Jon. > > -Original Message- > From: Ritter, Steve [mailto:[EMAIL PROTECTED]] > Sent: 06 June 2001 15:28 > To: '[EMAIL PROTECTED]' > Subject: RE: Need help with "Can't remove

RE: Need help with "Can't remove attributes from request scope" p robl em.

2001-06-06 Thread Ritter, Steve
mTag.doEndTag as follows : > > > // Remove the page scope attributes we created > pageContext.getRequest().removeAttribute(Constants.BEAN_KEY); > pageContext.getRequest().removeAttribute(Constants.FORM_KEY); > > Jon. > > -Original Message- > From: Ritter, Steve

Need help with "Can't remove attributes from request scope" problem.

2001-06-05 Thread Ritter, Steve
Hi everyone, We ran into a problem running b2/b3 on Servletmill that others seem to have hit with WTE. It occurs when trying to access the login page from struts-example, you get an IllegalArgumentException with message "Can't remove attributes from request scope". It seems this thread discu

RE: Is struts-documentation really *required*?

2001-06-04 Thread Ritter, Steve
#x27;s no good reason why one WebApp should affect another (and every > reason why it should not). > > Some vendors have started to use Struts as a compatibility > test, so you > should be sure to check with PowerTier too. > > "Ritter, Steve" wrote: > >

RE: Is struts-documentation really *required*?

2001-06-04 Thread Ritter, Steve
: Re: Is struts-documentation really *required*? > > > Are you able to deploy the other Struts WARs. > > There have been issues in getting the example to run with some > containers that are not 100% compliant with the specification. > > < http://jakarta.apache.org/

RE: Is struts-documentation really *required*?

2001-06-04 Thread Ritter, Steve
, 2001 1:01 PM > To: [EMAIL PROTECTED] > Subject: Re: Is struts-documentation really *required*? > > > No, it's not required at all. What kind of error are you getting? > -- > Dan Miser > http://www.distribucon.com > > > >From: "Ritter, Steve" &

Is struts-documentation really *required*?

2001-06-04 Thread Ritter, Steve
I found that I could not successfully deploy struts-example.war without first deploying struts-documentation.war. Does this sound right or is it maybe something specific to my servlet container (Servletmill from PowerTier)? --Steve

RE: How do I contribute?

2001-06-04 Thread Ritter, Steve
it on my Struts page. > > Depending on the nature of the material, we could then > consider whether > to add it to the Users Guide. > > "Ritter, Steve" wrote: > > > > Hello, I would like to contribute some information on using > Struts with Persiste

How do I contribute?

2001-06-04 Thread Ritter, Steve
Hello, I would like to contribute some information on using Struts with Persistence PowerTier (Apache/Servletmill). What's the best way to do this? --Steve