Hey, have you had a look at the middlegen website: http://boss.bekk.no/boss/middlegen/index.html
There's quite alot of useful information written by Aslak. Check out the demo, getting started and extending middlegen sections... Basically Middlegen creates an object view of the database meta-data that can be used with different templates (see plugins) to generate code. The html plugin is an example plugin written to show how "easy" it is to use and extend the tool with your own plugins.. The most common plugin used so far (and probably the best tested as well..) is the entitybean plugin. It generates one Bean file for each table in the database, then XDoclet is run on this Bean file to generate all the other stuff (interfaces, deployment descriptors etc.) that we need to make a complete cmp entitybean. .eivind On Thu, 9 Jan 2003 [EMAIL PROTECTED] wrote: > > > > > > Aslak Hellesoy <[EMAIL PROTECTED]> wrote on 01/09/2003 04:17:38 > AM: > > What's the compile error? (This stuff is a runtime stacktrace). > > Sorry. It's a compile error w/ the latest sample code from CVS. > I can work around it by replacing all the lib/xdoclet* files w/ the > latest xdoclet* files from the latest 1.2b2 xdoclet release, but then > it fails in the compile later on. > > > > afraid, but we should *try* to release Middlegen 2.0 final in Q1 > 2003. > > Whether we succeed in theat or not will depend on community > contributions. > > Is there a "getting started in fixing middlegen" doc somewhere? It > might > help more of us switch from being users to contributors...I'm still > trying > to wrap my head around all the weird quirks w/ all the databases and > JBoss > (which doesn't seem to be as well tested as Weblogic) and what > MiddleGen > is trying to generate :-P > > > ken > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > middlegen-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/middlegen-user > ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ middlegen-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/middlegen-user
