[jbosstools-issues] [JBoss JIRA] (JBIDE-12962) JBoss Central - Create Projects - Future Archetypes

Fred Bricon (JIRA) jira-events at lists.jboss.org
Tue Feb 19 06:31:56 EST 2013


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

Fred Bricon edited comment on JBIDE-12962 at 2/19/13 6:30 AM:
--------------------------------------------------------------

FYI, the "legacy" wizards are configured as such : 
{noformat}
<extension point="org.jboss.tools.central.wizards">
   <jbossCentralWizard
         wizardId="org.jboss.tools.central.wizards.NewHtml5ProjectWizard"
         order="10"
   />
   <jbossCentralWizard
         wizardId="org.jboss.ide.eclipse.as.openshift.express.ui.wizard.createNewApplicationWizard"
         order="20"
       />
   <jbossCentralWizard
         wizardId="org.jboss.tools.central.wizards.NewJavaeeWarProjectWizard"
         order="30"
       />
   <jbossCentralWizard
         wizardId="org.jboss.tools.central.wizards.NewRichfacesProjectWizard"
         order="40"
    />
   <jbossCentralWizard
         wizardId="org.jboss.tools.central.wizards.NewGwtProjectWizard"
         order="50"
    />
   <jbossCentralWizard
         wizardId="org.jboss.tools.central.wizards.NewSpringMvcProjectWizard"
         order="60"
    />
</extension>
{noformat} 

These wizards are currently (in my POC) configured in org.jboss.tools.central, which is common to JBT and JBDS. But we can move that config to org.jboss.tools.community.central and com.jboss.jbds.central so we'd end up with different behaviors (# of wizards, ordering ...) in the community and product versions. 

                
      was (Author: fbricon):
    FYI, the "legacy" wizards are configured as such : 
{noformat}
<extension point="org.jboss.tools.central.wizards">
   <jbossCentralWizard
         wizardId="org.jboss.tools.central.wizards.NewHtml5ProjectWizard"
         order="10"
   />
   <jbossCentralWizard
         wizardId="org.jboss.ide.eclipse.as.openshift.express.ui.wizard.createNewApplicationWizard"
         order="20"
       />
   <jbossCentralWizard
         wizardId="org.jboss.tools.central.wizards.NewJavaeeWarProjectWizard"
         order="30"
       />
   <jbossCentralWizard
         wizardId="org.jboss.tools.central.wizards.NewRichfacesProjectWizard"
         order="40"
    />
   <jbossCentralWizard
         wizardId="org.jboss.tools.central.wizards.NewGwtProjectWizard"
         order="50"
    />
   <jbossCentralWizard
         wizardId="org.jboss.tools.central.wizards.NewSpringMvcProjectWizard"
         order="60"
    />
</extension>
{noformat} 
                  
> JBoss Central - Create Projects - Future Archetypes
> ---------------------------------------------------
>
>                 Key: JBIDE-12962
>                 URL: https://issues.jboss.org/browse/JBIDE-12962
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: central
>    Affects Versions: 4.0.0.Alpha2
>            Reporter: Burr Sutter
>            Assignee: Fred Bricon
>             Fix For: 4.1.0.Alpha2
>
>         Attachments: Screen Shot 2012-11-01 at 6.13.27 PM.png, Screen Shot 2012-11-01 at 6.14.08 PM.png
>
>
> Currently JBoss Central's Create Projects section includes the following:
> 1) Dynamic Web Project
> 2) OpenShift Application
> 3) Java EE Web Project
> 4) Java EE Project (Java EE EAR Project)
> 5) HTML5 Project
> 6) RichFaces Project
> 7) SpringMVC Project
> 8) GWT Web Project
> And in 2013 we can expect at least the following potential archetypes to be created:
> - Portal/Gatein Project
> - EDS/Teiid Project
> - SOA/Switchyard Project
> - BRMS/jBPM/BPMN2 Project
> - BRMS/Drools Expert Project
> - Fuse/Camel Project
> These additional archetypes would only need to be available when the end-user has:
> a) acquired the additional tools (JBoss Central - Software/Update tab)
> b) potentially switched to the correct Perspective
> This jira represents the "design" discussion.

--
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 jbosstools-issues mailing list