Order Management application Software
So far, all of the infrastructure settings for this project have been installed. Project areas, team areas, users, WorkItem categories, WorkItems, and iterations have been created, and the source code has been registered with the Subversion repository. Import xmlordermanagement into the Rational team concert and configure it to run on the Eclipse client.
Start xmlordermangement application software
The code base for the Xmlordermanagement application has been registered to the SVN repository and is available in Https://devworks:8443/svn/rtcDemo. This is a simple application with an XML file on the server, and the client analyzes the XML syntactically and introduces a simple HTML file. This customer HTML displays the name of the customer and the command that the pending command has completed.
To make this application run on the Rational team concert, you need to drop this code. Until now, Xmlordermanagement's source code is ready for import, and can be shown in Project Explorer, boot configuration carefully configured, and once configured, Xmlordermanagement The application software can be started by the Rational Team concert in the host browsing mode. Once the application is running well and ready to deploy, you can assemble the code and run it in Web Mode. Listing 1 shows the xmlordermangement boot configuration.
Listing 1. Start Configuration Xmlordermanagement.launch
<?xml version= "1.0" encoding= UTF-8 "?>"
<launchconfiguration type= "Org.eclipse.jdt.launching.localJavaApplication" >
<listattribute key= "Org.eclipse.debug.core.MAPPED_RESOURCE_PATHS" >
<listentry value= "/com.devworks.rtc.simplexml/jars/gwt-dev-windows.jar"/>
</listAttribute>
<listattribute key= "Org.eclipse.debug.core.MAPPED_RESOURCE_TYPES" >
<listentry value= "1"/>
</listAttribute>
<booleanattribute key= "Org.eclipse.debug.core.appendEnvironmentVariables"
value= "true"/>
<listattribute key= "Org.eclipse.jdt.launching.CLASSPATH" >
<listentry value= "<?xml version=&quot;1.0&quot;
encoding=&quot; Utf-8&quot;? >& #13;& #10 <runtimeclasspathentry
containerpath= "org.eclipse.jdt.launching.jre_container&quot;
javaproject=&quot;com.devworks.rtc.simplexml&quot;
path=&quot;1&quot; type=&quot;4&quot;/>& #13;& #10; " />
<listentry value= "<?xml version=&quot;1.0&quot;
encoding=&quot; Utf-8&quot;? >& #13;& #10 <runtimeclasspathentry
path=&quot;3&quot; PROJECTNAME=&QUOT;COM.DEVWORKS.RTC.
simplexml&quot; Type= "1"/>& #13;& #10; " />
<listentry value= "<?xml version=" 1.0 "
encoding=&quot; Utf-8&quot;? >& #13;& #10 <runtimeclasspathentry
internalarchive=&quot;/com.devworks.rtc.simplexml/
jars/gwt-dev-windows.jar&quot; path=&quot;3&quot;
type=&quot;2&quot;/>& #13;& #10; " />
<listentry value= "<?xml version=&quot;1.0&quot;
encoding=&quot; Utf-8&quot;? >& #13;& #10 <runtimeclasspathentry
internalarchive=&quot;/com.devworks.rtc.simplexml/jars/gwt-servlet.jar&quot;
path=&quot;3&quot; type=&quot;2&quot;/>& #13;& #10; " />
<listentry value= "<?xml version=&quot;1.0&quot;
encoding=&quot; Utf-8&quot;? >& #13;& #10 <runtimeclasspathentry
internalarchive=&quot;/com.devworks.rtc.simplexml/jars/gwt-user.jar&quot;
path=&quot;3&quot; type=&quot;2&quot;/>& #13;& #10; " />
<listentry value= "<?xml version=&quot;1.0&quot;
encoding=&quot; Utf-8&quot;? >& #13;& #10 <runtimeclasspathentry
internalarchive=&quot;/com.devworks.rtc.simplexml/src&quot;
path=&quot;3&quot; type=&quot;2&quot;/>& #13;& #10; " />
<listentry value= "<?xml version=&quot;1.0&quot;
encoding=&quot; Utf-8&quot;? >& #13;& #10 <runtimeclasspathentry
internalarchive=&quot;/com.devworks.rtc.simplexml/www&quot;
path=&quot;3&quot; type=&quot;2&quot;/>& #13;& #10; " />
</listAttribute>
<booleanattribute key= "Org.eclipse.jdt.launching.DEFAULT_CLASSPATH"
value= "false"/>
<stringattribute key= "Org.eclipse.jdt.launching.MAIN_TYPE"
value= "Com.google.gwt.dev.GWTShell"/>
<stringattribute key= "Org.eclipse.jdt.launching.PROGRAM_ARGUMENTS"
value= "-out www com.google.gwt.sample.simplexml.simplexml/simplexml.html"/>
<stringattribute key= "Org.eclipse.jdt.launching.PROJECT_ATTR"
value= "Com.devworks.rtc.simplexml"/>
<stringattribute key= "Org.eclipse.jdt.launching.VM_ARGUMENTS" value=-xmx256m "/>"
</launchConfiguration>