Showing posts with label Eclipse. Show all posts
Showing posts with label Eclipse. Show all posts

Friday, August 13, 2010

Spring Pet Clinic Sample Setup on Eclipse

Steps to setup Spring Pet Clinic Sample Setup on Eclipse

  • Create a new "Dynamic Web Project" ( File ---> New --> Other --->Web--->Dynamic Web Project)
  • Copy src directory from "\samples\petclinic\" into your new dynamic web application src directory
  • Copy all folder/file from "\samples\petclinic\war" into your application WebContent directory
  • There should not be any compilation errors but if there any fix them.
  • Add it to the server in eclipse.
  • Run/Debug Application on server ....