@claudiu Hi 👋 I wrote much of this: https://github.com/nickbauman/cljgae-template
I’ve been away from it for a while but it should work fine with the standard environment.
I prefer to use the standard environment when I can, testing it on AppScale to make sure it’s portable periodically. The reason why I’m staying away from flex right now is because the cost of adding the Container workflow is nontrivial over time and the standard environment test doubles are excellently maintained.
Much of the Datastore DSL relies on a fairly heavy macro, which I plan to decouple more from the underlying pure functions it uses so they can be used without the DSL more easily.
Good luck :hugging_face:
I have 2 apps I would love to rather move to SE. Thanks for the template @nickbauman
:hugging_face: @domparry! Let me know if you run into anything you’d like to see changed! I’ve changed some things based on feedback here because people here have great ideas and are willing to share them!
definitely! Thank you.
@nickbauman Looks really nice. Awesome that you added implementations for datastore dsl, task, storage. Thank you for sharing.
All the templates/examples seem to use ring uberwar. Did you not encounter problems with the large number of files ? noticed that a lot is added to classes but only a few are needed, seems to work if I delete all except for my project files. Hope I'm not missing something since I don't know java.
I haven’t hit the limits yet, but it’s definitely on my radar now!
I’ll take a look at what the template output generates and see what might be there that could be avoided. In fact I’m going to log this as an issue in the project.