<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div><ol><li>Can I run my dev environment totally self contained i.e. without relying on a server to persist my "worlds" ?</li></ol></div></blockquote><div>You can run lively worlds without a server by just opening the xhtml files in a browser. For persisting changes you need at least a tiny server part that supports the WebDAV interface.</div><br><blockquote type="cite"><div><ol start="2">

<li>If so how do I do that ? i.e. what docs do I read to accomplish that.</li></ol></div></blockquote><div>Setting up an apache server is shown here:&nbsp;<a href="http://lively-kernel.org/other/livelyInstallMac.mov">http://lively-kernel.org/other/livelyInstallMac.mov</a></div><div>(Works when the server is online again).</div><div><br></div><div>That said, our proposed way to interact with Lively is to use the wiki (e.g.&nbsp;<a href="http://www.lively-kernel.org/repository/lively-wiki/sandbox/sandbox.xhtml">http://www.lively-kernel.org/repository/lively-wiki/sandbox/sandbox.xhtml</a>).</div><br><blockquote type="cite"><div><ol start="3"><li style="text-align: left;">Any plans to extend JS syntax to support a Smalltalk like syntax?</li></ol></div></blockquote><div>Experimental:&nbsp;http://<a href="http://lively-kernel.org/repository/lively-wiki/users/robertkrahn/rk-stExample.xhtml">lively-kernel.org/repository/lively-wiki/users/robertkrahn/rk-stExample.xhtml</a></div><br><blockquote type="cite"><div><ol start="4"><li style="text-align: left;">Are there already classes, frameworks for database connectivity ?</li></ol></div></blockquote><div>Just for CouchDB.</div><br><blockquote type="cite"><div><ol start="5">

<li style="text-align: left;">Any examples of a form based app with transmission to an http servlet ? I'm trying to get the entire roundtrip picture of how one could bulld an app with user interactivity including persistence.</li></ol></div></blockquote><div>Example chat application.</div><div>Client side: <a href="http://lively-kernel.org/repository/webwerkstatt/robert/chatNodeJs.xhtml">http://lively-kernel.org/repository/webwerkstatt/robert/chatNodeJs.xhtml</a></div><div>Server side: see attachement (uses Node.js)</div><div><br></div></div></body></html>