RE: [OT] RE: Struts London Square Mile Java Developers

2003-04-03 Thread Kola Oyedeji
I live in south London as well! 

Unfortunately I don't work in the city! (well not yet anyway)

Kola

 -Original Message-
 From: PILGRIM, Peter, FM [mailto:[EMAIL PROTECTED]
 Sent: 02 April 2003 17:37
 To: Struts-user-list
 Subject: [OT] RE: Struts London Square Mile Java Developers
 
  -Original Message-
  From: Marco Tedone [mailto:[EMAIL PROTECTED]
 
 
  I live in Leyton, when the central line will work again, is
  not that far
  from the SM.
 
 I live in the South london in the suburbs. I was hoping for response
from
 other IT city workers, because it is easier to meet up after a hard
 working day in the centre of town ( or downtown for US readers).
 PS: This also applies to Expresso Frameworkers
 --
 Peter Pilgrim,
 Struts/J2EE Consultant, RBoS FM, Risk IT
 Tel: +44 (0)207-375-4923
 
 

***
   Visit our Internet site at http://www.rbsmarkets.com
 
 This e-mail is intended only for the addressee named above.
 As this e-mail may contain confidential or privileged information,
 if you are not the named addressee, you are not authorised to
 retain, read, copy or disseminate this message or any part of it.
 The Royal Bank of Scotland plc is registered in Scotland No 90312
 Registered Office: 36 St Andrew Square, Edinburgh EH2 2YB
 Regulated by the Financial Services Authority

***
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [Q] Accessing struts-tiles attribute in a bean?

2003-03-17 Thread Kola Oyedeji
Hi

I've been trying to get to grips with Tiles, can anyone point me to some
resources, there seems to be a lack of information available on them.

Thanks

Kola

 -Original Message-
 From: Hue Holleran [mailto:[EMAIL PROTECTED]
 Sent: 17 March 2003 08:16
 To: 'Struts Users Mailing List'; [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: RE: [Q] Accessing struts-tiles attribute in a bean?
 
 Ted (Husted) has created a 'tiles for Velocity'. He did qualify that
by
 saying it was not as fully-featured as Cedric's - as I think original
 tiles
 took a good while to develop - but Ted's was designed in the shower
(or
 bath - I don't recall) and then developed quickly afterwards.
 
 However, that said - I'd be really interested in taking a look at
that
 code - maybe his new book could be 'Struts on Speed' (not the author
as
 he'd
 never get on those stilts - but Struts with Velocity).
 
 Ted - what's the chance of posting your views (or pointing us to a
link)
 on
 how you're using Velocity with Struts. I did have another look at
 Velocity
 after your presentation but I still don't think I can do without
tiles -
 even with the promise of 'cross platform' Velocity.NET/NVelocity it
 doesn't
 do it for me?
 
 H.
 
 -Original Message-
 From: Scott Barr [mailto:[EMAIL PROTECTED]
 Sent: 17 March 2003 05:02
 To: 'Struts Users Mailing List'
 Subject: RE: [Q] Accessing struts-tiles attribute in a bean?
 
 
 
 Yeah, I'm exacly the same with Velocity. It is clean as a whistle,
but
 I've gotta have my Tiles :)
 
 Scott Barr
 www.exergonic.com.au
 
 
 On Mon, 2003-03-17 at 04:49, Hue Holleran wrote:
  Not sure of 'best' way to this but I think this may work:
 
  tiles:useAttribute name=booboo classname=java.lang.String /
 
  ...
 
  bean:message key=%=booboo% /
 
  Yes, I agree tiles is great - been looking at Velocity again just
 recently
  but I just don't think I could live without tiles now. There always
 seems
 to
  be more to discover with tiles and so many ways it can be extended
to
 suit
  new requirements.
 
  H.
 
  -Original Message-
  From: Jeff Smith [mailto:[EMAIL PROTECTED]
  Sent: 16 March 2003 00:48
  To: Struts Users Mailing List
  Subject: [Q] Accessing struts-tiles attribute in a bean?
 
 
  James and Dan turned me on to tiles. I love them - as I love any
tool
 that
  simplifies what I was already doing via brute force. :-)
 
  I feel I'm on the verge of a new level of understanding, but sadly,
 haven't
  quite crossed over.
 
  In my tiles structure, I want to have my pages get their titles
from
 the
  application resource.
 
  So I dutifully created a titleKey attribute in my
tile-description.xml,
 like
  so:
  definition name=StandardLayout
 path=/Jsps/Templates/TemplateMain.jsp
put name=titleKey value=some.resource.key/
put name=header value=/Jsps/Tiles/TileHeader.jsp/
put name=content value=/Jsps/Tiles/TileWelcome.jsp/
put name=menu value=/Jsps/Tiles/TileMenu.jsp/
  /definition
 
  In my TemplateMain.jsp, I want to take that titleKey and look up
the
 proper
  title string from my application resource file.
 
  But I can't figure out how to access the value of the titleKey
 attribute
  into the key field of the bean:message tag.
 
  Is this possible?
 
  One day a light will go on in my head, and I won't feel so confused
by
 all
  this. :-)
 
  Jefficus
 
 
 
-
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail:
[EMAIL PROTECTED]
 
 
 
 
 
-
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail:
[EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [OT] Simulating Concurrent Users

2003-03-10 Thread Kola Oyedeji

Slightly more OT, but is one complete html page considered a request or
can a html page consist of multiple requests i.e. are images etc.
downloaded in separate requests?


Thanks

Kola

 -Original Message-
 From: Jim Krygowski [mailto:[EMAIL PROTECTED]
 Sent: 06 March 2003 12:38
 To: Struts Users Mailing List
 Subject: RE: [OT] Simulating Concurrent Users
 
 I don't know if anyone missed this- but JMeter, an open source
project at
 Apache is a pretty nice stress testing tool.  Very easy to use and
set
 up.
 Check it out and you won't have to deal with Microsoft.
 
 
  -Original Message-
  From: Todd Pierce [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, March 05, 2003 7:59 PM
  To: 'Struts Users Mailing List'
  Subject: RE: [OT] Simulating Concurrent Users
 
 
  I know the port and proxy. It's my workstation, localhost:7001, no
 proxy.
 
  The stress tester says it connects OK to localhost:80, but there's
no
  webserver running on it.
 
  I guess I could RTFM, but then I'd have to go to the micro$oft
website
  again. Ah, **expletive**, I'll play with it later.
 
  -Original Message-
  From: alexj [mailto:[EMAIL PROTECTED]
  Sent: Thursday, 6 March 2003 11:35 AM
  To: Struts Users Mailing List
  Subject: Re: [OT] Simulating Concurrent Users
 
 
  you may have better to ask your sys admin on wich port
  and wich adress is your proxy ...(if you don't want any
  blame)
 
 
  --
  Alexandre Jaquet
  - Original Message -
  From: Todd Pierce [EMAIL PROTECTED]
  To: 'Struts Users Mailing List' [EMAIL PROTECTED]
  Sent: Thursday, March 06, 2003 1:25 AM
  Subject: RE: [OT] Simulating Concurrent Users
 
 
   My problem is that it can't connect to the right port. Anybody
solved
  this?
  
   -Original Message-
   From: alexj [mailto:[EMAIL PROTECTED]
   Sent: Thursday, 6 March 2003 10:42 AM
   To: Struts Users Mailing List
   Subject: Re: [OT] Simulating Concurrent Users
  
  
   you only need to specifie the proxy adress
  
   --
   Alexandre Jaquet
  
   - Original Message -
   From: [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Thursday, March 06, 2003 12:00 AM
   Subject: RE: [OT] Simulating Concurrent Users
  
  
Sean, downloaded this software and set it up. Its pretty
  simple to use.
Getting a problem though. Its not able to find the link to my
  application.
It talks about changing the proxy server of IE. However i
  don't have the
rights to do that on my system. Do you have any ideas on this?
   
Thanks.
   
-Original Message-
From: Sean Chambers [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 05, 2003 2:15 PM
To: 'Struts Users Mailing List'
Subject: RE: [OT] Simulating Concurrent Users
   
   
sorry, should point out that its blatantly not open source.
but it
 is
free-ish
   
 -Original Message-
 From: Sean Chambers [mailto:[EMAIL PROTECTED]
 Sent: 05 March 2003 19:52
 To: 'Struts Users Mailing List'
 Subject: RE: [OT] Simulating Concurrent Users


 dont flame me for this, but you could try micro$ofts web
 appliaction stress
 test tool. it only *runs* on NT x but u can use it to stress
 anything i
 think.. and apparently its pretty simple to use.


http://www.microsoft.com/technet/treeview/default.asp?url=/tec
 hnet/itsolutio
 ns/intranet/downloads/webstres.asp

  -Original Message-
  From: Jim Krygowski [mailto:[EMAIL PROTECTED]
  Sent: 05 March 2003 19:45
  To: Struts Users Mailing List
  Subject: RE: [OT] Simulating Concurrent Users
 
 
  Does JMeter fit the bill?
  http://jakarta.apache.org/jmeter/index.html
 
 
 
   -Original Message-
   From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, March 05, 2003 2:20 PM
   To: [EMAIL PROTECTED]
   Subject: [OT] Simulating Concurrent Users
  
  
   Hi,
   Is there some open source tool or technique that I can
use to
   simulate concurrent users for our application? I
especially
 want
   to test our
   connection pooling implementation.
  
   Thanks,
   Gaurav
  
  
 

 
-
   To unsubscribe, e-mail:
  [EMAIL PROTECTED]
   For additional commands, e-mail:
 [EMAIL PROTECTED]
  
  
 
 

 
-
  To unsubscribe, e-mail: struts-user-
 [EMAIL PROTECTED]
  For additional commands, e-mail:
  [EMAIL PROTECTED]
 



**
 
 CONFIDENTIALITY / DISCLAIMER NOTICE

 This communication contains information, which is
confidential
 and may also be privileged. It is for the exclusive use of
 the recipient(s). If you are not the intended recipient(s)
 please 

RE: where to place form validation logic

2003-02-23 Thread Kola Oyedeji
Thats what i thought however reading the Wrox beginning JSP books, it states
on page 578 that it is recommended to do the validation in the action
class

I just wondered if the community agreed with this statement

Kola


 -Original Message-
 From: Ian Hunter [mailto:[EMAIL PROTECTED]
 Sent: 20 February 2003 22:20
 To: Struts Users Mailing List
 Subject: Re: where to place form validation logic
 
 
 Override the ActionForm.validate() method
 
 - Original Message -
 From: Kola Oyedeji [EMAIL PROTECTED]
 To: Struts Users Mailing List [EMAIL PROTECTED]
 Sent: Thursday, February 20, 2003 4:56 PM
 Subject: where to place form validation logic
 
 
 
  Hi
 
  Just a quick question, where is the best place to put form validation
 logic
  is assumed this was the role of the actionForm object but i
 read somewhere
  that validation should be in the action object, is this true?
 
 
  Thanks
 
  Kola
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



where to place form validation logic

2003-02-20 Thread Kola Oyedeji

Hi

Just a quick question, where is the best place to put form validation logic
is assumed this was the role of the actionForm object but i read somewhere
that validation should be in the action object, is this true?


Thanks

Kola


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]