BABALWA MAGALELA wrote: > I am using Vaadin to biuld a medical system. Im new to it, and Im having > trouble getting the correct code that gets my app to read from the > couchDB into the table Ive created in Vaadin. Any pieces of code or > examples you could offer me?
I recommend using a CouchDB library for Java. I use jcouchdb [0] myself and you should be able to use that to query a view and iterate over the ViewResult to add items to a Vaadin Table. Nils. [0] http://code.google.com/p/jcouchdb/ ------------------------------------------------------------------------ VPRO phone: +31(0)356712911 e-mail: [email protected] web: www.vpro.nl ------------------------------------------------------------------------
