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] |
Pizzas (Short Servlet and JSP Review) |
svn://sun.calstatela.edu/cs520/pizzas/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 |
[1] |
Web Service Examples |
svn://sun.calstatela.edu/cs520/ws/trunk |
[1] |
RESTful Web Service Examples |
svn://sun.calstatela.edu/cs520/restws/trunk |
[1] |
Spring and Hibernate from Scratch |
svn://sun.calstatela.edu/cs520/springmvc/trunk |
[1] |
Spring MVC Examples |
svn://sun.calstatela.edu/cs520/springmvc/branches/cs520 |
[1] |
Who's Online |
svn://sun.calstatela.edu/cs520/springmvc/branches/whosonline |
[1] |
CSNS2 |
svn://sun.calstatela.edu/csns2/trunk |
[2] |
[Notes]
1. Check out as a Maven Project. In Eclipse, select New -> Project... -> Check Out Maven Projects from SCM. Note that the web projects require Tomcat 7 / Servlet 3.
2. Check out as a Maven Project. Copy build.properties.sample to build.properties, and modify the values in build.properties to match your local setup. Run src/main/scripts/csns-create.sql to create the database, then src/main/scripts/csns-test-insert.sql to insert some test data. You can check out this video to see how to run CSNS2 with Eclipse.
|