Hello all, I'm happy to announce that we've set up a discussion list for Roxy<https://github.com/marklogic/roxy>, the framework for making RObust XquerY applications. The MarkLogic Vanguard Team has been using Roxy to build demos for close to a year now. More recently, other teams have started using it, giving us broader use cases to work with.
We intend this list as something similar to this general MarkLogic developer discussion list, but with a focus on using Roxy to build applications. You can subscribe here<http://community.marklogic.com/mailman/listinfo/roxy>. >From the README: Roxy Roxy (RObust XQuerY Framework) is a lightweight framework for quickly developing well-structured, easily maintained XQuery applications. Roxy was heavily inspired by Ruby On Rails and CakePHP. <https://github.com/marklogic/roxy#components>Components <https://github.com/marklogic/roxy#roxy-deployer>Roxy Deployer Roxy Deployer makes managing MarkLogic application easy. Simply edit a few configuration files and you have full access to create and deploy applications to MarkLogic servers, local or remote. Roxy Deployer is written in Ruby and is easily extended to add additional functionality. <https://github.com/marklogic/roxy#roxy-mvc>Roxy mVC The meat and potatoes of Roxy, the mVC (with a de-emphasis on m) is a light-weight MVC framework fashioned after Ruby on Rails and CakePHP. It relies heavily on Convention over Configuration. <https://github.com/marklogic/roxy#roxy-unit-tester>Roxy Unit Tester What good is your code if it doesn't work? Testing is paramount to the development process. The Roxy Unit Tester tests XQuery with XQuery. Write your tests in XQuery and run them from the UI or from the command line. Roxy Unit Tester produces JUnit XML output so you can use it with your favorite continuous testing tool. David Cassel [email protected]<mailto:[email protected]> Vanguard Team Lead MarkLogic Corporation<http://marklogic.com>
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
