Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by willianmaja: http://wiki.apache.org/ws/Tuscany/TuscanyJava/DAS_Java_Overview/RDBDAS_HOWTO_HelloDASApp ------------------------------------------------------------------------------ - B. Creating CompanyWeb Database + = B. Creating CompanyWeb Database = 1- Run the following commands in the Mysql Command Shell create database companyweb; // Creates the CompanyWeb database use companyweb; // Set the shell to work with companyweb database 2- Create a companydatabase.sql and inser source {path}/companyweb.sql // Executes the script to create tables, constraints, etc. - C. Creating XML configuration file + = C. Creating XML configuration file = 1- Create the file CompanyConfig.xml in the directory {Tomcat root}/webapps/companyweb/WEB-INF/classes 2- Edit it and write the following code: @@ -69, +69 @@ </Config> 3- Save the file. - D. Creating the class wich manages the DAS/SDO features + = D. Creating the class wich manages the DAS/SDO features = 1- Create the file CompanyCLient.java in the directory {Tomcat root}/webapps/companyweb/WEB-INF/classes/org/apache/tuscany/samples/das/companyweb 2- Write the following code in the file : --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
