dusty wrote:
> 
> What was the name of that middleware generator for Hibernate....MiddleGen? 
> The screenshots in the docs remind me of that.  Is there a link for the
> source code?  The svn repo seems empty.  It would be good to get through
> the source and see how the actions/etc are implemented and see if we can
> offer any help.  
> 
> -D
> 

Dusty,

Thanks for the comment.  I am very glad to see folks take an interest in
this.

I haven't posted the source code yet because, quite honestly, it needs to be
cleaned up a bit, and I wanted to get the first version out into the hands
of the community as quickly as I could.  

Also, I wanted to add one more feature to the package:  I want to let
Hibernate create complex objects based on the foreign key relationships.  I
know the doc specifically says Struts2Builder doesn't do that yet, but it
needs to.  So I am going through the Postgres system tables and figuring out
how it implements FKs; it *appears* that this query is not going to be
anywhere near as painful as the query to get the column info.  The only
possible glitch is that my examination of the tables seems to contradict the
Postgres doc.  But I'll see where it leads me.  After that all works in
Postgres, I'll do the same for MySql.  I hope to release a version of this
by the end of the week, with the source code.

--Tom


-- 
View this message in context: 
http://www.nabble.com/Struts2Builder-0.1.0-has-been-released-tp23564985p23595884.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to