Author: dennyxu
Date: 2008-07-03 02:50:38 -0400 (Thu, 03 Jul 2008)
New Revision: 9054
Modified:
trunk/ws/docs/reference/en/master.xml
trunk/ws/docs/reference/en/modules/preference.xml
trunk/ws/docs/reference/en/modules/topdown.xml
Log:
modify documents
Modified: trunk/ws/docs/reference/en/master.xml
===================================================================
--- trunk/ws/docs/reference/en/master.xml 2008-07-03 06:32:39 UTC (rev 9053)
+++ trunk/ws/docs/reference/en/master.xml 2008-07-03 06:50:38 UTC (rev 9054)
@@ -2,11 +2,12 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
"http://www.oasis-open.org/docbook/xml/4.3CR3/docbookx.dtd"
-[<!ENTITY preference SYSTEM "modules/preference.xml">
-<!ENTITY facet SYSTEM "modules/facet.xml">
-<!ENTITY webproject SYSTEM "modules/webproject.xml">
+[
+<!ENTITY topdown SYSTEM "modules/topdown.xml">
+<!ENTITY preference SYSTEM "modules/preference.xml">
+<!--ENTITY facet SYSTEM "modules/facet.xml"-->
+<!--ENTITY webproject SYSTEM "modules/webproject.xml"-->
<!ENTITY bottomup SYSTEM "modules/bottomup.xml">
-<!ENTITY topdown SYSTEM "modules/topdown.xml">
<!ENTITY client SYSTEM "modules/client.xml">
]>
Modified: trunk/ws/docs/reference/en/modules/preference.xml
===================================================================
--- trunk/ws/docs/reference/en/modules/preference.xml 2008-07-03 06:32:39 UTC (rev 9053)
+++ trunk/ws/docs/reference/en/modules/preference.xml 2008-07-03 06:50:38 UTC (rev 9054)
@@ -1,14 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<chapter id="preference" revisionflag="added">
- <title>JBoss WS and development environment</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>
-
<title>JBossWS Preferences</title>
<para>In this chapter you get to know how JBossWS preferences can be modified
during the development process.</para>
@@ -26,8 +18,8 @@
</mediaobject>
</figure>
- <para>Clicking on <property>Edit</property> button you will get
the form where you can change the path of JBossWS runtime home folder,
- modify name and version. Press <property>Finish</property> to
apply the changes.</para>
+ <para>Clicking on
<emphasis><property>Add</property></emphasis> or
<emphasis><property>Edit</property></emphasis> button you will get
the form where you can configure a new JbossWS runtime and change the path of JBossWS
runtime home folder,
+ modify name and version of a existing JBossWS runtime settings. Press
<property>Finish</property> to apply the changes.</para>
<figure>
<title>Edit JBossWS Runtime</title>
Modified: trunk/ws/docs/reference/en/modules/topdown.xml
===================================================================
--- trunk/ws/docs/reference/en/modules/topdown.xml 2008-07-03 06:32:39 UTC (rev 9053)
+++ trunk/ws/docs/reference/en/modules/topdown.xml 2008-07-03 06:50:38 UTC (rev 9054)
@@ -8,6 +8,13 @@
<keyword>JBossWS Web Service runtime</keyword>
</keywordset>
</chapterinfo>
+ <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>
+
<title>Creating a Web Service using JBossWS runtime</title>
<para>In this chapter we provide you with the necessary steps to create a Web
Service using JBossWS runtime.</para>
Show replies by date