I've recently learned about a lightweight web framework for Ruby called Sinatra. I'm not sure if it is described as MVC, though. If it is, it would be the closest MVC I've found to Nexista.
Sinatra supports some pretty cool stuff that is similar to how Nexista uses sitemaps. ince its written right in ruby instead of XML, its easy to understand right away.
Nexista uses PHP to create PHP versions of the sitemap. I've considered using an XSLT template to generate the code version, perhaps something like that could transform existing Nexista applications into sinatra applications.
Sinatra supports some pretty cool stuff that is similar to how Nexista uses sitemaps. ince its written right in ruby instead of XML, its easy to understand right away.
Nexista uses PHP to create PHP versions of the sitemap. I've considered using an XSLT template to generate the code version, perhaps something like that could transform existing Nexista applications into sinatra applications.