Sample Web Application
Download
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/2.13 [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 URL
from the table below for theURL
field - Enter your username and password
- Click
Next
button - In the next screen, click on the
Browse...
button - Select
tags
folder and select the folder that matches with theTag
value 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.16.5-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.11-FINAL | A web application that provides decoratorative templates for all of ACT web applications. |