3 Layers of JavaScript
I am really on a run. On the last 2 days I managed to get CouchDB and a pretty basic server-side-javascript (SSJS) running. (200% layer-increase for JavaScript)
Not familiar with CouchDB? Its generally a super-ultra-google-like-mega-scalable database, which kind of replaces the good old SQL-language with JS. At the current version (0.8.1), still no fulltext search.
My SSJS is a little three-classes Java application based on Simple and Rhino.
Backend “Hello World”:
Frontend “Hello World”:
Database “Hello World”:
I am a first-timer on SimpleFramework and Mozilla Rhino. Anyone has experience with stability, performance etc. (comment or mail me)?
My 1-day-SSJS: Download (including Screencast)
(remember its not meant to be super robust, scalable or performant. but if you know how to make it better then let me know. I am strongly interested in this topic + a java noob.)