reset password

Access CS5220 Code Examples

The code examples discussed during the lectures are available in Git repositories hosted on GitHub. All the examples use Maven for project management. To import a project into Eclipse, first clone the project into a local Git repository, then in Eclipse, use File -> Import ... -> Maven -> Existing Maven Projects to import the project into Eclipse. Most projects can be run as is, but some projects, in particular CSNS2, require some additional configuration. Please check out this video if you want to run CSNS2 using Eclipse. The version control system shown in the video is Subversion instead of Git, but the configuration after the project is imported into Eclipse is the same.

Examples Git Repository URL
Servlet and JSP Review https://github.com/cysun/cs5220-review.git
Pizzas (Short Servlet and JSP Review) https://github.com/cysun/cs5220-pizzas.git
CSNS2 https://github.com/cysun/csns2.git
This page has been viewed 58426 times.