Skip to content

Parisa-S/SWP-Assignment2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Patterns with Java Spring

Software Patterns and Architecture 2nd assignment on implementing a Spring Enterprise Design Pattern project

Getting Started

Clone this project to your local machine.

Prerequisites

Spring Tool Suuuuuuuuuuuuite - Spring variant of Eclipse Note: Of course, you can use your editor of choice i.e, IntelliJ, but you will have to manually setup a lot of stuffs and I won't cover that. Just use this one if you are lazy like me.

Apache Tomcat 8.0.43 - Java Servlet

Installing

Extract both Spring tool suite and Apache Tomcat to anywhere you wish. Launch the suite and choose File>Open Project From File System..., navigate to this project and wait for Maven to update dependencies. Try running the project and it should prompt you to use an existing server or define a new server. Choose to define a new server and under Select the server type, look for Apache Tomcat 8.0. Click Next. Then, one the next page click on Browse and navigate to the extracted Apache Tomcat 8.0.43. Detailed Installation of Apache Tomcat refers to this How to setup tomcat with Eclipse After finished home page of this project should pop up once the server is ready.

How to run

1.  run tomcat server

2. open url http://localhost:8080/assignment2/test

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages