Deepal,

We (Synapse) are off jdk 1.5 from 1.1 release onwards :)

Paul, interesting thought. +1 from me.

Thanks,
Ruwan

On Nov 20, 2007 3:36 PM, Deepal jayasinghe <[EMAIL PROTECTED]> wrote:

>
> > Folks
> >
> > How about doing some funky development and creating some annotations.
> Sound good , but we can have this feature only in JDK 1.5 or above.
>
> -Deepal
> >
> > Basically the idea I have is to simplify development like this:
> >
> > public class PaulsPOJOMediator {
> >
> > @property(xpath="/ns:getQuote/Symbol", nsdecl="xmlns:ns='
> > http://fremantle.org' <http://fremantle.org%27>", direction="in");
> > private String symbol;
> >
> > @property(name="value", xpath="/ns:getQuote/Value", nsdecl="xmlns:ns='
> > http://fremantle.org' <http://fremantle.org%27>", direction="inout");
> > private String value;
> >
> > @executeMethod
> > public void execute() {
> >     this.value = "55";
> > }
> >
> > }
> >
> > --
> > Paul Fremantle
> > Co-Founder and VP of Technical Sales, WSO2
> > OASIS WS-RX TC Co-chair
> >
> > blog: http://pzf.fremantle.org
> > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> >
> > "Oxygenating the Web Service Platform", www.wso2.com
> > <http://www.wso2.com>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Ruwan Linton
http://www.wso2.org - "Oxygenating the Web Services Platform"

Reply via email to