reset password

Access CS520 Code Examples

The code examples discussed during the lectures are available through Subversion, an Open Source version control system designed to be the successor of CVS. If you use Subclipse (a Subversion plugin for Eclipse), you can add svn://sun.calstatela.edu/cs520 as a new repository location in the SVN Repository Exploring perspective.

Examples Subversion URL Notes
Java Annotation svn://sun.calstatela.edu/cs520/annotation/trunk [1]
Servlet and JSP Review svn://sun.calstatela.edu/cs520/review/trunk [1]
Hibernate Examples svn://sun.calstatela.edu/cs520/hibernate/trunk [1]
Spring Examples svn://sun.calstatela.edu/cs520/spring/trunk [1]
Log4j Examples svn://sun.calstatela.edu/cs520/log4j/trunk [1]
Testing Examples svn://sun.calstatela.edu/cs520/testing/trunk [1]
File Upload Examples svn://sun.calstatela.edu/cs520/fileupload/trunk [1]
Email Examples svn://sun.calstatela.edu/cs520/email/trunk [1]
I18N Examples svn://sun.calstatela.edu/cs520/i18n/trunk [1]
Ajax Examples svn://sun.calstatela.edu/cs520/ajax/trunk [1]
Full Text Search Examples svn://sun.calstatela.edu/cs520/fts/trunk [1]
Security Examples svn://sun.calstatela.edu/cs520/security/trunk [3]
Web Services Examples svn://sun.calstatela.edu/cs520/ws/trunk [3]
CSNS2 svn://cs3.calstatela.edu/cs520/f11/cs520stu31/csns2/trunk [2]
Spring and Hibernate from Scratch
svn://sun.calstatela.edu/cs520/sham/trunk [1]

Notes

1. Check out as an Maven Project. In Eclipse, select New -> Project... -> Check Out Maven Projects from SCM. Note that the web projects require Tomcat 7 / Servlet 3.

2. Follow the instructions in the CSNS2 section of Setting Up Development Environment for CS520.

3. Check out as a Dynamic Web Project in Eclipse (require Tomcat 7 / Servlet 3).

4. Check out as a Java Project in Eclipse. If the project comes with some jar files under the lib folder, add the jar files to the build path.

This page has been viewed 58422 times.