[JBoss JIRA] Created: (JBIDE-1611) hibernate reverce engeniering
by Vitali Yemialyanchyk (JIRA)
hibernate reverce engeniering
-----------------------------
Key: JBIDE-1611
URL: http://jira.jboss.com/jira/browse/JBIDE-1611
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Reporter: Vitali Yemialyanchyk
Assigned To: Vitali Yemialyanchyk
Priority: Minor
Fix For: LATER
Attachments: dialog.jpg
GUI -> Package - as I think this should be obligatory field - so user should get some message about it.
Of cource he could firstly run it - see result - then delete -> specify the package and run one again...
reveng. strategy -> I can't get it work - so should be some more questions here.
GUI -> Main & Exporters tab -> if the dialog small enough - some buttons and controls envisible -> in this case should be scrollbars were.
Generation result -> all files in one place. Domain model classes should be in one separate package and POJO classes in other. User should get possibility to specify this.
Other during generation process - generator simply rewrite my old files - should be some message here. rewrite all or just one - should be clear.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] Created: (JBIDE-3236) SeamGen - provide ability to customize generated class/page names and paths
by Maksim Kaszynski (JIRA)
SeamGen - provide ability to customize generated class/page names and paths
---------------------------------------------------------------------------
Key: JBIDE-3236
URL: https://jira.jboss.org/jira/browse/JBIDE-3236
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Seam
Reporter: Maksim Kaszynski
When using "Seam Generate Entities" ability in JBDS, it puts all generated pages and .page.xml files into view folder, and names them "FooList", "FooView", "FooEdit". This may be ok when there's up to 10 entities in the application, but when there's more, view folder becomes a bloody mess.
It would be nice if there was possibliity to customize seam-gen output pattern, for example, "view/{class-name}/list.xhtml", so for Foo enity it would be "view/foo/list.xhtml", "view/foo/view.xhtml", "view/foo/edit.xhtml".
Of course, it is possible to change view folder before launching "Generate Entities" for every entity, but it is not nice to do it 100 times when generating entities for hundred tables.
When using console seam-gen, it is possible to co change that naming template in ant script, but JBDS has it all hard-coded.
I propose to have some dialog for customizing output patterns.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months