Downloads
Check out source code via ACT's TeamForge SVN repository using the following information.
SVN Command
svn co --username [your username here] https://sfee.ucsd.edu/svn/repos/uxt-samplewebapp/tags/[current version] [your preferred directory name]
Or in Eclipse with the subversive plugin:
Import->SVN->Project from SVN->Create a new repository location- Enter value from
SVN Repository URLfrom the table below for theURLfield - Enter your username and password
- Click
Nextbutton - In the next screen, click on the
Browse...button - Select
tagsfolder and select the folder that matches with theTagvalue in the table below. - Click Next button
- In the next screen, make sure "Check out as a project in the workspace" is selected and click on
Finish
| Name | SVN Repository URL | Tag | Description |
|---|---|---|---|
| sample webapp | https://sfee.ucsd.edu/svn/repos/uxt-samplewebapp | 2.17-FINAL | A sample web application that includes examples on using AJAX, JSON and jQuery widgets. You can see a live demo on our QA server. |
| webappCreator | https://sfee.ucsd.edu/svn/repos/uxt-webappcreator | 2.8.3-FINAL | A tool that creates a template web application. Instructions are here. |
| decorators webapp | https://sfee.ucsd.edu/svn/repos/uxt-decorators | 3.0.18-FINAL | A web application that provides decoratorative templates for all of ACT web applications. |
| sample JPA webapp | https://sfee.ucsd.edu/svn/repos/sample-jpa | Sample web app using Spring / JPA | |
| sample Tomcat | https://sfee.ucsd.edu/svn/repos/sample-tomcat | Sample Tomcat config for JPA/JNDI | |
| sample Eclipse | https://sfee.ucsd.edu/svn/repos/sample-eclipse | Sample Eclipse with all necessary plugins |