Wow, this is great. Thanks for pointing me to this. I saw your app when you first announced it to the list, and I thought it was incredibly impressive. Helma seems cool too. A
On Mon, Mar 30, 2009 at 6:00 PM, kowsik <[email protected]> wrote: > You might be interested in this: > > http://labs.mudynamics.com/2009/01/14/js3/ > > For pcapr, we use Helma (which is Jetty + Rhino) as the middle tier, > CouchDB as the backend and jQuery on the browser. Lots of JavaScript > and JSON end to end and don't have to worry about data conversion from > one layer to the other. In some cases, the results from couch views > are passed directly to jQuery with no middle tier logic. > > And there's Lucene for search too, though not integrated into couch. > > Seems to scale pretty well so far. > > K. > > On Mon, Mar 30, 2009 at 4:03 PM, Robert Newson <[email protected]> > wrote: > > That would be me... > > > > The Rhino integration in couchdb-lucene is constrained to providing a > > user-defined transformation function when indexing documents, I assume > > you're doing something more elaborate? > > > > All that code in couchdb-lucene is in Rhino.java fwiw. > > > > B. > > > > On Mon, Mar 30, 2009 at 11:59 PM, Paul Davis > > <[email protected]> wrote: > >> Closest I've heard would be the Rhino integration in couchdb-lucene at > [1]. > >> > >> HTH, > >> Paul Davis > >> > >> [1] http://github.com/rnewson/couchdb-lucene > >> > >> On Mon, Mar 30, 2009 at 6:48 PM, Adam Wolff <[email protected]> wrote: > >>> Hi,We're using CouchDB in a JavaScript server-side environment based on > >>> Rhino. Anyone on this list doing the same? Interested in sharing code? > >>> > >>> A > >>> > >> > > >
