[
https://issues.jboss.org/browse/FORGE-1148?page=com.atlassian.jira.plugin...
]
Lincoln Baxter III commented on FORGE-1148:
-------------------------------------------
This is required to support more guided flows, like: "Create a Java EE 7
application", which would walk the user through:
1. Maven project setup
2. JPA setup
3. REST setup
4. CDI setup
5. Servlet setup
6. Etc...
They could even select each step they wished to perform and the wizard would dynamically
present only the selected sub-flows.
Support multi-level UIWizard flows.
-----------------------------------
Key: FORGE-1148
URL:
https://issues.jboss.org/browse/FORGE-1148
Project: Forge
Issue Type: Bug
Components: UI - API, UI - Eclipse, UI - Shell
Affects Versions: 2.0.0.Alpha11
Reporter: Lincoln Baxter III
Fix For: 2.x Future
Attachments: Screen Shot 2013-08-30 at 3.02.14 PM.png
Say for instance I want to create a new entity, but persistence is not set up. I should
have the choice to set up persistence, say, via a checkbox.
but once persistence is set up, then I should be directed to add a new field, for
instance. So the flow is this:
1. New Entity
2. Persistence Setup (Container Selection, Provider Selection)
3. New Field
This means that persistence setup executes in a sub-flow that must return to the next
designated step of the original flow when complete.
{code}return Results.navigate(PersistenceSetup.class, NewField.class){code}
--
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