This application is going to be used at multiple locations by multiple
users. Therefore, allowing users to create their own configs, or
choosing a default or another user's config. This requirement means
there has to be a 'central location' for all configs... subversion is
the best idea I thought? What is the 'datastore'?

On Aug 12, 12:45 pm, cokol <eplisc...@googlemail.com> wrote:
> you can also store the XML file in the datastore, why do you want to
> use versioning control? or do u also want to support diffs? by
> "sandbox" is meant that GAE does not provide more than a servlet
> container, even less, as there are some restrictions like JNDI or
> FileIO is not permitted.
>
> On 12 Aug., 13:30, day_trader <mwmcmul...@gmail.com> wrote:
>
>
>
> > My web service, written in GWT (with GXT) needs an XML configuration
> > file. At the moment, the file is in my resources area. Therefore, by
> > calling a service on my server, it will grab the file, unmarshall it
> > with JAXB etc, etc, etc.
>
> > However, at some point, I will need to access subversion. This will
> > allow me to: Check one of many configuration files... edit it in my
> > application if need be and 'save' (i.e. marshall everything back into
> > xml and then commit into subversion).
>
> > I also need a way to create a 'blank file', in case a user wants to
> > 'start fresh' and build their own configuration from scratch, thereby
> > using subversion once the XML file is created.
>
> > What would be the best way to do this, if it is deployed in Tomcat?
> > From what I understand.. there is something called 'Sandbox' in the
> > app engine? Is this the kind of thing I want?
>
> > Thank you kindly,
>
> > Malcolm.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to