> I've been wondering how I could model EJBs in UML and execute fwd/rvs > engineering > especially with XDoclet in my mind. > > Among EJB code generation tools including the Rose, the XDoclet is quite > impressive for me because of its conciseness;all you need is a single > source. > > As for UML's implementation view, drawing EJBs is such a tedious work that > I must draw and maintain home/remote/bean classes. It seems a waste of > paper. > > I once tried drawing a XDoclet class with stereotypes and letting home > methods > as static, only to find that I was just wondering a better or standarized > way. > > Any idea?
The best solution is to write a plugin for Rose/TogetherJ. That plugin can use xjavadoc or modeling tool's object model to find all those @tags and draw nice icons near to @ejb:interface-method/etc marked methods on diagram. Anyway volunteering? :-) But anyway imho using UML to do such a detailed design/doc of classes down to the interface method and @tag level is not a good idea. I personally use UML for more conceptual/high-level stuff, and I'm not a big fan of round-robin uml<->code. > Shunsuke Masuda Ara. > ----- Original Message ----- > From: "Ulf Sahlin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, June 02, 2002 11:12 AM > Subject: [Xdoclet-user] UML generation using Xdoclet framwork > > > > Hi! > > > > Are there any plans on using Xdoclet to be able to have a <uml> subtask > that > > autogenerates some XMI description of classes/interfaces/etc that one > could > > later view in a UML viewer? Maybe such tools exist, but it would be real > > nice to have that documentation generated alongside the usual javadoc > stuff. > > > > > > With compliments > > Avec les compliments de > > > > Ulf Sahlin > > > > > > _______________________________________________________________ > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > > > _______________________________________________ > > Xdoclet-user mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
