You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2006/11/01 11:14:14 UTC

svn commit: r469844 - in /webservices/axis2/branches/java/1_1: modules/samples/servicelifecycle/README.txt release-notes.html

Author: chinthaka
Date: Wed Nov  1 02:14:14 2006
New Revision: 469844

URL: http://svn.apache.org/viewvc?view=rev&rev=469844
Log:
Adding ant filters to axis version and the date.

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/README.txt
    webservices/axis2/branches/java/1_1/release-notes.html

Modified: webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/README.txt?view=diff&rev=469844&r1=469843&r2=469844
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/README.txt Wed Nov  1 02:14:14 2006
@@ -1,9 +1,13 @@
-The service life cycle sample is to demonstrate usage of service life cycle interface and session
-scoping with a sample on application scope session.  The sample consists of two parts;
+
+Introduction
+============
+
+This sample is to demonstrate usage of service life cycle interface and session scoping with a
+sample on application scope session.  The sample consists of two parts;
    Service and Client
 
-To show usage of service life cycle and session, have chosen a simple library system. Which has few
-basic operation like
+Let's take a library system, which has the following operations, as the scenario for this sample.
+
  - register user
  - login to system
  - view all books
@@ -11,9 +15,11 @@
  - view lend books
  - and lend and return books
 
-Why do we need service life cycle class here ?
+Why Do We Need Service Life Cycle Here?
 ================================================
 
+
+
 Well, at the deployment time we need to initialize the service , reading stuff from somewhere (??) ,
 so at the runtime service impl class access those  data. Forget about the session for a minute ,
 think about the scenario where you want to populate a bean or need to start a DB connection for the
@@ -126,4 +132,4 @@
 Running Java client.
 ==================================================
 Open up the LibraryServiceClient java class in your favorite IDE and run the main class. And you can
- comment and un-comment what ever the method you want to invoke.   
+ comment and un-comment what ever the method you want to invoke.

Modified: webservices/axis2/branches/java/1_1/release-notes.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/release-notes.html?view=diff&rev=469844&r1=469843&r2=469844
==============================================================================
--- webservices/axis2/branches/java/1_1/release-notes.html (original)
+++ webservices/axis2/branches/java/1_1/release-notes.html Wed Nov  1 02:14:14 2006
@@ -7,10 +7,10 @@
 <body lang="en">
 <h1>Axis2 Release Notes - Draft</h1>
 
-<h3>October 31st, 2006</h3>
+<h3>@TODAY@</h3>
 
 <p>After nearly two years of development, we are very proud to announce the
-release of Apache Axis2 1.1-RC2</p>
+release of Apache Axis2 @axisVersion@</p>
 
 <p><a href="http://ws.apache.org/axis2">http://ws.apache.org/axis2</a></p>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org