If I am right, jboss-net is based on Axis, right? If so, why not start with a @apache:axis module and then write a @jboss:web-service one that would extend the one of @apache:axis if necessary.
I think sooner or later I will be in need of a @apache:axis module (I can't work on that one as I am already writing some for Jini) and it should be great to favour re-use of modules. Jerome. > -----Message d'origine----- > De�: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] De la part de Jason Essington > Envoy�: jeudi 18 juillet 2002 16:11 > ��: conrad > Cc�: [EMAIL PROTECTED] > Objet�: Re: [Xdoclet-user] JBoss.net (apache axis) > > > On Thursday, July 18, 2002, at 08:03 AM, conrad wrote: > > > I've just checked out xdocled from cvs, build it and: > > 1) which jar's do I have to make available for ant (I'm using JBoss as > > an app server) > > in my build.xml file in the <path> element that I use for xDoclet I just > add the tag: > <fileset dir="${xdoclet.home}/lib" > includes="**/*.jar" /> > Rather than try to figure out which jars I really need :-) > > > 2) I could'n find @jboss-net tag in docs. Is already it available ? > > Not yet, but I am beginning a project using jBoss as a app server and > planning on making heavy use of jboss-net for communication with the > client portion of the project. and at some point I am sure I will get > very sick of generating the web-service.xml file by hand and will likely > end up learning enough about the internal workings of xDoclet to create > a jboss-net module. > > > 3) I there any examlpe how to build web services with xdoclet for > > jboss-net? > > as of today, build your app as you normally would then code the > web-service.xml by hand :-( > or you could start on a jboss-net module (anyone?). > > -jason > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
