[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-2744) Creating Seam Web projects based on the Seam example applications

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Wed Oct 8 13:06:22 EDT 2008


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

Snjezana Peco commented on JBIDE-2744:
--------------------------------------

I have committed the org.jboss.tools.project.examples plugin and the org.jboss.tools.project.examples.feature feature to the trunk/examples directory.
This plugin adds a new wizard (JBoss Tools/Project Examples) that downloads and imports a zipped project from some internet location.
A description of projects that can be downloaded/imported is in the http://anonsvn.jboss.org/repos/jbosstools/workspace/examples/projectExamples.xml file (this can be changed to be configurable).

In order to add a new project to the examples, you need to do the following:

- create a project
- export it as a zip archive
- upload the zip file to some location 
- add a description to the http://anonsvn.jboss.org/repos/jbosstools/workspace/examples/projectExamples.xml file

For instance, the TestJavaPortlet project placed in http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/portlet-examples/TestJavaPortlet.zip is defined in the following way:

<project>
	<category>Portlet</category>
	<name>TestJavaPortlet</name>
	<shortDescription>JBoss Java Portlet Example</shortDescription>
	<description>This example demonstrates the use of JBoss Java Portlet. It runs on JBoss Portal 2.7.0.</description>
	<size>10000</size>
	<url>
		http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/portlet-examples/TestJavaPortlet.zip
	</url>
</project>

Attached is a screencast that demonstrates how to use the wizard.
I am going to add some examples from the Seam distribution (dvdstore, booking ...). 

> Creating Seam Web projects based on the Seam example applications
> -----------------------------------------------------------------
>
>                 Key: JBIDE-2744
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-2744
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Seam
>    Affects Versions: 3.0.0.alpha
>            Reporter: Snjezana Peco
>            Assignee: Snjezana Peco
>
> See https://jira.jboss.org/jira/browse/JBIDE-2711?focusedCommentId=12428556#action_12428556 .

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list