Re: [Modelj-user] Re: Setting up jboss & mysql
Status: Beta
Brought to you by:
tom_tessier
|
From: James M. <jmi...@ap...> - 2004-02-02 14:11:26
|
I'm not really into application generation like I used to be, but you might take a look at MDE by Metanology: http://www.metanology.com/ I haven't used it exclusively, and I'm not sure how flexible the app is, but since the app is built on Eclipse, you might have some luck creating your own customizations via Eclipse plugins. Good luck with it! -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 (cell) AIM: jmitchtx MSN: jmi...@ap... ----- Original Message ----- From: "Neil Earnshaw" <ne...@os...> To: "James Mitchell" <jmi...@ap...> Cc: <mod...@li...> Sent: Monday, February 02, 2004 9:03 AM Subject: Re: [Modelj-user] Re: Setting up jboss & mysql > Hurrah! I've changed User to AppUser in the Sample.xml file and > re-gen'd. Now I've got three tables in the browser that all list > properly. > > The standardjaws.xml for strings currently looks like this: > > <type-mapping-definition> > <name>mySQL</name> > ... > <mapping> > <java-type>java.lang.String</java-type> > <jdbc-type>VARCHAR</jdbc-type> > <sql-type>VARCHAR(255)</sql-type> > </mapping> > ... > </type-mapping-definition> > > Thanks for the help guys. I now have a minimal working demo for > tomorrow. > > Here are a couple more questions for you, if you can bear it: > > What's happening to the PurchaseOrder and UserRole? (They don't show > up in the browser) > > How active is the ModelJ project? > > I ask the second question because I have a prototype UML tool > <http://www.ose-ltd.com/PatternBuilder/> that generates complete > Objective-C applications (it can generate itself). Of course, there > isn't much of a market for Objective-C tools compared to the J2EE > market. It strikes me that PatternBuilder and ModelJ could be wired > together to produce a full J2EE solution, after rewriting > PatternBuilder in Java. > > Food for thought? > > -Neil > > -- > > Neil Earnshaw > Consultant Software Engineer > Object Software Engineers Ltd > ne...@os... > Tel : 01747 850 676 > Mbl : 07793 084 161 |