Changes release50_beta2-BLD200511112121
authorgwielenga@netbeans.org
Tue, 08 Nov 2005 18:07:45 +0000
changeset 6528b15f67798129
parent 6527 650fad91615b
child 6529 fbf905c72f42
Changes
j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/activitysupplier.html
j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/airlinesupplier.html
j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/bank.html
j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/consumerwebsite.html
j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/lodgingsupplier.html
j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/opc.html
     1.1 --- a/j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/activitysupplier.html	Tue Nov 08 17:38:35 2005 +0000
     1.2 +++ b/j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/activitysupplier.html	Tue Nov 08 18:07:45 2005 +0000
     1.3 @@ -5,6 +5,9 @@
     1.4      <title></title>
     1.5    </head>
     1.6    <body>
     1.7 -    Activity supplier application.
     1.8 +	  Activity supplier application. Receives and fulfils Activity orders from OPC.
     1.9 +	  Supplies the activities for vacations. It exposes a web service to accept a supplier 
    1.10 +	  purchase order. When it finishes its part of the order, it sends an invoice to the 
    1.11 +	  order processing center web service.
    1.12    </body>
    1.13  </html>
     2.1 --- a/j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/airlinesupplier.html	Tue Nov 08 17:38:35 2005 +0000
     2.2 +++ b/j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/airlinesupplier.html	Tue Nov 08 18:07:45 2005 +0000
     2.3 @@ -5,6 +5,6 @@
     2.4      <title></title>
     2.5    </head>
     2.6    <body>
     2.7 -    Airline supplier J2EE app.
     2.8 +	  Airline supplier J2EE app. Receives and fulfils flight bookings from OPC.
     2.9    </body>
    2.10  </html>
     3.1 --- a/j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/bank.html	Tue Nov 08 17:38:35 2005 +0000
     3.2 +++ b/j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/bank.html	Tue Nov 08 18:07:45 2005 +0000
     3.3 @@ -5,6 +5,9 @@
     3.4      <title></title>
     3.5    </head>
     3.6    <body>
     3.7 -    Bank application.
     3.8 +	  Bank application.
     3.9 +	  Handles the credit card verification and approval. 
    3.10 +	  Exposes this functionality as a web service which is 
    3.11 +	  called by the order processing center application.
    3.12    </body>
    3.13  </html>
     4.1 --- a/j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/consumerwebsite.html	Tue Nov 08 17:38:35 2005 +0000
     4.2 +++ b/j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/consumerwebsite.html	Tue Nov 08 18:07:45 2005 +0000
     4.3 @@ -5,6 +5,12 @@
     4.4      <title></title>
     4.5    </head>
     4.6    <body>
     4.7 -    Consumer web application.
     4.8 +	  Consumer web application.
     4.9 +	  Provides the web pages that let customers
    4.10 +	  shop and place orders. The web site application 
    4.11 +	  interacts with the order processing center web services 
    4.12 +	  to submit purchase orders and also to track orders. 
    4.13 +	  It does not expose any web services, but is a 
    4.14 +	  client of two web services on the order processing center application.
    4.15    </body>
    4.16  </html>
     5.1 --- a/j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/lodgingsupplier.html	Tue Nov 08 17:38:35 2005 +0000
     5.2 +++ b/j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/lodgingsupplier.html	Tue Nov 08 18:07:45 2005 +0000
     5.3 @@ -5,6 +5,9 @@
     5.4      <title></title>
     5.5    </head>
     5.6    <body>
     5.7 -    Lodging supplier application.
     5.8 +	  Lodging supplier application. Receives and fulfils Lodging orders from OPC.
     5.9 +	  Supplies the hotels for vacations. It exposes a web service to accept a supplier 
    5.10 +	  purchase order. When it finishes its part of the order, it sends an invoice to the 
    5.11 +	  order processing center web service.
    5.12    </body>
    5.13  </html>
     6.1 --- a/j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/opc.html	Tue Nov 08 17:38:35 2005 +0000
     6.2 +++ b/j2ee.adventure/src/org/netbeans/modules/j2ee/adventure/resources/opc.html	Tue Nov 08 18:07:45 2005 +0000
     6.3 @@ -5,6 +5,14 @@
     6.4      <title></title>
     6.5    </head>
     6.6    <body>
     6.7 -    OPC application.
     6.8 +	  OPC application. The order processing center (OPC) is at the 
     6.9 +	  heart of the adventure builder enterprise, responsible for coordinating 
    6.10 +	  all activities necessary to fulfil a customer order. It interacts with all 
    6.11 +	  the other applications through web services. It exposes three different web
    6.12 +	  services that are accessed by the other applications:
    6.13 +	  <ul><li>an order submitting service
    6.14 +		  <li>an order tracking service
    6.15 +		  <li>a centralized broker service for interactions with suppliers</ul>
    6.16 +	  <p>It also acts as a client and accesses the bank's web service and the suppliers' web services.
    6.17    </body>
    6.18  </html>