[
https://issues.jboss.org/browse/FORGE-957?page=com.atlassian.jira.plugin....
]
George Gastaldi commented on FORGE-957:
---------------------------------------
Here is an idea: Why not having a UICommand implementation to enter the default values for
any (marked) type ? We could use the configuration addon to store this information in the
user configuration file.
The idea is to introduce some kind of marker (interface or annotation) to allow an
interface (or a class) to have a default value.
Here is an example taken from the Java EE addon:
{code}
@Exported
@Configurable
public interface PersistenceContainer {}
{code}
The @Configurable annotation indicates that the annotated type may appear as an input type
in a UICommand to indicate the default value.
We could use this information when creating the UIInput to automatically set the default
value as provided in the configuration addon.
Thoughts ?
Create "Stacks" addon, that allows providing stack
implementations to supply default values in dialogs
------------------------------------------------------------------------------------------------------
Key: FORGE-957
URL:
https://issues.jboss.org/browse/FORGE-957
Project: Forge
Issue Type: Feature Request
Components: Blessed Plugins
Affects Versions: 2.0.0.Alpha5
Reporter: Lincoln Baxter III
Assignee: George Gastaldi
Priority: Critical
Fix For: 2.0.0.Final
This will allow things like, detecting that the user is on Wildfly AS, and subsequently
selecting appropriate versions of specifications, libraries, and other setup
configurations.
--
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