[appengine-java] Using custom dynamic URLs in GAE Java web-app

2011-01-18 Thread rsutaria
Hello, We have a requirement wherein we would like to use a dynamic URL which is custom created based on certain values of an object in the datastore. We are trying to build a multi-tenant application on GAE/J where the namespace is based on the value stored in one of the properties of the object

Re: [appengine-java] Using custom dynamic URLs in GAE Java web-app

2011-01-18 Thread romesh soni
Did you try struts2? It suits your requirement. On Tue, Jan 18, 2011 at 1:34 PM, rsutaria wrote: > Hello, > > We have a requirement wherein we would like to use a dynamic URL which > is custom created based on certain values of an object in the > datastore. > > We are trying to build a multi-ten