Arthur,

So by default woden will not run on JDK1.3? java.net.URI is not
present in 1.3 AFAIK.

-- dims

On 10/27/05, Arthur Ryman <[EMAIL PROTECTED]> wrote:
> John,
>
> I believe java.net.URI is fairly lightweight so I suggest we use that.
> I know definitely that java.net.URL is very heavyweight and should be
> avoided. String in not appealing to me since we should ensure that the
> URI syntax is correct and be absolute (i.e. there is a scheme).
>
> On 10/27/05, John Kaputin <[EMAIL PROTECTED]> wrote:
> > A question for Arthur mainly, but any comments welcome...
> >
> > Several properties of WSDL 2.0 Components are defined as type xs:AnyURI and
> > then constrained further to absolute IRIs. Not sure whether to represent
> > these in the Component model interfaces as java.net.URI or if String will
> > suffice. We discussed this some time back. What are your thoughts?
> >
> > Examples cases are:
> > Binding {type}
> > InterfaceOperation {message exchange pattern}
> > InterfaceOperation {style}  ...  a set of xs:AnyURI, so URI[] or String[]
> > Feature and Property {ref}
> > Endpoint {address}
> >
> >
> > John Kaputin
> >
> >
> > ---------------------------------------------------------------------
> > 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]
>
>


--
Davanum Srinivas : http://wso2.com/blogs/

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

Reply via email to