--- bhavin raichura <[EMAIL PROTECTED]> wrote: > Hi All., > > I want to generate the deployment descriptor > openejb-jar.xml for > OpenEJB opensource ejb container. > > I could figure out that using ejbdoclet ant task, > DDs can be > generated for many (Jboss, Weblogic,...) Application > servers. > > But now to generate the DD for OpenEJB container > what can be done > ? > > What is the easiest and fastest way to achieve this > ? Can anyone > please give step by step instructions ?
You will have to write your own templates for those descriptors. You could walk away with just a template using standart ejb template tags ( unlikely ). Then you may need custom javadoc tags ( and also template tags ) to support special features of your container. In this case it's best to write your own module for xdoclet. To achive this task you'll have to read a lot of existing source code and try to do your own thing. regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
