> From: F Baube [mailto:[EMAIL PROTECTED]]
> 
> Cocoon 2.0.2, Xindice 1.0, Tomcat 4.0.4-b3 on Linux...
> 
> I'm trying to work thru the Cocoon tutorial,
> and I'd like to get it to work with Xindice.
> And I'm afraid that DB's are not my strong point.
> 
> I have Xindice running, and I get an exception (below)
> when I try to add a department (which takes me to the URL
> 
>       http://localhost:8080/cocoon/tutorial/create-dept.html
> 
> How could I get the tutorial to work with Xindice ?
> 
> I see that SQL tables are created and filled with sample
> data in src/webapp/docs/samples/sql/sql-page.xml.sql .
> 
> If I create similar documents in Xindice, what
> else would be required to make the tutorial run ?
> 
> Or ... does use of the ESQL logicsheet require
> a JDBC driver that Xindice simply does not have ?
> Do I have to use a relational database instead ?

ESQL is a logicsheet to work with SQL (relational) databases. Java
connects to SQL databases using JDBC.

Xindice neither relational database nor has JDBC interface (because,
again, it is not relational database).

To work with xindice, you can use XML:DB source (see sample sitemap) and
XML:DB transformer (in the scratchpad).

Vadim

...


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to