I have a simple java war file.My application  uses spring and groovy,
spring  loads groovy beans using   spring  lang


<lang:groovy id="myGroovybean" script-source="....." />

using groovy I can change the behaviour at runtime just by changing
the script.When deployed to a tomcat I place the groovy script files
somewhere in server so that I can change them without    redeploying
or restarting server and groovy picks up the modified script .

I want to have a similar behaviour when deployed to gae , as I
understand there is no other directory on gae which I can use to store
my scripts , if I am wrong is there any directory I can use ?





-- 
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