Author: afedosik
Date: 2008-01-11 08:47:01 -0500 (Fri, 11 Jan 2008)
New Revision: 5618
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-240 - Getting started guide (FAQ section) was
updated
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml
===================================================================
---
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml 2008-01-11
12:13:43 UTC (rev 5617)
+++
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml 2008-01-11
13:47:01 UTC (rev 5618)
@@ -503,6 +503,17 @@
<section id="Importing_Projects">
<title>Importing Projects</title>
<para>
+ <emphasis role="bold">I have an existing Seam 1.2.1 project. Can I
migrate/import the project to a JBDS Seam project?</emphasis>
+ </para>
+ <para> There is no automagical way.
+ Need to be done manually; most should be straightforward:
+ </para>
+ <itemizedlist>
+ <listitem><para> copy <property>src</property> to
<property>src</property></para></listitem>
+ <listitem><para> copy <property>view</property> to
<property>Web content</property></para></listitem>
+ <listitem><para> copy resources individual files to where they are in the
seam web project etc.</para></listitem>
+ </itemizedlist>
+ <para>
<emphasis role="bold">I have an existing Struts or JSF project. Can I
open the project in
JBDS?</emphasis>
</para>