[JBoss JIRA] (FORGE-1711) Cleaning up the front page of generated app
by Arun Gupta (JIRA)
Arun Gupta created FORGE-1711:
---------------------------------
Summary: Cleaning up the front page of generated app
Key: FORGE-1711
URL: https://issues.jboss.org/browse/FORGE-1711
Project: Forge
Issue Type: Feature Request
Affects Versions: 2.3.0.Final
Reporter: Arun Gupta
After scaffold-setup, a top-level index.xhtml is generated for JSF scaffolds. The front page looks nice and clean but the entity name is little lost with forge icon and "Welcome to Forge" message. Can we highlight somehow that these entities are used within application ? May be make the table little bigger ?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (FORGE-1501) Combine the scaffold setup and generate commands
by Arun Gupta (JIRA)
[ https://issues.jboss.org/browse/FORGE-1501?page=com.atlassian.jira.plugin... ]
Arun Gupta commented on FORGE-1501:
-----------------------------------
This would be specifically useful for scaffold-generate command where JSF scaffolds are generate. scaffold-setup should be implicitly invoked instead of requiring the user to invoke it explicitly.
> Combine the scaffold setup and generate commands
> ------------------------------------------------
>
> Key: FORGE-1501
> URL: https://issues.jboss.org/browse/FORGE-1501
> Project: Forge
> Issue Type: Feature Request
> Components: Scaffold
> Affects Versions: 2.0.0.CR1
> Reporter: Vineet Reynolds
> Fix For: 2.x Future
>
>
> Having separate commands to setup the scaffolding prerequisites and later generate the scaffold from some resource(s) doesn't look intuitive considering the wizard based model available in Forge 2. We should therefore combine the two.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (FORGE-1710) web.xml is not generated for faces-setup
by Arun Gupta (JIRA)
Arun Gupta created FORGE-1710:
---------------------------------
Summary: web.xml is not generated for faces-setup
Key: FORGE-1710
URL: https://issues.jboss.org/browse/FORGE-1710
Project: Forge
Issue Type: Feature Request
Affects Versions: 2.3.0.Final
Reporter: Arun Gupta
Creating a new project as:
project-new --named jsf-test --topLevelPackage org.forge.samples.javaee
And setting up Faces as:
faces-setup
generates the following directory structure:
jsf-test
jsf-test/pom.xml
jsf-test/src
jsf-test/src/main
jsf-test/src/main/java
jsf-test/src/main/resources
jsf-test/src/main/webapp
jsf-test/src/main/webapp/WEB-INF
jsf-test/src/main/webapp/WEB-INF/faces-config.xml
jsf-test/src/test
jsf-test/src/test/java
jsf-test/src/test/resources
There is no web.xml generated.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (FORGE-1709) No way to generate one-to-many mapping
by Arun Gupta (JIRA)
[ https://issues.jboss.org/browse/FORGE-1709?page=com.atlassian.jira.plugin... ]
Arun Gupta reopened FORGE-1709:
-------------------------------
Assignee: George Gastaldi
Specifying --type option did now show an additional --relationshipType option. Here is what is shown:
[Book.java]$ jpa-new-field --named title --type String --length 30
--targetEntity --columnName --lob --transient
> No way to generate one-to-many mapping
> --------------------------------------
>
> Key: FORGE-1709
> URL: https://issues.jboss.org/browse/FORGE-1709
> Project: Forge
> Issue Type: Feature Request
> Affects Versions: 2.3.0.Final
> Reporter: Arun Gupta
> Assignee: George Gastaldi
>
> jpa-new-field has only the following options:
> --targetEntity --named --type --columnName --length --lob --transient
> There is no way to generate one-to-many mapping.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years