Author: Grid.Qian
Date: 2008-07-02 00:23:16 -0400 (Wed, 02 Jul 2008)
New Revision: 9040
Modified:
trunk/ws/docs/reference/en/modules/preference.xml
trunk/ws/docs/reference/en/modules/webproject.xml
Log:
JBIDE-2469:add documents
Modified: trunk/ws/docs/reference/en/modules/preference.xml
===================================================================
--- trunk/ws/docs/reference/en/modules/preference.xml 2008-07-01 19:42:01 UTC (rev 9039)
+++ trunk/ws/docs/reference/en/modules/preference.xml 2008-07-02 04:23:16 UTC (rev 9040)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<chapter id="preference" revisionflag="added">
+ <title>JBoss WS and development enviroment</title>
+
+ <section id="overview">
+ <title>JBoss WS Overview</title>
+
+ <para>JBossWS is a web service framework developed as part of the JBoss
Application Server. It implements the JAX-WS specification that defines a programming
model and run-time architecture for implementing web services in Java, targeted at the
Java Platform, Enterprise Edition 5 (Java EE 5)</para>
+
+ </section>
+
+ <section id="jbosswspreference">
+ <title>Set JBossWS Runtime Location</title>
+
+ <para>Open Window->Preferences->Web Services-> JBossWS Preferences. In
this Page , you can set JBossWS Runtime.</para>
+ <para>Now only support JBoss EAP or JBoss AS as JBossWS Runtime.</para>
+ <para>After you set JBoss WS Runtime, click 'OK' Button.</para>
+ </section>
+
+ <section id="serverruntime">
+
+ <title>Set default Server and Runtime</title>
+ <para>Open Window->Preferences->Web Services-> Server and Runtime. In
this page, you can set default server and runtime.</para>
+ <para>For ease of use, the better way is to set runtime = JBoss
WS.</para>
+
+ </section>
+
+</chapter>
Modified: trunk/ws/docs/reference/en/modules/webproject.xml
===================================================================
--- trunk/ws/docs/reference/en/modules/webproject.xml 2008-07-01 19:42:01 UTC (rev 9039)
+++ trunk/ws/docs/reference/en/modules/webproject.xml 2008-07-02 04:23:16 UTC (rev 9040)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<chapter id="webproject" revisionflag="added">
+ <title>Creating a Web project</title>
+
+ <para>Before create a web service, you must have a Dynamic Web
Project</para>
+
+ <para>Create the service Web project by selecting New > Dynamic Web project.
Enter the following information: </para>
+</chapter>
\ No newline at end of file
Show replies by date