Shorten URL

2008-10-10 Thread [EMAIL PROTECTED]
Is there any way to shorten the URL without changing the package structure? basically i would like to shorten the com.google.gwt.sample.showcase.Showcase bit from the following url: http://localhost:/com.google.gwt.sample.showcase.Showcase/Showcase.html Thanks in advance, Steve

Re: Shorten URL

2008-10-10 Thread rudolf michael
heh :S... you can always rename your package to whatever you need. Basically you only need a good package naming only if you're building a library/modules (.jar files) to be used in other modules/application. you can always create your application with client.Index as a package name. in that way

Re: Shorten URL

2008-10-10 Thread olivier nouguier
Hi, IMHO it's enough when it's done on the packaging phase (ant, maven). On Fri, Oct 10, 2008 at 10:46 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there any way to shorten the URL without changing the package structure? basically i would like to shorten the