Real-time collaboration and development with IBM Rational Team Concert (ii)

Source: Internet
Author: User
Tags svn

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="1.0"


encoding=" Utf-8"? >& #13;& #10 <runtimeclasspathentry


containerpath= "org.eclipse.jdt.launching.jre_container"


javaproject="com.devworks.rtc.simplexml"


path="1" type="4"/>& #13;& #10; " />


<listentry value= "<?xml version="1.0"


encoding=" Utf-8"? >& #13;& #10 <runtimeclasspathentry


path="3"  PROJECTNAME="COM.DEVWORKS.RTC.


simplexml" Type= "1"/>& #13;& #10; " />


<listentry value= "<?xml version=" 1.0 "


encoding=" Utf-8"? >& #13;& #10 <runtimeclasspathentry


internalarchive="/com.devworks.rtc.simplexml/


jars/gwt-dev-windows.jar" path="3"


type="2"/>& #13;& #10; " />


<listentry value= "<?xml version="1.0"


encoding=" Utf-8"? >& #13;& #10 <runtimeclasspathentry


internalarchive="/com.devworks.rtc.simplexml/jars/gwt-servlet.jar"


path="3" type="2"/>& #13;& #10; " />


<listentry value= "<?xml version="1.0"


encoding=" Utf-8"? >& #13;& #10 <runtimeclasspathentry


internalarchive="/com.devworks.rtc.simplexml/jars/gwt-user.jar"


path="3" type="2"/>& #13;& #10; " />


<listentry value= "<?xml version="1.0"


encoding=" Utf-8"? >& #13;& #10 <runtimeclasspathentry


internalarchive="/com.devworks.rtc.simplexml/src"


path="3" type="2"/>& #13;& #10; " />


<listentry value= "<?xml version="1.0"


encoding=" Utf-8"? >& #13;& #10 <runtimeclasspathentry


internalarchive="/com.devworks.rtc.simplexml/www"


path="3" type="2"/>& #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>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.