Hi folks, at first: sorry for my bad english, I'm not a native english speaker. ;) I don't know, if this group is the right place for my advertisement ;)
I wrote a small maven-plugin, which fetches the content of the local deployed app and saves it into the target directory of maven. My app (a guest house site, which delivers mainly static html, but has a reservation-form) can now be completely written in Spring MVC using sophisticated templates, but don't have the annoying deploy up-time and is generally faster and cheaper then handling every request in spring-context. Only dynamic content (like the reservation-view) must still handled by spring. https://bitbucket.org/kkleiza/fetcher-maven-plugin/wiki/Home Question: - is there a way to change the mimetype of static-content without changing the file-suffix? - can i omit somehow the static content lookup for POST-Requests? thank you very much Feedbacks are welcome ;) Bye, Karolis -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
