Author: tromanovich
Date: 2008-04-23 10:41:46 -0400 (Wed, 23 Apr 2008)
New Revision: 7710
Modified:
trunk/esb/docs/esb_ref_guide/en/modules/esb_editor.xml
trunk/esb/docs/esb_ref_guide/en/modules/introduction.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-307
Sketch of ref guide
Updating of a ref guide after review
Modified: trunk/esb/docs/esb_ref_guide/en/modules/esb_editor.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/modules/esb_editor.xml 2008-04-23 13:50:01 UTC (rev
7709)
+++ trunk/esb/docs/esb_ref_guide/en/modules/esb_editor.xml 2008-04-23 14:41:46 UTC (rev
7710)
@@ -62,11 +62,11 @@
</mediaobject>
</figure>
- <para>Addition, editing or deleting of some artifacts operations are
available right in the <property>Tree</property> view. Right-click any node
and select one of the available actions in the context menu.
+ <para>Adding, editing or deleting of some artifacts operations are
available right in the <property>Tree</property> view. Right-click any node
and select one of the available actions in the context menu.
For example, you can easily add a new provider:</para>
<para></para>
<figure>
- <title>Add new provider</title>
+ <title>Adding new provider</title>
<mediaobject>
<imageobject>
<imagedata
fileref="images/esb_editor/04_esb_add_provider.png"/>
@@ -76,7 +76,7 @@
<para>You can easily add a new service too:</para>
<figure>
- <title>Add new service</title>
+ <title>Adding new service</title>
<mediaobject>
<imageobject>
<imagedata
fileref="images/esb_editor/05_esb_add_service.png"/>
@@ -86,7 +86,7 @@
<para>The same way you can create a listener for service and other elements
of ESB:</para>
<figure>
- <title>Add new listener for service</title>
+ <title>Adding new listener for service</title>
<mediaobject>
<imageobject>
<imagedata
fileref="images/esb_editor/06_esb_add_listener.png"/>
@@ -194,9 +194,8 @@
or extra visual modes at the same time.</para>
<para>JBoss Developer Studio provides you two different editors to
speed your development: a graphical view (<property>Tree</property>) and
source
- (<property>Source</property>). At the same
- time, you always have full control over esb source file. Any changes you
- make in the source view, will immediately appear in the tree view. Both
views are synchronized, you can edit the file in any view.</para>
+ (<property>Source</property>). At the same time, you always
have full control over esb source file. Any changes you
+ make in the source view will immediately appear in the tree view. Both
views are synchronized, you can edit the file in any view.</para>
<figure>
<title>Two Views are Synchronized</title>
Modified: trunk/esb/docs/esb_ref_guide/en/modules/introduction.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/modules/introduction.xml 2008-04-23 13:50:01 UTC (rev
7709)
+++ trunk/esb/docs/esb_ref_guide/en/modules/introduction.xml 2008-04-23 14:41:46 UTC (rev
7710)
@@ -22,20 +22,8 @@
<para>ESB (Enterprise Service Bus) - an abstraction layer on top of an
implementation of an enterprise messaging system
that provides the features with which Service Oriented Architectures may be
implemented.</para>
-
- <para>The ESB is seen as the next generation of EAI – better and without
the vendor-lockin characteristics of old.
- As such, many of the capabilities of a good ESB mirror those of existing EAI
offerings. Traditional EAI stacks consist of:
- Business Process Monitoring, Integrated Development Environment, Human
Workflow User Interface, Business Process Management,
- Connectors, Transaction Manager, Security, Application Container, Messaging
Service, Metadata Repository, Naming and Directory Service,
- Distributed Computing Architecture.</para>
-
- <para>As with EAI systems, ESB is not about business logic – that is
left to higher levels.
- It is about infrastructure logic. Although there are many different
definitions of what constitutes an ESB,
- what everyone agrees on now is that an ESB is part of an SOA
infrastructure. However,
- SOA is not simply a technology or a product: it's a style of design,
with many aspects
- (such as architectural, methodological and organisational) unrelated to
the actual technology.
- But obviously at some point it becomes necessary to map the abstract SOA
to a concrete
- implementation and that's where the ESB comes in to
play.</para>
+ <para>If you want to develop applications using ESB technology JBoss ESB
also meet your needs. The JBoss Developer Studio provides ESB editor and all necessary
wizards for creating ESB file.</para>
+ <para>In this guide we provide you with the information on ESB Editor which
allows you to develop ESB file much faster and with far fewer errors so sparing your
time.</para>
</section>