I have to warn you a bit before, because it requires getting familiar with
web services and the
corresponding API´s that JCP has been giving out over the last year. But if
you want
to dive into that (important, IMHO) matter, then this will be a great
experience for you, I promise.

In any case, you should have a look at the axis documentation
(http://xml.apache.org/axis and from there you will find links to the SOAP
spec) because that is the basics of the whole matter.

Option a) 

What about getting a fresh copy of the J2EE 1.4 draft and the Web Services
for J2EE spec
from http://java.sun.com 

Option a.1) 

.... Then, try to understand the Axis/jboss.net deployment model (works best
from the testsuite) and you are ready to understand the pending mismatches
between both (see my mail) and
could help to define a mapping.

Option a.2)

You could help to write an xdoclet (http://xdoclet.sourceforge.net) module
that builds the new J2EE1.4 descriptors.

Option b)

You could dive into UDDI (http://www.uddi.org) and figure out a way how to
best annotate the jboss.net web-services such that they can be automatically
published upon deployment.

Interested?

CGJ

-----Ursprüngliche Nachricht-----
Von: Alex Sumner [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 13. März 2003 17:42
An: [EMAIL PROTECTED]
Betreff: RE: [JBoss-dev] FYI [JBoss.net]: Integrated Uddi Server submitted
into HEAD


Cristoph,

I'm interested in helping. I haven't contributed to Jboss before, have been
working with it for about a year. I did the training with Marc and Sacha in
London last March. I also saw your jboss-net presentation at JavaOne in SF
last year. I haven't used jboss-net so far, but am about to start. How can I
help?

Cheers,

Alex Sumner

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jung ,
Dr. Christoph
Sent: 13 March 2003 13:23
To: '[EMAIL PROTECTED]'
Subject: [JBoss-dev] FYI [JBoss.net]: Integrated Uddi Server submitted into
HEAD


Hi,
 
I just submitted another step towards J2EE1.4 Web Service compliance. 
 
The jboss-net.sar now additionally hosts a uddi-v2 compliant server
(currently jUddi0.6.2).
 
It is published upon startup as a web service itself (currently running
under "http://<hostname>/axis/services/uddi") via the already existant
SOAP/Axis transport layer (now upgraded to Axis1.1 RC1) of JBoss.net
 
The uddi server is secured by a configurable Jboss security domain
("java:/jaas/other") and backed by any jdbc data 
source ("java:/DefaultDS").
 
Please make sure that, on order to build jboss.net, you need to update your
thirdparties (juddi/juddi/lib/juddi.jar)
 
Next steps are
    - automatic registration of web services deployed through jboss.net
including their wsdl-representation in UDDI.
    - XSLSubDeployer that maps the new web service descriptor format of
J2EE1.4 onto JBoss.net/Axis wsdd.
    - deployment delegation from EJBDeployer and WarDeployer into the
AxisDeployer  
      (the spec is extremely dumb in that respect, but the hooks are already
there, so we do this for compliance purposes). 
    - support of jaxrpc mapping descriptors.
    - support for JCA extensions related to web services.
    - smarter integration with the invocation stack such that axis handler
operations (especially de/-serialialisation) can be moved 
      into the EJB layer (transactions, security, etc.) 
 
If anyone is interested in helping with these things (even in reading the
extremely boring specifications and explaining them to me ;-), please yell!
 
Best,
CGJ
 
 
###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Jboss-development mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development




-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Jboss-development mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to