Hi Raghavendra!
You can start at the wiki, it could be outdated but nevertheless a
good starting point. URL is http://wiki.apache.org/ws/FrontPage/Axis2

Jaya

On 5/24/05, Raghavendra Vaidya <[EMAIL PROTECTED]> wrote:
> Hi guys,
> 
> I would like to get involved with Axis 2 development. Can any of you
> let me know a good starting poitn??
> 
> Regards
> 
> Vaidya
> 
> On 5/22/05, Paul R Brown <[EMAIL PROTECTED]> wrote:
> >
> > Jaya --
> >
> > >> [Eran] Well, I accept the proposal but not the method signature.
> > >> Uniqueness of a
> > >> namespace comes from the URI, but not from the prefix. A URI can
> > >> contain
> > >> more than one prefix.
> > > [jayachadra[ I think it's the otherway round. A URI can have
> > > multiple prefixes, but
> > > a prefix has associated with it just one URI. So supposing the map
> > > looks like
> > > prefix1 - http://commonurl.org/
> > > prefix2 - http://commonurl.org/
> > > prefix3 - http://commonurl.org/
> > >
> > > Uniqueness here comes with prefix.
> >
> > FWIW, there is no uniqueness either way, really.  A prefix represents
> > a single URI, if any, in a given context, but the binding in a nested
> > context may shadow one in a larger context.
> >
> > <foo:bar xmlns:foo="qux:fneh">
> >    <foo:baz xmlns:foo="baz:snee" att="foo:gazoom" />
> > </foo:bar>
> >
> > The fact that there is another binding hiding behind the foo prefix
> > is not insignificant if the foo on the foo:baz element is deleted.
> > This is why you can't use just a HashMap for namespaces at an element.
> >
> >      -- Paul
> >
> >
> >
> 


-- 
-- Jaya

Reply via email to