Framework for producing web-based database applications
Sophisticated environment for developing web-based applications.
It includes lots of handy low-level components including:
1/ mySql interface, including table creation, tables as class, query as iterator
2/ html generation
3/ multi-lingual ability
4/ html form field handling
5/ etc.
On top of this is a high-level framework that allows rapid development of database apps including seach/create/display/update, user navigation between related entities and much more.
Web development IDE in browser, supports Java, ruby, javascript...etc
HiveMind is a browser based web development that combines an application container (jetty), a middleware and a developer environment that runs in the browser.
It runs on the jvm so you are not limited by environment. You can run it on your laptop, company server or even on a cloud service like AWS.
It supports Java, Ruby, Python, JavaScript, Groovy, Clojure.
Source include so it is easy to hack so you can modify it for your own need.