Author: abogachuk
Date: 2009-04-07 12:19:35 -0400 (Tue, 07 Apr 2009)
New Revision: 14573
Removed:
trunk/ws/docs/reference/en/modules/webproject.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-398 - the structure of the xml documents set
revised, the unnecessary one removed
Deleted: trunk/ws/docs/reference/en/modules/webproject.xml
===================================================================
--- trunk/ws/docs/reference/en/modules/webproject.xml 2009-04-07 15:52:30 UTC (rev 14572)
+++ trunk/ws/docs/reference/en/modules/webproject.xml 2009-04-07 16:19:35 UTC (rev 14573)
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<chapter id="webproject" revisionflag="added">
- <title>Creating a Dynamic Web project</title>
-
- <para>Before creating a web service, you should have a Dynamic Web Project
created:</para>
- <figure>
- <title>Dynamic Web Project</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/webproject1.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
- <para>Create a Web project by selecting
- <emphasis><property>New > Project... > Dynamic Web
project</property></emphasis>. Enter the following information: </para>
- <itemizedlist>
- <listitem>
- <para>Project Name: enter a project name</para>
- </listitem>
- <listitem>
- <para>Target runtime: any server depending on your installation. If it
is not listed, click New and browse to the location where it is installed to. You may set
<emphasis><property>Target Runtime</property></emphasis> to
<emphasis><property>None</property></emphasis>,
- in this case, you should add <link linkend="addfacet">JBoss
Web Service facet to the project</link>.</para>
- <figure>
- <title>Dynamic Web Project Wizard</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/webproject2.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- <listitem>
- <para>Configure Web Module values:</para>
- <figure>
- <title> Web Module Settings Configuration</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/webproject3.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- </itemizedlist>
- <para>Click on the <property>Finish</property> button.</para>
-</chapter>