[forge-issues] [JBoss JIRA] (FORGE-834) [RestPlugin] Fire a RestGeneratedResources event containing the resources for which a rest endpoint have been created

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Mon Mar 25 15:48:42 EDT 2013


     [ https://issues.jboss.org/browse/FORGE-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lincoln Baxter III reopened FORGE-834:
--------------------------------------



Ah. I forgot about that minor detail. The Java EE implementation module is not exposed to external plugins. The event class should be moved to the javaee-api module.
                
> [RestPlugin]  Fire a RestGeneratedResources event containing the resources for which a rest endpoint have been created
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: FORGE-834
>                 URL: https://issues.jboss.org/browse/FORGE-834
>             Project: Forge
>          Issue Type: Patch
>          Components: Builtin Plugins
>            Reporter: charles SALMON
>            Assignee: charles SALMON
>            Priority: Optional
>             Fix For: 1.2.3.Final
>
>
> The idea is to trigger some logic to generate javascript code when creating rest endpoint on entities.
> While it is trivial to catch the end of the "REST" command executiion by observing the CommandExecuted event, it is difficult to know exaclty which resources have been treated.
> The RestPlugin uses some logic to resolve the list of entities, but unfortunatly this list is not available through the CommandExecuted event.
> The goal here is to fire a RestGeneratedResources event containing the resources for which a rest endpoint have been created, fired at the end of the rest command execution.
>        

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


More information about the forge-issues mailing list