glide
glide copied to clipboard
Create awesome apps on Google App Engine in a snap
in the generated appengine-web.xml
The plugin is kinda weird in sense that requires some command line tools installed, but overall that looks like plugin that will be supported going forward.
When Running locally, after clean builds, the data disappears because the local db file is removed. Have a provision to preserve the file across `clean`s
Currently when user downloads the runner, which happens to be a small download, it completes immediately. But when a glide app is run for the first time, and if user...
Where ever supported. Don't break the build if browser could not be opened. This might not be required or REST API only apps. It should be enabled/disabled from extension.
In the user app glide config, if we need to make a filter load before any other filter, currently there's no way to specify so.
may be by adding explicit excludes on some of appengine's transitive deps
With the new release (where we don't overlay two webapps), we have lost the ability to store static pages. We can create a generic servlet in glide filters (and may...
Which means those urls matching that pattern will be exempted by the Filter and it will let them pass through. `allow` sounds too generic and feels as if `allow` takes...
Not sure how feasible this would be, but if files put in `src` dir can be compiled on change and, `test` to be run automatically and app could be restarted,...