[forge-issues] [JBoss JIRA] Created: (SEAMFORGE-306) Forge Scaffold Enhancements (Umbrella Issue)

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Mon Sep 19 15:39:26 EDT 2011


Forge Scaffold Enhancements (Umbrella Issue)
--------------------------------------------

                 Key: SEAMFORGE-306
                 URL: https://issues.jboss.org/browse/SEAMFORGE-306
             Project: Seam Forge
          Issue Type: Enhancement
          Components: Scaffold
    Affects Versions: 1.0.0.Beta3
            Reporter: Lincoln Baxter III
            Priority: Critical
             Fix For: 1.0.0.Final


General Requirements:

    * Generated pages must use only the standard facelets and JSF tag libraries: core/html/and facelets, targeting the Java EE 6 runtime
    * All generated pages should be accessible via HTTP GET requests and be fully bookmarkable.
    * If changes must be made in the Forge runtime/API to support these requirements, changes can be made if it makes technical sense to do so. It will likely be necessary to change the Scaffold-API.

Specific Required Functionality:

    * Support generation of Create, View, Update, Delete pages for @Entity objects.

    * Represent and handle all JPA entity relationship bindings: @OneToOne @ManyToOne and @OneToMany, @ManyToMany classes, such that entities created can be selected on pages in which those entities are referenced by their "related" objects.

    * Support generation of "Finder" methods for entities "findByNameAndAddress(String name, Address address)" and corresponding Finder pages for the User interface.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the forge-issues mailing list