[JBoss-user] [JBoss Seam] - Re: Add/List/Edit/Remove example in Seam

2005-12-21 Thread [EMAIL PROTECTED]
You guys should try out the reverse engineering tool: http://www.jboss.com/index.html?module=bbop=viewtopict=74318 It will create such an example for you, from your database schema. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913725#3913725 Reply to the

[JBoss-user] [JBoss Seam] - Re: Add/List/Edit/Remove example in Seam

2005-12-21 Thread Rorschach
[EMAIL PROTECTED] wrote : You guys should try out the reverse engineering tool: | | http://www.jboss.com/index.html?module=bbop=viewtopict=74318 | | It will create such an example for you, from your database schema. I would love to, but I'm using IntelliJ. View the original post :

[JBoss-user] [JBoss Seam] - Re: Add/List/Edit/Remove example in Seam

2005-12-21 Thread [EMAIL PROTECTED]
I'm pretty sure it also works with the Ant tools, but nobody documented the procedure step by step yet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913788#3913788 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913788

[JBoss-user] [JBoss Seam] - Re: Add/List/Edit/Remove example in Seam

2005-12-21 Thread [EMAIL PROTECTED]
anonymous wrote : I would love to, but I'm using IntelliJ. So use eclipse for reverse engineering, and IntelliJ for development. The tool does not generate eclipse-specific code ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913878#3913878 Reply to the

[JBoss-user] [JBoss Seam] - Re: Add/List/Edit/Remove example in Seam

2005-12-21 Thread [EMAIL PROTECTED]
From seamtest-build.xml in hibernatetools: !-- setup global properties -- View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913880#3913880 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Add/List/Edit/Remove example in Seam

2005-12-21 Thread [EMAIL PROTECTED]
great - xml code is not getting escaped.. Here it is with []'s instead: [hibernatetool destdir=${destdir}] [jdbcconfiguration configurationfile=seamtest.cfg.xml packagename=org.jboss.seam.example.crud/] [!-- setup global properties --] [property key=seam_appname

[JBoss-user] [JBoss Seam] - Re: Add/List/Edit/Remove example in Seam

2005-12-20 Thread Rorschach
This would be extremely useful for me as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913654#3913654 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913654 ---

[JBoss-user] [JBoss Seam] - Re: Add/List/Edit/Remove example in Seam

2005-12-20 Thread marius.oancea
I had plans to do such an example application. I had no time yet (my second child was just born). If you want to see something specific please try to describe in a usecase. During the Xmas I'm sure i'll find the time to implement that. View the original post :