You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Rohit Kalkur (JIRA)" <ji...@apache.org> on 2013/07/25 19:21:48 UTC

[jira] [Created] (RAVE-997) Creating Angular Resources to interact with back-end Data Models

Rohit Kalkur created RAVE-997:
---------------------------------

             Summary: Creating Angular Resources to interact with back-end Data Models
                 Key: RAVE-997
                 URL: https://issues.apache.org/jira/browse/RAVE-997
             Project: Rave
          Issue Type: Task
          Components: rave-portal
            Reporter: Rohit Kalkur


As we begin the refactoring of the code-base into an Angular.js application, we will need to have Angular Resources. An Angular Resource is a client-side object responsible for managing interactions against a particular back-end Data Model via the REST API . We will need to create a Resource for each back-end Data Model we have.

The list of Data Models is located in the following directory:
     
    /rave-core-api/src/main/java/org.apache.rave/rest/model/


The Angular Resources will be created in the following directory:
     
    /rave-portal-resources/src/main/webapp/static/script/common/resources

At first, we will focus only on creating Resources for the following Data Models: 
        -Person
        -Page
        -Region
        -RegionWidget

--
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