[JBoss JIRA] (FORGE-266) Forge Plugins should be decoupled from the Shell Interface, run standalone in JBoss Tools
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-266?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-266:
----------------------------------
Fix Version/s: 2.0.0.Alpha1
> Forge Plugins should be decoupled from the Shell Interface, run standalone in JBoss Tools
> -----------------------------------------------------------------------------------------
>
> Key: FORGE-266
> URL: https://issues.jboss.org/browse/FORGE-266
> Project: Forge
> Issue Type: Feature Request
> Components: Brainstorming, JBoss Tools Integration
> Reporter: Lincoln Baxter III
> Fix For: 2.0.0.Alpha1
>
>
> (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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (FORGE-253) Forge should provide development profiles API for datasources and other configs
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-253?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-253:
----------------------------------
Fix Version/s: 2.0.0.Alpha1
> Forge should provide development profiles API for datasources and other configs
> -------------------------------------------------------------------------------
>
> Key: FORGE-253
> URL: https://issues.jboss.org/browse/FORGE-253
> Project: Forge
> Issue Type: Feature Request
> Components: Plugin API
> Affects Versions: 1.0.0.Alpha3
> Reporter: Lincoln Baxter III
> Fix For: 2.0.0.Alpha1
>
>
> lincolnthree
> It gives you what is in persistence.xml
> 11:22
> maxandersen
> it wasn't there a jbossworld
> 11:22
> lincolnthree
> that's been there from the beginning
> 11:22
> maxandersen
> yes - persistence.xml says datasources
> nothing about the actual connection info
> 11:23
> lincolnthree
> oh right
> well
> connection info is stored on the server
> forge doesn't know that
> unless it's in the persistence.xml
> 11:23
> maxandersen
> lincolnthree: exaactly - but it has to know that eventually.
> 11:23
> lincolnthree
> as properties
> 11:23
> maxandersen
> lincolnthree: it wont be
> lincolnthree: this is why tools like rails, hibernate tools and others have notion of "profiles" or simply just property overrides for use at design time and for use at runtime
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (FORGE-445) GZip compression configuration plugin
by Dan Allen (JIRA)
Dan Allen created FORGE-445:
-------------------------------
Summary: GZip compression configuration plugin
Key: FORGE-445
URL: https://issues.jboss.org/browse/FORGE-445
Project: Forge
Issue Type: Feature Request
Components: Brainstorming
Reporter: Dan Allen
GZip compression is the perfect case of a monkey's job (aka forge plugin). In some cases, it needs to be added to web.xml as a filter. In other cases, it needs to modify the application server configuration.
It would be cool to have a GZip compression plugin that would apply the configuration in the appropriate way based on input from the user.
For example:
setup gzip --scope application --provider XXXX
setup gzip --scope container --container JBOSS_AS_7
If the application vs container paths are different, it may warrant two separate commands, such as gzip-filter and gzip-server-config
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months