--- Craig Berry <[EMAIL PROTECTED]> wrote: > Unfortunately, it also doesn't seem like the 2.x > effort is especially > active. Is there work going on that isn't obvious? > What is the state > of maturity and usability of XDoclet 2?
XDoclet 2 is of production quality. It has new architecture where there is a small core ( parser / template engine ) and various plugins. XDoclet-2 itself is pretty complete since 3-4 months, so there are only minimal changes necessary. > On a technical level, we have modified several > templates (e.g., for > Delegate generation) to add behaviors specific to > our app. Will these > work as is under XDoclet 2, or will porting be > involved? If the latter, > how much pain should we expect? Templating has changed completely. Now you have choice between jelly ( for xml creation ) and velocity ( for everything else ). Tags are formally defined, and self validating ( will bomb on incorrect usage ) > Finally, with 1.x apparently languishing and 2.x > looking oddly quiet, > what is everyone doing for Java 5 J2EE code > generation support? I can't > imagine we're the only ones having this problem, but > there seems to be > little discussion about it that I can find. AFAIK, qdox ( parse used by xdoclet-2 ) can parse java 5 sources. If you have specific templating needs, I vcan asist you in this task. regards, ----[ Konstantin Pribluda ( ko5tik ) ]---------------- ... Auf der Suche nach einen Projekt in Rhein-Main ab 18.4.2005 ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? Plan great trips with Yahoo! Travel: Now over 17,000 guides! http://travel.yahoo.com/p-travelguide
