PDA

View Full Version : If there is sth. like public server on wich I can run my aplication


puchacz
Jan 8th, 2008, 08:16 AM
Hi

I have problem with my professor. I wrote an application using spring on my programing class. And my teacher want me to show him this application. But he doesn't accept when he has to install anything on his laptop (like tomcat). If there is some please (website or sth. like this) where I can load my application and he would use it instead of installing anything (just for 2-3 days) ???

Thanks for help
Puchacz

Marten Deinum
Jan 8th, 2008, 08:53 AM
Search the web. You can use an embedded Jetty server to run your application. Just deliver a jar file and run it. Google for embedded jetty and you should be good to go.