RE: [JBoss-dev] EJB generation

2001-05-20 Thread Jay Walters
Andreas, EJBDoclet fans, what tool do you use to generate the persistence code, or do you use CMP? Cheers ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] EJB generation

2001-05-20 Thread Andreas Schaefer
: Jay Walters [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 20, 2001 6:13 PM Subject: RE: [JBoss-dev] EJB generation Andreas, EJBDoclet fans, what tool do you use to generate the persistence code, or do you use CMP? Cheers ___ Jboss

RE: [JBoss-dev] EJB generation

2001-05-20 Thread Robert Nicholson
Message - From: Jay Walters [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 20, 2001 6:13 PM Subject: RE: [JBoss-dev] EJB generation Andreas, EJBDoclet fans, what tool do you use to generate the persistence code, or do you use CMP? Cheers

Re: [JBoss-dev] EJB generation

2001-05-20 Thread Andreas Schaefer
be simple. Andy - Original Message - From: Robert Nicholson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 20, 2001 8:01 PM Subject: RE: [JBoss-dev] EJB generation Can you provide an example of you DAOObjects that demonstrate a master detail relationship? -Original

RE: [JBoss-dev] EJB generation

2001-05-19 Thread James Cook
I am also interested in the topic of template engines, esp. those driven by XML models. Can you provide links to any of these opensource offerings? thanks, jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jay Walters -snip At this point I would

RE: [JBoss-dev] EJB generation

2001-05-19 Thread Jay Walters
. That means Craig's stuff allows you to insert Java code into your templates if the language doesn't do what you need. Cheers -Original Message- From: James Cook To: [EMAIL PROTECTED] Sent: 5/17/01 9:04 PM Subject: RE: [JBoss-dev] EJB generation I am also interested in the topic

Re: [JBoss-dev] EJB generation

2001-05-19 Thread Andreas Schaefer
' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, May 19, 2001 8:03 PM Subject: RE: [JBoss-dev] EJB generation My thoughts are a bit scattered, but here's what I've got at the moment. I'm working on putting together a web page but it's a bit funky yet. It's at, http://www.akutan.org

RE: [JBoss-dev] EJB generation

2001-05-17 Thread Jay Walters
This is clearly feasible. I have been working on it for my company for the last 8 months or so. We generate an entire wire frame application from a high level UML class diagram using XMI XSLT. We generate EJBs, dependent objects, database scripts, session facades, proxies (Sun Service Locator