RE: Struts web app performance improvement

2004-03-22 Thread Smith, Darrin
iling List' Subject: RE: Struts web app performance improvement It is IBM AIX 5.1, 1 CPU, 450 MHz, 1GB RAM. > -Original Message- > From: Smith, Darrin [SMTP:[EMAIL PROTECTED] > Sent: Monday, March 22, 2004 10:03 AM > To: 'Struts Users Mailing List' &g

RE: Struts web app performance improvement

2004-03-22 Thread Smith, Darrin
What sort of box was it run on? Processor speed and number of CPUs please. That would make a big difference. -Original Message- From: Pingili, Madhupal [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 8:54 AM To: 'Struts Users Mailing List' Subject: Struts web app performance impro

RE: Struts book give-away

2004-03-17 Thread Smith, Darrin
To: [EMAIL PROTECTED] Cc: Smith, Darrin Subject: Re: Struts book give-away Hi Darrin, I am surpirsed as to why would anybody remove the question even if the book does not discuss EJBs. Did you check if they move into other forums by any chance? -Srikanth "Smith, Darrin" <[EMAIL PROTECTED]

RE: Struts book give-away

2004-03-17 Thread Smith, Darrin
I posted a question on using Struts with EJB but it got removed! I assume that since the book doesn't cover this that it wouldn't be discussed so that's why it was taken off? -Original Message- From: Srikanth Shenoy [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 8:06 PM To: [EMA

RE: [OT] JDBC-ODBC Driver Recommendation

2004-03-16 Thread Smith, Darrin
I've used JTDS with success in the past. http://jtds.sourceforge.net/ -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 3:42 PM To: '[EMAIL PROTECTED]' Subject: [OT] JDBC-ODBC Driver Recommendation All, I find myself in need of an open-sou

RE: Suggestion needed on good Struts book

2004-03-08 Thread Smith, Darrin
Or for an intro book, I'd strongly suggest The Struts Framework by Sue Spielman. Good book...to the point...only 120 or so pages. -Original Message- From: Ruud Steeghs [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 7:50 AM To: Struts Users Mailing List Subject: Re: Suggestion need

RE: Semi-OT: Saving state when using EJB Session Beans and Struts

2004-03-02 Thread Smith, Darrin
in the EJB layer. It sounds like you are writing a web interface for an already existing client-server app. On 03/02/2004 03:42 PM Smith, Darrin wrote: > Thanks for the reply! > > That is kind of what is going on already. The Action's act as the local > Java class talked about in th

RE: Should Action or ActionForm be accessing business delegates?

2004-03-02 Thread Smith, Darrin
I'd say no. Don't have the ActionForm (just a JavaBean with some validation in it...maybe) access the business layer. To me, the Action acts as the local Java class talked about in the Business Delegate Pattern that creates and caches a Stateful Session Bean. Use them (the actions) or add a "tru

RE: Semi-OT: Saving state when using EJB Session Beans and Struts

2004-03-02 Thread Smith, Darrin
? -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 5:35 PM To: Struts Users Mailing List Subject: Re: Semi-OT: Saving state when using EJB Session Beans and Struts On 03/01/2004 05:47 PM Smith, Darrin wrote: > In short, the Actions

Semi-OT: Saving state when using EJB Session Beans and Struts

2004-03-01 Thread Smith, Darrin
I have an ordering application that will use stateful session beans to do the business logic. It can store session state in those stateful session beans. What implications does this have on the way state is handled in the upstream Struts app? In short, the Actions will be calling various Stateful

RE: Analysis and Design using RUP/UML for Struts/HTML/Java Script application

2004-02-19 Thread Smith, Darrin
You will find the following useful: The Struts Framework by Sue Spielman Developing Enterprise Java Applications With J2EE and UML by Khawar Ahmed and Cary Umrysh -Original Message- From: Sreenivasa Chadalavada [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 8:17 AM To: Strut

RE: [OT] Re: Java / J2EE Developer

2004-02-16 Thread Smith, Darrin
ng labour markets. +1 to what james said. On 16 Feb 2004, at 19:38, Smith, Darrin wrote: > I know better to get involved in this but... > > Improve yourself? How will that protect you unless that improvement > happens > to mean lowering your salary 80% or so? > > This is

RE: Java / J2EE Developer

2004-02-16 Thread Smith, Darrin
I know better to get involved in this but... Improve yourself? How will that protect you unless that improvement happens to mean lowering your salary 80% or so? This is a problem to us in the US. Maybe folks from other countries don't care, and that is understandable, but it doesn't mean that w

RE: RE: Looking for junior Java/Struts developers

2004-02-04 Thread Smith, Darrin
This thread is probably getting too far OT, but... Given that this position is in Herndon, how can someone from Croatia work? The post said they would need to move to Herndon (a pretty expensive area BTW) -Original Message- From: otisg [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 0

RE: what is controller servlet in struts framework

2004-02-04 Thread Smith, Darrin
It's the ActionServlet unless you are overriding it and will be seen in: MyServlet org.apache.struts.action.ActionServlet -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 8:58 AM To: [EMAIL PROTECTED] Subject: what is controlle

RE: convert String to Long

2004-01-22 Thread Smith, Darrin
Subject: RE: convert String to Long What i want to do is convert the String to a long actually.How can i do that in jstl ?In your example, how do i do Long.valueof("7654321") in jstl ? -----Original Message- From: Smith, Darrin [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22,

RE: convert String to Long

2004-01-22 Thread Smith, Darrin
I must be missing something, but if you have the string, and you know it is a long (a valid integer number), why don't you just use the static valueOf method? For example, Long myLong = Long.valueOf("7654321"); Of course, 7654321 will be replaced with your string variable. -Original Message-

RE: Is it possible to deploy a struts 1.1 application in Tomcat 5 .x?

2004-01-22 Thread Smith, Darrin
It's working for me using an old example, but I did replace some of the jar files with the latest struts version. Darrin -Original Message- From: Ingvar Larsson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 6:41 AM To: [EMAIL PROTECTED] Subject: Is it possible to deploy a str

RE: Missing message for key problem.

2004-01-21 Thread Smith, Darrin
Developer Struts/J2EE training -- http://www.arc-mind.com/strutsCourse.htm Struts/J2EE consulting -- http://www.arc-mind.com/consulting.htm#StrutsMentoring -Original Message----- From: Smith, Darrin [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 1:45 PM To: [EMAIL PROTECTE

RE: Missing message for key problem.

2004-01-21 Thread Smith, Darrin
s. The above ensures that the resource bundle is intialized before hitting the page for the first time. Rick Hightower Developer Struts/J2EE training -- http://www.arc-mind.com/strutsCourse.htm Struts/J2EE consulting -- http://www.arc-mind.com/consulting.htm#StrutsMentoring -Original M

Missing message for key problem.

2004-01-20 Thread Smith, Darrin
Every time I try to access my newly built application, I get: Missing message for key "image.company" javax.servlet.jsp.JspException: Missing message for key "image.company" at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:297) at org.apache.jsp.header_jsp._jspx_meth_bean_mess