Enavigo

Take lemons, make lemonade or Jill and Yuval’s Musings

Enavigo header image 5

Google App Engine: Brief First Impression

October 6th, 2009 No Comments

Started playing with the Google Apps Engine last night. Now that Java is supported, even I can be lured after the magical charm of what is close to the infinite scalability holy grail. These are my impressions spending a couple of hours with the tutorial:
1. Eclipse makes it easy
Google created a pretty nifty plugin for [...]

Tags:   · · · · · · · · ·

Jetty 6 welcome file: how to use a servlet to handle your welcome file

November 21st, 2008 No Comments

I ‘ported’ my Java web application from Tomcat to Jetty. Like any web application, I defined a ‘welcome file’ in the application’s web.xml file. The welcome-file directive specifies the URL to be loaded by default when someone requests the root of your application. The welcome file may be just a file or a JSP, e.g. [...]

Tags:   · · · ·