[OT] JAVAWUG Canvasing for Speakers in 2007

2007-01-09 Thread Peter . Pilgrim
Hi

The Java Web User Group (JAVAWUG, UK) is canvasing for quality speakers
in 2007. 
If you are going in and near London, England this year and would like to

present a topic to our Java User Group then contact myself for further 
details.

--
Peter Pilgrim, JUG Leader
:: http://jroller.com/page/javawug ::
:: http://jroller.com/page/peter_pilgrim ::
peter dot pilgrim ampersand gmail dot com

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.

UBS Limited is a company registered in England  Wales under company
number 2035362, whose registered office is at 1 Finsbury Avenue,
London, EC2M 2PP, United Kingdom.

UBS AG (London Branch) is registered as a branch of a foreign company
under number BR004507, whose registered office is at
1 Finsbury Avenue, London, EC2M 2PP, United Kingdom.

UBS Clearing and Execution Services Limited is a company registered
in England  Wales under company number 03123037, whose registered
office is at 1 Finsbury Avenue, London, EC2M 2PP, United Kingdom.


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



[OT] Speakers for JAVAWUG UK 2007

2006-10-31 Thread Peter . Pilgrim
Hi

The Java Web User Group is looking for speakers to talk about 
Java Web Enterprise Edition technology in London next year in 2007. 
(http://jroller.com/page/javawug)

So if you are coming over to England and are willing to give a
presentation
to us then in the first instance contact me 

peter dot pilgrim (at) gmail.com
peter dot pilgrim (at) ubs.com

Thanks for listening
--
Peter Pilgrim
UBS Investment Bank, 
PTS Portal / IT FIRC OPS LDN,
100 Liverpool Street, London EC2M 2RH, United Kingdom
+44 (0) 20 75 75692
:: Java EE / E-Commerce / Enterprise Integration / Development ::

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.


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



[ANN] JAVAWUG : WebWork in Action The Lost MiniDV Patrick Lightbody BAY CHI

2006-08-03 Thread Peter . Pilgrim

Hi 

I have recently recovered a MiniDV tape of Patrick Lightbody's
presentation of ``WebWork / Struts 2.0 in Action'' 
at VeriSign's Mountain View office. I thought
I had lost that first hour of tape on my travels to northern
California, but I found it in the suitcase comparant, and then
digitised it.

He gave the talk on Monday night 15th May 2006 just before JavaONE 
this year. So I am really pleased to have it in its entirety (
1 hour and 4 minutes) and it is virtually unedited and in verbatim. 


This is the first part of the talk here with Mike Van Riper and 
Don Brown of the Silicon Valley JUG performing master of ceromonies.
http://video.google.com/videoplay?docid=-82536075451338818hl=en-GB



The second part already was uploaded a while back
http://video.google.com/videoplay?docid=6908607645517853283hl=en-GB


Enjoy Baby Bop :-D

--
Peter Pilgrim
UBS Investment Bank, 
PTS Portal / IT FIRC OPS LDN,
100 Liverpool Street, London EC2M 2RH, United Kingdom
:: Java EE / E-Commerce / Enterprise Integration / Development ::

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.


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



Re: OGNL - Getter and setter types must match

2006-06-29 Thread Peter Pilgrim

Laurie Harper wrote:
The restriction comes from the Java relection API semantics, not OGNL. A 
property can only have one type, so it makes sense that the getter and 
setter for a JavaBean property must agree on that type. Changing this 
would break compatibility with the JavaBean specification, at the least...


L.


The other thing that you can get in to trouble for with OGNL I discovered months 
ago way that you cannot perform reference setting. I was at the time 
retrofitting an old Hibernate example with WebWork for testing.


Consider this class

class A {
private int f;
private double b;

public A setF( int f ) {
this.f  = f; return this;
}
public A setG( int g ) {
this.g  = g; return this;
}
}

The reference setters are not strict JavaBean setters because those do not 
return any type (e.g void). Therefore OGNL fails with class A.


====

--
Peter Pilgrim  ( Windows XP / Thunderbird 1.5 )

_ ___  + Expert Java
__  /_ ___   ___ ____  /__  /  + Enterprise
___ _  /_  __ `/_ | / /  __ `/__  __/  __  __/ + Design
/ /_/ / / /_/ /__ |/ // /_/ / _  /___  _  /___ + Architecture
\/  \__,_/ _/ \__,_/  /_/  /_/ + Web New Age

On Line Resume
   ||
   \\===  `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''

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



Re: [ANNOUNCEMENT] Shale to Become Top-Level ASF Project

2006-06-28 Thread Peter Pilgrim

Martin Cooper wrote:

On behalf of the ASF Board and Struts PMC, we are pleased to announce that
Shale has been accepted as a top-level project of the Apache Software
Foundation.

As a top-level project, Shale will have its own website, mailing lists,
repository space, and Project Management Committee. Shale will be an
automomous ASF project, rather than a subproject of Apache Struts.

The Shale framework for JavaServer Faces is nearing its first stable
release. As a top-level project, it will be easier for Shale to attract new
developers and expand its growing community.

The initial set of PMC members and committers for Shale is:

 * Craig McClanahan
 * James Mitchell
 * Greg Reddin
 * Sean Schofield
 * Wendy Smoak
 * Gary VanMatre
 * Matthias Wessendorf

Apache Shale has strong ties to both the Struts and MyFaces projects. Most
of the Shale PMC members are already involved in both projects, and plan on
continuing to remain involved in them, along with Shale.

Apache Shale is a modern web application framework, intended for developers
adopting JavaServer Faces as a core technology.

Shale began as a proposal for Struts 2.0, but instead became a subproject,
so as to provide a JSF alternative for Struts developers. Recent
developments for Struts Action 2 now make it easier for Struts 
developers to

access JSF components from within an action-based application.

The initial Shale codebase was donated by Craig McClanahan, who also 
donated

the original Struts codebase.

--
Martin Cooper
PMC Chair, Apache Struts



Hey!

Congratulations to Craig and the Gang from myself and the JAVAWUG, UK!!!

--
Peter Pilgrim  ( Windows XP / Thunderbird 1.5 )

_ ___  + Expert Java
__  /_ ___   ___ ____  /__  /  + Enterprise
___ _  /_  __ `/_ | / /  __ `/__  __/  __  __/ + Design
/ /_/ / / /_/ /__ |/ // /_/ / _  /___  _  /___ + Architecture
\/  \__,_/ _/ \__,_/  /_/  /_/ + Web New Age

On Line Resume
   ||
   \\===  `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''

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



[ANN] Patrick Lightbody WebWork Presentation / BayCHI / 15 May 2006

2006-06-27 Thread Peter Pilgrim


Hi All

Announcement message from the JAVAWUG

I am pleased to announce that Patrick Lightbody's presentation
for BayCHI Silicon Valley Bay Area JUG is NOW available from GoogleVideo.


http://video.google.com/videoplay?docid=6908607645517853283


Thanks to Mike Van-Riper, and also to Dave Evans, Wendy Smoak,
Vik Cekvenich, and Don Brown


Stay tuned. Enjoy!


--
Peter Pilgrim  ( Windows XP / Thunderbird 1.5 )

_ ___  + Expert Java
__  /_ ___   ___ ____  /__  /  + Enterprise
___ _  /_  __ `/_ | / /  __ `/__  __/  __  __/ + Design
/ /_/ / / /_/ /__ |/ // /_/ / _  /___  _  /___ + Architecture
\/  \__,_/ _/ \__,_/  /_/  /_/ + Web New Age

On Line Resume
   ||
   \\===  `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''

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



Re: [jira] Created: (WW-1360) Remove AroundInterceptor and do* method support

2006-06-23 Thread Peter Pilgrim

Don Brown (JIRA) wrote:

Remove AroundInterceptor and do* method support
---

 Key: WW-1360
 URL: http://issues.apache.org/struts/browse/WW-1360
 Project: Struts Action 2
Type: Improvement

  Components: Actions, Configuration, Interceptors  
Reporter: Don Brown
 Assigned to: Don Brown 
 Fix For: 2.0.0



We should remove any usage of AroundInterceptor as that has been removed from 
XWork 2.0, and we should remove support for the legacy do* action method name 
pattern.



Don and Patrick

This pattern is used inside the book WebWork in Action e.g ``String 
doDefault()'', what is the new idiom then?


--
Peter Pilgrim  ( Windows XP / Thunderbird 1.5 )

_ ___  + Expert Java
__  /_ ___   ___ ____  /__  /  + Enterprise
___ _  /_  __ `/_ | / /  __ `/__  __/  __  __/ + Design
/ /_/ / / /_/ /__ |/ // /_/ / _  /___  _  /___ + Architecture
\/  \__,_/ _/ \__,_/  /_/  /_/ + Web New Age

On Line Resume
   ||
   \\===  `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''

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



Re: Meet Up in San Francisco 2006

2006-05-19 Thread Peter Pilgrim
Dave Evan, you are diamond star. I am publicly thanking you for my ride to the 
Silicon Valley Java Developer BOF on Monday. Thank you. I owe a couple of beer 
and a Jim Bean / Jack Daniels with Soda to compensate for your time and petrol 
money, whenever you come to London, UK

Vik Cekvenich, you are a real nice guy. It great to put a human face, find out 
that is pleasent, decent and honest, to electronic address. Thank you 
especially for giving Wendy Smoak a ride from SFO at the last minute, and for 
my invite to Caucho Party as well. 

Finally it was great meeting you all at JavaONE 2006 I look forward to see the 
committers again soon.

Peter Pilgrim. Out
http://jroller.com/page/peter_pilgrim
-
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=30842messageID=61068#61068


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



Re: Meet Up in San Francisco 2006

2006-05-15 Thread Peter Pilgrim
 Van is having a Monday night user session on SAF2 by
 Peabody, I'll be there.
 
 .V
 
====

There is a lack information here
What is the URL to register ? Where, who, or what is Peabody?
-
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=30842messageID=59723#59723


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



Re: Meet Up in San Francisco 2006

2006-05-15 Thread Peter Pilgrim
Thank Vic

I see this is in Mountain View, nearer to San Jose than to San Francisco city
http://maps.google.com/maps?f=qhl=enq=675+East+Middlefield+Road,+Mountain+View,+CA+94043ll=37.393619,-122.051239spn=0.183024,0.436363om=1

My mileage may indeed vary if I am going to be at the NetBeans Day 2006 from 
12-6pm. Plus I dont have a car to race down the freeway!!
-
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=30842messageID=59807#59807


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



Re: Meet Up in San Francisco 2006

2006-05-15 Thread Peter Pilgrim
 Unfortunately Renkoo makes you wait to sign up to the
 beeta!
 
 
 Here is the plan of action. 
 
 I am going ride with Dave Evans. I have to get 24th
 Street using BART. 
 I will go to Powell station and find out how to get
 there quickly after James Goslings key note. I hope
 to be there for 5:30ish. I have Dave's Cellphone
 number and he has mine.
 
 I hope this is the correct reference on Google Maps
 http://maps.google.com/maps?f=qhl=enq=Bart+Station,+
 24th+Street,+San+Francisco,+Call=37.773361,-122.41833
 7spn=0.045523,0.077591om=1
 
 Vic you probably have to pick up Wendy from airport
 drive directly to Mountain View
 
 I am not sure who Don is going ride with. Who are you
 riding with Don?
 
Don and his friend are riding with Dave and I

Peter P
Moscone 4 Goodie Bag
-
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=30842messageID=59891#59891


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



Re: Meet Up in San Francisco 2006

2006-05-15 Thread Peter Pilgrim
I just sent you Wendy's telephone number. First you should phone her at 5:15pm 
and 
ask her directly if she wants to come down to Mountain View since you are only 
five minutes away!


Peter
-
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=30842messageID=59899#59899


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



Re: [ANN] Struts BOF Wednesday, 5:30 PM, at JavaOne in the Pavilion

2006-05-14 Thread Peter Pilgrim
Hi Don

Do you need a Javaone conference badge to get into the Pavillion?

I wanted to invite another developer to the BOF?


Also is there any going on the Thirsty Bear this year 2006. I remember you all
last year. 

By the way I am in San Francisco now.   peter  dot   pilgrim @gmail.com
-
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=30325messageID=59595#59595


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



Meet Up in San Francisco 2006

2006-05-14 Thread Peter Pilgrim
Hi Guys

I just here in San Francisco. Is there a beer-drinking birds-of-feather planned 
for the Struts / WebWork developer at Java One 2006? I know last year and the 
year before that it was all happening at the Thirsty Bear.
-
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=30842messageID=59600#59600


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



Re: Meet Up in San Francisco 2006

2006-05-14 Thread Peter Pilgrim
 There was talk about the Geronimo party, afterwards
 at the W. 
 Otherwise, Tuesday evening at the Thirsty Bear after
 the blogger meetup 
 would work nicely.  The beer-drinking bof is
 traditionally organized 
 by Van, and he's been pretty busy lately.
 

The Geronimo party. Who is organising that one?  Virtua
http://raibledesigns.com/page/rd?entry=good_parties_at_javaone

I remember Van from last year. Oh well it looks like the Geronimo Party
then. 

Shame about the Borland parties have come to an end since they left the IDE 
market place. Maybe Sun will get us a decent movie night last year, Batman 
Returns instead of Star Wars Episode III when the tape got crunched by the 
projector machine. 
 

 Don
 
 Peter Pilgrim wrote:
  Hi Guys
  
  I just here in San Francisco. Is there a
 beer-drinking birds-of-feather planned for the Struts
 / WebWork developer at Java One 2006? I know last
 year and the year before that it was all happening at
 the Thirsty Bear.
 
 --
 ---
  Posted via Jive Forums
 
 http://forums.opensymphony.com/thread.jspa?threadID=30
 842messageID=59600#59600
  
  
 
 --
 ---
  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]
 

-
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=30842messageID=59623#59623


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



[ANN] JAVAWUG BOF XVI Videos Available Now!

2006-04-27 Thread Peter Pilgrim

Hi All

I am very proud to announce that two video presentations are now downloadable 
from Google Video Beta sites. These presentations were recorded on our sixteenth 
Java Web User Group meet-up that took place at Oracle's City of London offices 
on Friday, 17th February 2006. In case you are wondering the videos are free to 
view and/or download.


Here are the available videos and the slides:


Phil Zoio presents Strecks: Java 5 extension framework for Struts
http://video.google.com/videoplay?docid=9029377979060230803

Emmanuel Okyere presents Spring into RIFE
http://video.google.com/videoplay?docid=1163267747129711638


For more info visit www.javawug.com


--
Peter Pilgrim  ( Windows XP / Thunderbird 1.5 )
   __ _ _ _
  / //__  // ___// ___/   +  Serverside Java
 / /___/ // /__ / /__ +  Struts
/ // ___// ___// ___/ +  Expresso Committer
 __/ // /__ / /__ / /__   +  Independent Contractor
/___///////   +  Intrinsic Motivation
On Line Resume
   ||
   \\===  `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''


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



Re: XWork and Struts Action 2.0

2006-04-20 Thread Peter Pilgrim

Ted Husted wrote:

We might want to keep a straight-line mapping in the naming conventions, where

OpenSymphony - Apache Struts
WebWork - Action

A good reason to prefer action-default.xml to struts-default.xml
is that we want people to be able to use Struts Action 1 and Struts
Action 2 in the same application space. We already have a
struts-config.xml. While these file names don't actually conflict,
it might be clearer to name the new configurations action rather
than struts to avoid confusion.

So, I would suggest that we use action-default.xml, and any place
where we've started to say struts, we might consider saying
action, so as to avoid confusion and conflict with Struts Action 1.



+1 struts-action.xml


--
Peter Pilgrim  ( Windows XP / Thunderbird 1.5 )
   __ _ _ _
  / //__  // ___// ___/   +  Serverside Java
 / /___/ // /__ / /__ +  Struts
/ // ___// ___// ___/ +  Expresso Committer
 __/ // /__ / /__ / /__   +  Independent Contractor
/___///////   +  Intrinsic Motivation
On Line Resume
   ||
   \\===  `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''


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



[ANN] JAVAWUG BOF XVII / Friday 28th April 2006 @ 19:00 / Oracl e City of London

2006-04-18 Thread Peter Pilgrim


Dear All

The JAVAWUG (Java Web User Group) has rescheduled the BOF XVIII (Number 
17) from Thursday 20th April to now Friday 20th April 2006.


The birds-of-feather will still take place at the same venue, Oracle's 
City of London office between 7-9:30 pm. The presentations are and

the confirmed speakers are:


 Prashanth, S.
 ``J2EE: Security on Websphere''

 Peter Pilgrim
``Experiences With WebWork''

Afterwards members can retire to the nearby the ``All Bar One''
pub/restaurant for more in depth discussion dinner,
food and drink ...

The address is:
Oracle City Of London
One South Place
London,
England
EC2M 2RB.



If you would like to attend, please REGISTER so that you can
be added to the SECURITY DETAIL

Join the http://groups.google.com/group/javawug JAVAWUG at Google Groups
and ``Send an Email to the list you are attending''

Alternatively send mail to myself at peter dot pilgrim at credit-suisse.com
and duncan dot mills at oracle.com

Here is some relevant travel information:

By Underground: -
Moorgate: Take the Moorgate East exit, turn right, one block to South
Place.
Bank: Take the Northern line to Moorgate.
Liverpool Street: Take the Broadgate exit, turn right onto South Place


Map: http://www.oracle.com/global/uk/corporate/locations/citymap.html

The venue has graciously been organised by Duncan Mills of Oracle Corp.
We all appreciate this generous gift.

http://www.javawug.com/

http://jroller.com/page/peter_pilgrim

PS: The presentations will be recorded and I hope to upload them all
Google Video Site. search against JAVAWUG for the last video uploads.


====

--
Peter Pilgrim  ( Windows XP / Thunderbird 1.5 )
   __ _ _ _
  / //__  // ___// ___/   +  Serverside Java
 / /___/ // /__ / /__ +  Struts
/ // ___// ___// ___/ +  Expresso Committer
 __/ // /__ / /__ / /__   +  Independent Contractor
/___///////   +  Intrinsic Motivation
On Line Resume
   ||
   \\===  `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''


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