Scriba, the Mathematica-like document-centric scripting environment, is now known as Seco.
... until the collector arrives ...
2010-05-31
2010-05-24
Envjs, Claypool, Jaxer
Envjs is a Javascript library that emulates a browser scripting environment in an external Javascript engine like Rhino (the preferred target at this time), SpiderMonkey or V8. It was originally developed by John Resig so that he could use jQuery in non-browser scripting tasks. He also pointed out its possible utility in server-side Javascript.
Claypool is a Javascript application framework built up from jQuery. It runs in a Java Servlet container (it ships with Jetty).
Jaxer is billed as "the world's first Ajax server". It is a web application framework that allows one to write Javascript on the server side. Script elements in web pages can be annotated with the attribute runat="server". It provides libraries for all of the usual server-side facilities like security, database access, file system access, running external processes, etc.2010-05-20
Sausalito
Sausalito is a scalable XML Database designed to run on the Cloud. It supports the creation of web applications where the business and database layers are both written in XQuery. The applications can be tested locally in Eclipse or deployed onto an AWS-based site.
The Sausalito group maintains the following open source projects:
- Zorba XQuery Processor (C++ implementation of XQuery specifications)
- LibAWS++ (C++ library for AWS)
- XQiB (XQuery browser plug-in)
- XQDT (XQuery development tools for Eclipse)