[forge-dev] [JBoss JIRA] Commented: (SEAMFORGE-164) Forge Plugins should be decoupled from the Shell Interface, run standalone in JBoss Tools

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Wed May 11 06:09:18 EDT 2011


    [ https://issues.jboss.org/browse/SEAMFORGE-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601263#comment-12601263 ] 

Max Rydahl Andersen commented on SEAMFORGE-164:
-----------------------------------------------

Koen, do you mean when you run forge in the same VM or when you *do not* run forge in the same VM ?

Running CDI/Forge classloading tricks in the same VM as Eclipse has serious implications - needs to be extremely careful that no classes gets loaded/accessed in both forge and eclipse to avoid alot of problems. Would have to at least be in different threads and avoid sharing any state beyond trivial stable data classes.

> Forge Plugins should be decoupled from the Shell Interface, run standalone in JBoss Tools
> -----------------------------------------------------------------------------------------
>
>                 Key: SEAMFORGE-164
>                 URL: https://issues.jboss.org/browse/SEAMFORGE-164
>             Project: Seam Forge
>          Issue Type: Feature Request
>          Components: Brainstorming, JBoss Tools Integration
>            Reporter: Lincoln Baxter III
>
> (01:41:28 PM) Lincoln: I'd like to start Forge in JBoss Tools, but instead of using the Shell, use the PluginMetadata to build a GUI to run Plugins from the IDE itself.
> (01:41:34 PM) Lincoln: Using windows and input fields, etc.
> (01:41:45 PM) Koen Aers: hm
> (01:42:07 PM) Lincoln: So workflow like this:
> (01:42:46 PM) Lincoln: <CTRL-4> JBT pops up a window like <CTRL-3> where you can type and it will search through the list of commands that are available
> (01:42:48 PM) Lincoln: you can pick one
> (01:42:51 PM) Lincoln: when you do
> (01:43:06 PM) Lincoln: JBT generates a UI for that command, with a list of required and optional fields, based on teh plugin metadata

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


More information about the forge-dev mailing list