[Carbon-dev] svn commit r31338 - branches/carbon/1.5.1/trunk/solutions/data-services/java/modules/samples/OSSLicenseManager
sumedha at wso2.com
sumedha at wso2.com
Mon Feb 23 15:11:45 PST 2009
Author: sumedha
Date: Mon Feb 23 15:11:44 2009
New Revision: 31338
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=31338
Log:
updated readme file
Modified:
branches/carbon/1.5.1/trunk/solutions/data-services/java/modules/samples/OSSLicenseManager/README
Modified: branches/carbon/1.5.1/trunk/solutions/data-services/java/modules/samples/OSSLicenseManager/README
URL: http://wso2.org/svn/browse/wso2/branches/carbon/1.5.1/trunk/solutions/data-services/java/modules/samples/OSSLicenseManager/README?rev=31338&r1=31337&r2=31338&view=diff
==============================================================================
--- branches/carbon/1.5.1/trunk/solutions/data-services/java/modules/samples/OSSLicenseManager/README (original)
+++ branches/carbon/1.5.1/trunk/solutions/data-services/java/modules/samples/OSSLicenseManager/README Mon Feb 23 15:11:44 2009
@@ -1,49 +1,7 @@
-Deploying data service samples on WSO2 DataServices Solution
-=====================================================================
-Please refer to data service sample document in the WSAS documentation (which is in 'docs' folder of the WSAS distribution) for detailed instructions on how to run the data service sample.
-WSAS should be running when running the sample clients
-Target endpoint reference is set to localhost:9763 as default in client source
-files. Change if required.
+WSO2 Software License & Copyright Manager sample
+================================================
+1. Type 'ant' from this folder
+This will create a sample derby database inside current folder (./database/LICENSE_MANAGER_DB), polulate it with few records & deploy sample dataservice into server.
-Sample : Data Services (RDMBS)
-==============================
-1. Create database and deploy data service configuration files in WSAS server
-ant deploy
-2. Compile and run data service client 1
-ant run-client-1
-
-3. Compile and run data service client 2
-ant run-client-2
-
-4. Clean generated artifacts.
-(This will delete the database,deployed service & compiled class files.)
-ant clean
-
-
-
-
-Sample : Data Services (Excel)
-===============================
-1. Deploy Excel sample service
-ant deploy-excel-service
-
-2. Compile client
-ant compile-all
-
-3. Run client
-ant run-excel-client
-
-
-
-Sample : Data Services (CSV)
-===============================
-1. Deploy CSV sample service
-ant deploy-csv-service
-
-2. Compile client
-ant compile-all
-
-3. Run client
-ant run-csv-client
More information about the Carbon-dev
mailing list