[OT] JSTL : test the first char of a String

2004-03-23 Thread nicolas De Loof
Hello, I'm using JSTL and Struts-EL. I would like to test the first char of a String. The string is a URL, and can be a path to some action on my webapp or any external URL. I'd like to test if the url starts with '/' to select the html:link attriibute to use : page or href

Re: [OT] JSTL : test the first char of a String

2004-03-23 Thread nicolas De Loof
I've found this way : c:if test=${link.bytes[0] eq '/'.bytes[0]} Not so pretty, but working ! Nico. nicolas De Loof a écrit : Hello, I'm using JSTL and Struts-EL. I would like to test the first char of a String. The string is a URL, and can be a path to some action on my webapp or any

RE: [OT] JSTL : test the first char of a String

2004-03-23 Thread Pady Srinivasan
c:if test=${fn:startsWith(url, '/')} Thanks -- pady [EMAIL PROTECTED] -Original Message- From: nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 11:12 AM To: Struts Users Mailing List Subject: [OT] JSTL : test the first char of a String Hello, I'm using JSTL

test

2004-03-22 Thread shaz731
pls ignore - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Test

2004-03-18 Thread Bill Siggelkow
Test - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT] MacOS X Java/Struts development (was RE: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available))

2004-03-01 Thread Paul, R. Chip
[mailto:[EMAIL PROTECTED] Sent: Saturday, February 28, 2004 8:57 AM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Re: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available) that lets me define the individual versions of *all* dependencies for *all* projects so that I

Re: [OT] MacOS X Java/Struts development (was RE: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available))

2004-03-01 Thread Jeff Kyser
, February 28, 2004 8:57 AM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Re: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available) that lets me define the individual versions of *all* dependencies for *all* projects so that I can say, for example, use *this* version

RE: [OT] MacOS X Java/Struts development (was RE: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available))

2004-03-01 Thread Nguyen, Hien
X Java/Struts development (was RE: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available)) I have been extremely happy with IDEA on the MacOS X platform, although Mac was a little late getting a jdk1.4 up and running. I'm on Jaguar, have not migrated to Panther... -jeff On Monday

Re: [OT] MacOS X Java/Struts development (was RE: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available))

2004-03-01 Thread Mark Lowe
(was RE: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available)) I have been extremely happy with IDEA on the MacOS X platform, although Mac was a little late getting a jdk1.4 up and running. I'm on Jaguar, have not migrated to Panther... -jeff On Monday, March 1, 2004, at 09:07

RE: [OT] MacOS X Java/Struts development (was RE: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available))

2004-03-01 Thread Andy Engle
Nguyen, Hien [EMAIL PROTECTED] wrote: I'm using Panther (OS X 10.3) with Eclipse, tomcat, mySQL and things are working perfectly fine. The latest JDK on OS X is 1.4.2. Same here. I like it all pretty well, but the only minor drawback is that sometimes I think the Eclipse interface in OS X is

RE: [OT] MacOS X Java/Struts development (was RE: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available))

2004-03-01 Thread Andrew Hill
(was RE: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available)) Nguyen, Hien [EMAIL PROTECTED] wrote: I'm using Panther (OS X 10.3) with Eclipse, tomcat, mySQL and things are working perfectly fine. The latest JDK on OS X is 1.4.2. Same here. I like it all pretty well, but the only

Re: [OT] MacOS X Java/Struts development (was RE: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available))

2004-03-01 Thread Tarik El Berrak
] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available)) snip Feeling Like I Just Started Another OS Shouting Match /snip Yeh, cos windows is like really really g00d. Yeh. All us 133t [EMAIL PROTECTED] d00ds use it n' stuff. So dont be like putting it down cos its totally 133t

RE: [OT] MacOS X Java/Struts development (was RE: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available))

2004-03-01 Thread Mainguy, Mike
: [OT] MacOS X Java/Struts development (was RE: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available)) hi excuse me, can you tell me can i unsubscribe from this mailig list thanks a lot - Original Message - From: Andrew Hill [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL

Re: [OT] MacOS X Java/Struts development (was RE: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available))

2004-03-01 Thread Tim Coy
on that platform? -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Saturday, February 28, 2004 8:57 AM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Re: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available

Re: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available)

2004-02-28 Thread Joe Germuska
that lets me define the individual versions of *all* dependencies for *all* projects so that I can say, for example, use *this* version of commons-beanutils and *that* version of commons-digester to build ***all*** of the components that are going in to my overall exectable. I am *so* not

Re: [ANNOUNCE] Struts 1.2.0 Test Build available

2004-02-27 Thread nicolas De Loof
) ? Nico. Martin Cooper a écrit : The Struts 1.2.0 Test Build is now available here: http://www.apache.org/~martinc/struts/v1.2.0/ This is the first Struts build being made available following the same test-and-release process that has been used successfully by the Tomcat team for some time

Re: [ANNOUNCE] Struts 1.2.0 Test Build available

2004-02-27 Thread Joe Germuska
At 9:34 AM +0100 2/27/04, nicolas De Loof wrote: I've built Struts 1.2.0 from the sources package uising maven 1.0RC1 without trouble. When I run maven site, the generated m-target/docs has no index.html and faqs, proposals, tiles and userGuide are empty directory. Is this a known build

Re: [ANNOUNCE] Struts 1.2.0 Test Build available

2004-02-27 Thread Martin Cooper
of the sample web apps have been merged into one, thus demonstrating modules as well. -- Martin Cooper -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Friday, 27 February 2004 13:52 To: Struts Users Mailing List Subject: RE: [ANNOUNCE] Struts 1.2.0 Test Build

Re: [ANNOUNCE] Struts 1.2.0 Test Build available

2004-02-27 Thread Martin Cooper
. Is this a known build problem (waiting for update for an *official* release) ? As Joe has already mentioned, the use of Maven to build various parts of Struts is an ongoing activity. All of the builds you see distributed from Jakarta (nightly, release, and this test build) are still built using Ant

Re: [ANNOUNCE] Struts 1.2.0 Test Build available

2004-02-27 Thread Martin Cooper
Oswald Campesato [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Martin Cooper [EMAIL PROTECTED] wrote: The Struts 1.2.0 Test Build is now available here: Excellent:) http://www.apache.org/~martinc/struts/v1.2.0/ This is the first Struts build being made available following

Re: [ANNOUNCE] Struts 1.2.0 Test Build available

2004-02-27 Thread Joe Germuska
Given that Maven still hasn't reached an official 1.0 release in almost 3 years of development. hey, now... Struts 1.1 took a darn long time! I bet they're in the same boat. Plenty of people who don't really track version numbers are using it happily, so the urge to actually cut a release

[OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available)

2004-02-27 Thread Martin Cooper
Joe Germuska [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Given that Maven still hasn't reached an official 1.0 release in almost 3 years of development. hey, now... Struts 1.1 took a darn long time! I bet they're in the same boat. Plenty of people who don't really track

Re: [OT] Maven (was Re: [ANNOUNCE] Struts 1.2.0 Test Build available)

2004-02-27 Thread Joe Germuska
At 11:19 AM -0800 2/27/04, Martin Cooper wrote: (When it comes to IDEs, though, most of them know about Ant, but don't yet know about Maven at all, so there's not so much of a case for Maven there, IMHO.) Since you added the OT to the subject line, I feel ok about dragging this on... the beauty

Iterate of List - need to test if list is null

2004-02-27 Thread sean jones
/logic:iterate how can i test if the progressBar is null before i start the iterate. right now i get an error, cant find collection. i tried to used logic:notEmpty but i am not using struts 1.1 - To unsubscribe, e-mail

RE: Iterate of List - need to test if list is null

2004-02-27 Thread Slattery, Tim - BLS
=progressBar /logic:iterate how can i test if the progressBar is null before i start the iterate. Use JSTL: c: if test=${!empty wizard.progressBar} logic iterate name=wizard property=pregressBar/logic:iterate /c:test -- Tim Slattery [EMAIL PROTECTED

Re: Iterate of List - need to test if list is null

2004-02-27 Thread sean jones
Thanks Tim, Hopefully the heads of state won't balk at the JSTL code. thanks again. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANNOUNCE] Struts 1.2.0 Test Build available

2004-02-26 Thread Oswald Campesato
Martin Cooper [EMAIL PROTECTED] wrote: The Struts 1.2.0 Test Build is now available here: Excellent:) http://www.apache.org/~martinc/struts/v1.2.0/ This is the first Struts build being made available following the same test-and-release process that has been used successfully by the Tomcat team

RE: [ANNOUNCE] Struts 1.2.0 Test Build available

2004-02-26 Thread Andrew Hill
Ah I see. Its just the jars, tlds, dtds necessary for a struts app, sans docs. -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Friday, 27 February 2004 13:52 To: Struts Users Mailing List Subject: RE: [ANNOUNCE] Struts 1.2.0 Test Build available Cool bananas! Many

RE: [ANNOUNCE] Struts 1.2.0 Test Build available

2004-02-26 Thread Andrew Hill
] Struts 1.2.0 Test Build available The Struts 1.2.0 Test Build is now available here: http://www.apache.org/~martinc/struts/v1.2.0/ This is the first Struts build being made available following the same test-and-release process that has been used successfully by the Tomcat team for some time

[ANNOUNCE] Struts 1.2.0 Test Build available

2004-02-26 Thread Martin Cooper
The Struts 1.2.0 Test Build is now available here: http://www.apache.org/~martinc/struts/v1.2.0/ This is the first Struts build being made available following the same test-and-release process that has been used successfully by the Tomcat team for some time. It is *not* an official Apache

Re: JUnit test cases for struts

2004-02-18 Thread Janarthan Sathiamurthy
Hi, Try this - http://www.strutstestcase.sourceforge.net/ This is a testing framework extending JUnit. Regards, Janarthan S. Jitender Kumar C [EMAIL PROTECTED] wrote: Can anybody help me how I can proceed with writing JUnit Test cases for Struts Applications. Can I follow the same procedure

JUnit test cases for struts

2004-02-17 Thread Jitender Kumar C
Can anybody help me how I can proceed with writing JUnit Test cases for Struts Applications. Can I follow the same procedure as if we write for the simple classes or Should I implement any special classes of any 3rd party package. Dont' We need framework for running our action class execute

RE: JUnit test cases for struts

2004-02-17 Thread Manjunath Bhat
http://strutstestcase.sourceforge.net/ -Original Message- From: Jitender Kumar C [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 12:19 PM To: Struts Users Mailing List Subject: JUnit test cases for struts Can anybody help me how I can proceed with writing JUnit Test cases

STC - How Can I test multiple Actions in same method

2004-02-05 Thread Ravi Kulkarni
Hi, StrutsTestCase documentation says we can test multiple Actions in same method, by calling setRequestPathInfo() and actionPerform() multiple times within the same method. I am also calling clearRequestparameters() after every perform method. But I am unable to execute the second Action. Below

test

2004-01-29 Thread krg9263
test - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Unit Test in struts

2004-01-23 Thread Jesse Alexander (KAID 11)
List' Subject: RE: Unit Test in struts if the front end to your application is strictly browser based then JavaScript will more than likely play a role in the application. Same as if you were to use a Swing front end you would more than likely have to make use of eventlisteners. When I hear someone

RE: Unit Test in struts

2004-01-23 Thread Edgar P Dollin
:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 3:37 AM To: 'Struts Users Mailing List' Subject: RE: Unit Test in struts not true. I've seen web-apps that use strictly html (not a line of JavaScript) and look very dynamic and responsive (one app reports its users are more happy with the html

RE: Unit Test in struts

2004-01-23 Thread Chappell, Simon P
, January 23, 2004 7:26 AM To: 'Jesse Alexander (KAID 11)'; 'Struts Users Mailing List' Subject: RE: Unit Test in struts Could you share with us how you worked around some of my issues, i.e. The user is entering items. User needs dynamic feedback as to to how much is entered so correctness of data

RE: Unit Test in struts

2004-01-22 Thread Edgar P Dollin
grained control). How does jWebUnit compare? Thanks. Edgar -Original Message- From: Richard Hightower [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 4:26 PM To: Struts Users Mailing List Subject: RE: Unit Test in struts you should try jWebUnit. i like it a lot

RE: Unit Test in struts

2004-01-22 Thread Matt Raible
, January 22, 2004 5:49 AM To: Struts Users Mailing List Subject: RE: Unit Test in struts I have spent a fair amount of time with WebTest and HttpUnit. The major issues with both of these are JavaScript related. For example if you use JavaScript to populate select lists or html objects

RE: Unit Test in struts

2004-01-22 Thread Edgar P Dollin
I wish I had the luxury. Edgar -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 9:42 AM To: 'Struts Users Mailing List' Subject: RE: Unit Test in struts I use a fair amount of JavaScript in my apps, and what I've found

RE: Unit Test in struts

2004-01-22 Thread Ashikuzzaman
: Thursday, January 22, 2004 11:56 PM To: 'Matt Raible'; 'Struts Users Mailing List' Subject: RE: Unit Test in struts I wish I had the luxury. Edgar -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 9:42 AM To: 'Struts Users Mailing List' Subject

RE: Unit Test in struts

2004-01-22 Thread Edgar P Dollin
fancy footwork with actions but... 3) Menus, yes there are plenty of static menus but all the real ones are javascript, i.e. coolmenus cannot be tested with the existing test tools. Menu's are not required to be tested but it would be nice. Edgar -Original Message- From: Ashikuzzaman

RE: Unit Test in struts

2004-01-22 Thread Nimmons, Buster
? Sounds like upper management material to me. -Original Message- From: Edgar P Dollin [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 4:42 PM To: 'Struts Users Mailing List' Subject: RE: Unit Test in struts Maybe I am not smart enough for my applications (order entry, inventory

Unit Test in struts

2004-01-21 Thread Vinicius Carvalho
Hi there! I've heard about a tool (like JUnit) but especific to be used with struts, where I can test my actions, forms and jsp pages, problem is ... I cant rememeber the name, does anyone knows about it? thnx Vinicius

RE: Unit Test in struts

2004-01-21 Thread Robert Taylor
Google: http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=Unit+Test+In+Struts I believe you want: http://strutstestcase.sourceforge.net/ but I could be wrong. robert -Original Message- From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 2:17 PM

RE: Unit Test in struts

2004-01-21 Thread Shane Mingins
You could be thinking of StrutsTestCase but I am not sure if it will test your JSP pages? http://strutstestcase.sourceforge.net/ To test web pages you could look at Canoo WebTest http://webtest.canoo.com/webtest/manual/WebTestHome.html HTH Shane -Original Message- From: Vinicius

RE: Unit Test in struts

2004-01-21 Thread Chappell, Simon P
) 935-4526 Wisdom is not the prerogative of the academics. - Peter Chappell -Original Message- From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 1:17 PM To: [EMAIL PROTECTED] Subject: Unit Test in struts Hi there! I've heard about a tool (like

RE: Unit Test in struts

2004-01-21 Thread Richard Hightower
you should try jWebUnit. i like it a lot. -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 12:52 PM To: Struts Users Mailing List Subject: RE: Unit Test in struts Well, we use Junit for testing our business logic (you do have your

RE: Unit Test in struts

2004-01-21 Thread Chappell, Simon P
Richard, What do you use jWebUnit to test? Simon -Original Message- From: Richard Hightower [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 3:26 PM To: Struts Users Mailing List Subject: RE: Unit Test in struts you should try jWebUnit. i like it a lot. snip

[OT] Stress Test Tool

2004-01-01 Thread Oliver Thiel
Did anyone know a good tool for stress testing a struts app? I already tried dieseltest_1_0_21, jakarta-jmeter-1.9.1, jspider-0.5.0-dev, Microsoft Web Application Stress Tool but none of these tools fits my needs. Why is search for a stress test tool? 1. I wrote a simple registration form

Re: [OT] Stress Test Tool

2004-01-01 Thread Nadeem Bitar
needs. Why is search for a stress test tool? 1.I wrote a simple registration form, which enters data in a database and LDAP and than confirms the registration process. 2.I wrote this registration forms in various ways e.g. using a simple ActionForm, DynaBeans, MapBackedForm (+ DB

How test for attribute?

2003-12-27 Thread e-denton Java Programmer
Hi, I am trying to test for the presence of a request attribute called PCAT. This works: if (request.getAttribute (PCAT) != null) This doesn't work: logic:present parameter=PCAT /logic:present What Struts logic tag would work? Thanks

RE: Struts test cases

2003-12-19 Thread Tim Lucia
Message- From: Ovidiu EFTIMIE [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 12:05 PM To: Struts Users Mailing List Subject: Struts test cases Hi, Has anyone used WSAD 5.0 with StrutsTestCase 2.0 ? I've only succeded to make it work after several operation which don't

Re: Test tiles attribute presence

2003-12-19 Thread Ted Husted
I think you would import the Tiles attribute into page scope, and then use the usual logic tags. -Ted. Franck wrote: Hi, In a tiles template I would like to test if a tiles attribute should be inserted or not : Example : td width=220 valign=top tiles:insert attribute=menu2 ignore=true/ /td

Test tiles attribute presence

2003-12-18 Thread Franck
Hi, In a tiles template I would like to test if a tiles attribute should be inserted or not : Example : td width=220 valign=top tiles:insert attribute=menu2 ignore=true/ /td I would like to code something like tiles:notEmpty attribute=menu2 td width=220 valign=top tiles:insert attribute

Struts test cases

2003-12-18 Thread Ovidiu EFTIMIE
Hi, Has anyone used WSAD 5.0 with StrutsTestCase 2.0 ? I've only succeded to make it work after several operation which don't inspire me much confidence, or maybe is just me taking the hard way. Is there anyone there who used this and can give me some hints? Thanx, Ovidiu PS: For anyone

[TEST] Ping

2003-12-18 Thread Andrew Hill
Pls excuse this msg. Just testing something related to posting to the list. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] Using c:if to test if collection is empty

2003-12-11 Thread Kris Schneider
c:if test=${! empty products} ... Quoting Ajay Patil [EMAIL PROTECTED]: Hi, I am trying to use the JSTL tag to test if a collection is empty. In terms of java code, I would like to write.. if (products != null products.size() 1) { .. } I have written the following in the JSP

[OT] Using c:if to test if collection is empty

2003-12-10 Thread Ajay Patil
Hi, I am trying to use the JSTL tag to test if a collection is empty. In terms of java code, I would like to write.. if (products != null products.size() 1) { .. } I have written the following in the JSP. c:if test={! empty products} ... /c:if The above isnt working. The test always

RE: [OT] Stress Test

2003-11-25 Thread Jose Ramon Diaz
Hi, Is there any way to get the URLs automatically? I mean, how can we obtain the URL navigating through the application? If we need to do a string test, we will nedd dozens of URLs, with a lot of parameters, and even we use frames, so the number of URLs grows... Thanks a lot

RE: [OT] Stress Test

2003-11-25 Thread Mainguy, Mike
as flexible as QALoad and about much more flexible than M$ webcat. My $0.02 worse is better -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 10:56 AM To: 'Struts Users Mailing List' Subject: RE: [OT] Stress Test David, Nothing. Nada. Zip. ZIlch

[OT] Stress Test

2003-11-24 Thread Jerry Jalenak
Hi All, I've got a problem with my current web app where it stops responding after about 6 hours. I need to set up a test environment and simulate multiple logon's so I can trap my way through the code and figure out where it is failing. I think there is a tool available that can be used to do

RE: [OT] Stress Test

2003-11-24 Thread Chappell, Simon P
I stress-tested our app with a combination of HttpUnit and JUnitPerf. My test was designed to see what the maximum throughput was, rather than testing longevity, but the basic principles should be the same. I had multiple simulated users, logging in. each in independent sessions

RE: [OT] Stress Test

2003-11-24 Thread Paul McCulloch
I use JMeter for this sort of thing. It's JSession aware which makes life a bit easier. Paul -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED] Sent: 24 November 2003 15:05 To: '[EMAIL PROTECTED]' Subject: [OT] Stress Test Hi All, I've got a problem with my

Re: [OT] Stress Test

2003-11-24 Thread Vic Cekvenich
OpenSTA works for me. Jerry Jalenak wrote: Hi All, I've got a problem with my current web app where it stops responding after about 6 hours. I need to set up a test environment and simulate multiple logon's so I can trap my way through the code and figure out where it is failing. I think

RE: [OT] Stress Test

2003-11-24 Thread Jerry Jalenak
] -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 9:05 AM To: '[EMAIL PROTECTED]' Subject: [OT] Stress Test Hi All, I've got a problem with my current web app where it stops responding after about 6 hours. I need to set up a test

Re: [OT] Stress Test

2003-11-24 Thread Martin Gainty
Simon Do you prefer JunitPerf to JProbe or Clover? Thanks, Martin - Original Message - From: Chappell, Simon P [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, November 24, 2003 10:11 AM Subject: RE: [OT] Stress Test I stress-tested our app

RE: [OT] Stress Test

2003-11-24 Thread Chappell, Simon P
I must admit that I have not tried JProbe or Clover, so I can't help there. I liked JUnitPerf for the task that I had. I originally wanted to use JMeter, but was unable to figure out quickly enough how to have unique test data for each simulated user, which was crucial for the test that I

RE: [OT] Stress Test

2003-11-24 Thread Chappell, Simon P
To: 'Struts Users Mailing List' Subject: RE: [OT] Stress Test Simon, Paul, and Vic - Thanks for the suggestions. One initial glance it looks like JMeter will do what I want, so I'm going to head down that path 8-) Jerry Jalenak Development Manager, Web Publishing LabOne, Inc. 10101 Renner

RE: [OT] Stress Test

2003-11-24 Thread David Friedman
, November 24, 2003 10:05 AM To: '[EMAIL PROTECTED]' Subject: [OT] Stress Test Hi All, I've got a problem with my current web app where it stops responding after about 6 hours. I need to set up a test environment and simulate multiple logon's so I can trap my way through the code and figure out where

RE: [OT] Stress Test

2003-11-24 Thread Jerry Jalenak
David, Nothing. Nada. Zip. ZIlch. The logs show basically no response; from the client perspective the web app simply stops responding. I suspect I've either got a memory leak, or a database connectivity issue. Hopefully I can stress test this thing enough today to identify where in the code

what is the right way to test whether execute() is called after validate()?

2003-11-18 Thread Janice
I'm sorry if this is too basic, I'm still really green. I'm validating a form. This form is used for adding and editing widgets. I use the same actionHandler, where I test a request parameter and set up the form accordingly. It builds my form object and either resets it for an add

Re: Unit Test Actions

2003-11-01 Thread Steven Woody
- Original Message - From: Ted Husted [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, November 01, 2003 2:21 AM Subject: Re: Unit Test Actions Steven Woody wrote: I skimmed through the code, but dont get a concrete ideal. Does ProcessAction.java

Re: Unit Test Actions

2003-10-31 Thread Ted Husted
as an client-level acceptance test, since it tests what the client's care about: the end result. But, a WebTest is not a replacement for a programmer's unit test. We need to catch most problems before they ever trickle down to the presentation. Unlike FitNess and JUnit, WebTest is more like an end-user

Re: Unit Test Actions

2003-10-30 Thread Ted Husted
://jakarta.apache.org/commons/sandbox/chain/ 2) I think I like the WebTest. Before use it, I still want to get some opinion from you about how do you compare WebTest and HttpTest. Thanks in advance. HttpUnit is a good thing if you have code based on the http package to test. I have very little of that of my own

Re: Unit Test Actions

2003-10-30 Thread Steven Woody
- Original Message - From: Ted Husted [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, October 31, 2003 3:58 AM Subject: Re: Unit Test Actions Steven Woody wrote: Ted, 1) How do you implement the Action Adapter? Derived from Action and make

Re: Unit Test Actions

2003-10-29 Thread Ted Husted
the web layer. But, that's because my actions have devolved to adapters, and so there less and less to test at this level. Though, I do think we should be using StrutsTestCase to prove that the standard Actions work as expected. The nice thing about WebTest is that it runs against the actual pages

Re: Unit Test Actions

2003-10-29 Thread Steven Woody
[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 6:59 PM Subject: Re: Unit Test Actions StrutsTestCase includes a set of mock classes (that we *really* should integrate into the core) that work without Cactus and another set that work with Cactus. The fork takes places at the highest level

Re: Unit Test Actions

2003-10-28 Thread Manish Singla
).. Steven Woody wrote: Hi, list Can I unit test Action subclasses with JUnit without running of a Servlet container? -- Steven Woody [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Unit Test Action

2003-10-28 Thread Steven Woody
Hi, list Can I unit test Action subclasses with JUnit without running of a Servlet container? -- Steven Woody [EMAIL PROTECTED]

Re: Unit Test Actions

2003-10-28 Thread Steven Woody
- Original Message - From: Manish Singla [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 3:46 PM Subject: Re: Unit Test Actions Yes, you can and that is what is true definition of unit testing. My two cents: Look for In Container

Re: Unit Test Actions

2003-10-28 Thread Ted Husted
Steven Woody wrote: Can I unit test Action subclasses with JUnit without running of a Servlet container? http://strutstestcase.sourceforge.net/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Unit Test Actions

2003-10-28 Thread Steven Woody
Thanks. How does this compare to Cactus ? To my understand, it can test Actions w/o a container while Cactus can test Actions in-container. Right? - Original Message - From: Ted Husted [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, October 28, 2003

Unit Test Actions

2003-10-27 Thread Steven Woody
Hi, list Can I unit test Action subclasses with JUnit without running of a Servlet container? -- Steven Woody [EMAIL PROTECTED]

EVALUATION of TEST FRAMEWORKS

2003-10-22 Thread Todor Sergueev Petkov
I have to choose a testing framework for my webapp( written using Struts. I am currently reviewing documentation on CACTUS - especially StrutsTestCase and on the other hand HTTPUnit. Is that what people use to test medium size web-applications. Can someone with experience point out some

RE: EVALUATION of TEST FRAMEWORKS

2003-10-22 Thread Benz Lim
There are two tools from mercury AstraLoadTest AstraQuickTest You can give it a test. Best Regards, Benz Lim -Original Message- From: Todor Sergueev Petkov [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 3:08 PM To: Struts Users Mailing List Subject: EVALUATION of TEST

Re: [Struts Workflow] Test application - why two actions for loop? [solved]

2003-10-22 Thread Axel Gross
:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 5:03 PM To: [EMAIL PROTECTED] Subject: [Struts Workflow] Test application - why two actions for loop? Hello! I had a close look to the test application of the Struts Workflow Extension (v 1.0.3). I still couldn't grasp though, why

Re: EVALUATION of TEST FRAMEWORKS

2003-10-22 Thread Mick Wever
for testing Java products through JUnit, HttpUnit (and hopefully soon Cactus) type tests, and publishing the results into html pages. It integrates testing from multiple platforms, products, product versions, and test types, to provide upto date comprehensive statistical information about the status

RE: EVALUATION of TEST FRAMEWORKS

2003-10-22 Thread Shane Mingins
of TEST FRAMEWORKS I have to choose a testing framework for my webapp( written using Struts. I am currently reviewing documentation on CACTUS - especially StrutsTestCase and on the other hand HTTPUnit. Is that what people use to test medium size web-applications. Can someone with experience

Re: [Struts Workflow] Test application - why two actions for loop?

2003-10-21 Thread Matthias Bauer
: [Struts Workflow] Test application - why two actions for loop? Hello! I had a close look to the test application of the Struts Workflow Extension (v 1.0.3). I still couldn't grasp though, why for loop in workflow wf1 there is a need for 2 actions. Maybe you could help me finding out: Wouldn't

[Struts Workflow] Test application - why two actions for loop?

2003-10-20 Thread Axel Gross
Hello! I had a close look to the test application of the Struts Workflow Extension (v 1.0.3). I still couldn't grasp though, why for loop in workflow wf1 there is a need for 2 actions. Maybe you could help me finding out: Wouldn't it be enough to have prevState=2 nextState=2 nextState=3

RE: [Struts Workflow] Test application - why two actions for loop?

2003-10-20 Thread shirishchandra.sakhare
can you elaborate a little? Too less info :-(( -Original Message- From: Axel Gross [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 5:03 PM To: [EMAIL PROTECTED] Subject: [Struts Workflow] Test application - why two actions for loop? Hello! I had a close look to the test

Re: [Struts Workflow] Test application - why two actions for loop?

2003-10-20 Thread Axel Gross
] Test application - why two actions for loop? Hello! I had a close look to the test application of the Struts Workflow Extension (v 1.0.3). I still couldn't grasp though, why for loop in workflow wf1 there is a need for 2 actions. Maybe you could help me finding out: Wouldn't it be enough

test mail

2003-10-08 Thread rajendra . x . yadav
thanks -raj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ignore me: test

2003-09-19 Thread Michael Thompson
Well, I had a disclaimer in the subject, but since you are here, I've been trying to send messages since 1100 CST and not one has hit the list. Things usually don't take this long, 10 min tops. I'm sending this test mail to see if it has anything to do with my mail client settings. --m

[OT] Test

2003-09-05 Thread Stephan
Sorry I have not been able to send! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [OT] Test

2003-09-05 Thread Chen, Gin
I didn't get it.. can you try it again? -Original Message- From: Stephan [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 4:26 PM To: [EMAIL PROTECTED] Subject: [OT] Test Sorry I have not been able to send

[OT] Test

2003-09-04 Thread Steve Apeero
Sorry testing, I have not been able to connect Stephan _ Get 10MB of e-mail storage! Sign up for Hotmail Extra Storage. http://join.msn.com/?PAGE=features/es -

Re: login test in a jsp page - any suggestions

2003-08-27 Thread Emerson Cargnin
; I want to put a test in every jsp page to see if the user is logged in. And if not, to forward them to login.jsp. Is there any way to do this other than putting java code in my jsp? I'm hoping there is some struts system like html:check app=MyAction/. (Yes, I can have everything be an action

  1   2   3   4   >