Thanks.

I am not too familiar with Struts 2. But I am trying out the wildcard
mappings as given here:
http://struts.apache.org/2.1.8/docs/wildcard-mappings.html



On Jan 18, 1:09 pm, romesh soni <soni.rom...@gmail.com> wrote:
> Did you try struts2? It suits your requirement.
>
>
>
>
>
>
>
> On Tue, Jan 18, 2011 at 1:34 PM, rsutaria <rsuta...@gmail.com> 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-tenant application on GAE/J where the
> > namespace is based on the value stored in one of the properties of the
> > object.
>
> > For e.g. If our landing page is:http://www.mygaejapp.com/user/login.jsp
> > we would then like to fwd the user to a dynamic URL such as this:
> >http://www.mygaejapp.com/<company-name>/user/enter-data.jsp
>
> > The <company-name> part of the URL is not part of the filesystem but
> > needs to dynamically added based on the properties of an object on the
> > login page.
>
> > I came across this module:
> >http://tuckey.org/urlrewrite/
>
> > but it seems here an XML needs to be updated each time a new <company-
> > name> is added and then the application needs to be reloaded in the
> > app-server context. This doesnt seem like a feasible and scalable
> > solution.
>
> > Hence, I was wondering if there are any other ways that we can
> > accomplish this task of being able to use dynamic URLs based on an
> > object property without having to update any XMLs or reloading the
> > application?
>
> > Also, we are trying to build an automated SaaS app, hence manual
> > intervention is not feasible.
>
> > Any inputs will be greatly appreciated!
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine for Java" group.
> > To post to this group, send email to
> > google-appengine-java@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2B 
> > unsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to