• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WebObjects URL Decoding
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WebObjects URL Decoding


  • Subject: Re: WebObjects URL Decoding
  • From: Chuck Hill <email@hidden>
  • Date: Wed, 21 Feb 2007 09:58:19 -0800


On Feb 21, 2007, at 8:24 AM, Dov Rosenberg wrote:

The biggest underlying issue with the URLs is that it makes it very
difficult to build up any load test scripts.

Yep!


Back in the WO 3.5 days when we were able to deploy things out as a WO App
using tools like Monitor there was a Recording adapter that would record the
request/response stream so it could be replayed as a load test.


Now we deploy things out a servlet without the WO adapters I am not sure how
to set up a decent load testing scenario. Trying to decode the meaning of
the URLs has been an exercise in futility.


I would love to be able to use a tool like Apache Jmeter to load test our WO
applications

We have, check out this Wiki article:
http://en.wikibooks.org/wiki/Programming:WebObjects/Testing/ Load_Testing_WO_Apps_with_JMeter


I have been using Selenium (http://www.openqa.org/selenium/) for functional testing and it could be used to do load testing as well. Selenium is _awesome_. That probably marks the first time I have ever said anything kind about a testing tool.

Use the attached file as an extension in the the IDE; put id attributes on all of your clickable elements; and say good bye to WO URL WOes.


Chuck

LocatorBuilders.order = ['id', 'domFormElementIndex', 'positionXPath', 'linkXPath', 'imgXPath', 'attributesXPath', 'hrefXPath', 'link', 'domFormElementName', 'name'];



On 2/21/07 10:16 AM, "Kieran Kelleher" <email@hidden> wrote:

This has been rolling around in the back of my mind too lately,
although I haven't done anything with it. Have you looked at
recording response statistics instead of perhaps clicks that generate
responses. Check out the
WOStatisticsStore class and ERXApplication has properties to set the
statistics log path and log rotation. It might be useful for your
objective. It seems you could override a few methods of WOComponent
in your global WOComponent custom subclass and these get called for
the supplementary statistics information.

HTH, Kieran


On Feb 21, 2007, at 2:18 AM, Owen McKerrow wrote:

Hi All,

Is there any way to track back from a WO url what the link/button
pressed was ?

i.e. for the following URL WebObjects/RIS.woa/wo/
LaxPpG24nbtqCjH1sZbfUw/110.0.11.5.5.1 how can I map back the
110.0.11.5.5.1 to a page and a link inside my app ?

Thanks

Owen McKerrow
WebMaster, emlab
Ph : +61 02 4221 5517
http://emlab.uow.edu.au

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - -

People who prefer typing to pointing then seem to prefer acronyms
to save typing  :-)
-Denis Stanton, On people using Command Line Interfaces


_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: 40mac.com

This email sent to email@hidden

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40inquira.com


This email sent to email@hidden

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net


This email sent to email@hidden


--

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects






 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: WebObjects URL Decoding
      • From: Kieran Kelleher <email@hidden>
References: 
 >Re: WebObjects URL Decoding (From: Dov Rosenberg <email@hidden>)

  • Prev by Date: Re: What is the trick to debug SQL?
  • Next by Date: Re: What is the trick to debug SQL?
  • Previous by thread: Re: WebObjects URL Decoding
  • Next by thread: Re: WebObjects URL Decoding
  • Index(es):
    • Date
    • Thread