There should be a new version of STEP on <a href="http://crosswire.org/~chrisburrell">http://crosswire.org/~chrisburrell</a><div><br></div><div>It should contain Bookmarks (well viewing them). There's some test code in there at the moment, to automatically create a user in a in-memory database:</div>
<div><br></div><div>username/email: t@t.c</div><div>password: password</div><div><br></div><div>The user can't do anything, so the data is not particularly sensitive! You can register another user if you like (again, if i rebuild this disappears, and it's not encrypted or anything like that at the moment).</div>
<div><br></div><div>Once logged in, you should be able to see two bookmarks. The history should now also be based on cookies, so that when you come back later, whatever passage you were viewing is there. The data displayed under "History" is stored in the cookie too and therefore persists across sessions. History is stored in the in-memory database and therefore is only available when you log in.</div>
<div><br></div><div>NOTE: There is a noticeable gap where the user can't delete a gap (also, if the tomcat server gets restarted, or when i redeploy, then the data disappears!)</div><div><br></div><div>Chris</div><div>
<br></div>