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 |
[2] |
Servlet and JSP Review |
svn://sun.calstatela.edu/cs520/review/trunk |
[3] |
Hibernate Examples |
svn://sun.calstatela.edu/cs520/hibernate/trunk |
[2] |
Spring Examples |
svn://sun.calstatela.edu/cs520/spring/trunk |
[2] |
Log4j Examples |
svn://sun.calstatela.edu/cs520/log4j/trunk |
[2] |
File Upload Examples |
svn://sun.calstatela.edu/cs520/fileupload/trunk |
[1] |
Ajax Examples |
svn://sun.calstatela.edu/cs520/ajax/trunk |
[3] |
I18N Examples |
svn://sun.calstatela.edu/cs520/i18n/trunk |
[1] |
Full Text Search Examples |
svn://sun.calstatela.edu/cs520/fts/trunk |
[2] |
Feed Examples |
svn://sun.calstatela.edu/cs520/feed/trunk |
[2] |
Security Examples |
svn://sun.calstatela.edu/cs520/security/trunk |
[1] |
Scheduling Examples |
svn://sun.calstatela.edu/cs520/scheduling/trunk |
[2] |
Web Services Examples |
svn://sun.calstatela.edu/cs520/ws/trunk |
[1] |
Notes
1. Check out as a Dynamic Web Project in Eclipse (require Tomcat 7 / Servlet 3).
2. 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.
3. Check out as an Maven Project - in Eclipse, select New -> Project... -> Check Out Maven Projects from SCM.
|