Hi Artur, It is.
1. svn checkout http://google-caja.googlecode.com/svn/trunk/ google-caja-read-only 2. cd google-caja-read-only 3. CLASSPATH=third_party/java/xerces/xercesImpl.jar: ant clean runserver That will start a cajoling servlet on localhost:8080 and you'll be able to follow the rest of the instructions from developers.google.com. On Thu, May 3, 2012 at 7:27 AM, Artur Ventura <[email protected]> wrote: > Hi there > > Is it possible to replicate these steps here: > > https://developers.google.com/caja/docs/gettingstarted/ > > But having the content to cajoled being present in localhost? I.E. > > frame.code('https://localhost:8080/guest.html', 'text/html') > > Or even: > > frame.code('file:///home/user/caja/guest.html', 'text/html') > > Using some kind of RPC system to provide the cajoling server with the > required content. The motivation behind this is being able to develop the > code on your own computer without using some public remote server. > > Thank you.
