As far as I know, both ORM and Sprig have MPTT modules available, but only Sprig can handle form generation as well.
There's also Jelly, which is currently in beta, but I don't think it has any form capabilities.. although you could always use a separate module for that, I guess there are several available.
Still though, choices shouldn't be hard: if one option is superior, go for that one. If the options are equally attractive, just pick one, it doesn't matter. The problem here is misinformation, so that seemingly equally attractive options can turn out to be very different after all.
On the side of Sprig, I've been reading a good lot the last hours. I like the setup of Banks' classes, and his Sprig ACL, which is another thing I will be using. Now, I do just not know anything about Jelly. Anybody experience?
Jelly has some form-capabilities but it's very limited and will be removed when version 1.0 is released. The new Formo has some Jelly integration, though I haven't checked it out.
I've said it before but JELLY IS NOT STABLE! If you are writing an app for production don't use Jelly. It's API WILL change and you WILL have to re-write stuff.
Thanks for pointing me to that discussion, neovive!
It seems that most (plan to) use Jelly. I'll wait for the stable version 1.0, and then look into it.Thanks for the info, SpadXII! For now, it is going to be Sprig... I just created a table-builder that builds tables from Sprig models. Now that that is done, I really should get some things done :-)
edit: and thanks for the info, Banks! I assume that the switch from Sprig to Jelly wouldn't be too big of a step?
Sprig and Jelly are quite different .. changing your code to work with Jelly (coming from Sprig) will require quite some work
I think the changes to adopt the 1.0 API of Jelly coming from 0.9 Jelly will be less extensive and probably even remove some custom code :) At least, I hope it will.. as I'm using Jelly right now.. but since it's not "stable" I'll have to do extensive testing (especially when upgrading)
Thanks SpadXIII. I'll have to refrain from using the Jelly beta, and stick with Sprig then, and see if it fits my needs. Might I find out that the stable Jelly surpasses the possibilities / speed / reliability of Sprig, I will dive into it and see whether I can and will switch!