A couple of weeks later I decided to have a look at this demo-app myself and was a little bit confused. I remember that this application was a part of Spring Framework distro - but not anymore. Now you can get it on your local computer using SVN repo which is quite tricky to find, first of all. The second disappointment was that this application is quite hard to deploy-and-run.
I have quite good exp. dealing with J2EE but it took some time to setup this app for quick deploy/run scheme in Eclipse. And finally I decided it may be useful for someone to have such "out of the box" application. I decided to try and use GitHub and publish the end result of my experiments there. At least my friend will be able to get it, import in Eclipse and run. It may ease the start of his refreshment in the J2EE world.
So, using this link "git@github.com:denkonakov/petclinic.git" you can pull "petclinic" demo-app on your computer, just import it in Eclipse, add this application to your Tomcat Server in Eclipse Server Plugin and start using it.
Enjoy!
2 comments:
chris@homeserver:~$ git clone git@github.com:denkonakov/petclinic.git
Initialized empty Git repository in /home/igor/petclinic/.git/
The authenticity of host 'github.com (207.97.227.239)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Hmmm. Send to me your public key, I will add it to the git. Should help. But actually it should work anyway since this is public repo... =\
Post a Comment