Hi all, 

I'm a newbie to Turbine so I need some hints. I want to implement a web
application with the following components:
- Turbine as servlet framework
- MySQL as database
- Tomcat as servlet engine
- Lucene as search engine

The application should work in the way that it extracts the information from
the database (for example news or book information), builds an in-memory XML
document and displays it using an XSLT stylesheet. Naturally it should check
whether the actual user has the right to see the information he requested.

In a few words: I want to use Turbine with XSLT-Stylesheets. I saw that the
default template engine (Velocity) uses its own template language. That's
not what I'm searching for. I want to use XSLT-Stylesheets with in-memory
XML files. I will never create a XML file on the disk.

In addition I want to store the output of the XSLT-transformation (HTML
files) in a disk cache to get the ability to seach within these documents
with Lucene. 

My question is whether a tutorial exists which shows how to use
XSLT-Stylesheets as the view for Turbine.

I think this could be helpfull for me to create my application.

Regards
J�rg

P.S. perhaps it will be helpfull for you to know what I want to display
whithin my application:
- information about books
- information about pictures (fantasy art)
- information about role playing games
- news, faqs, discussion threads, chat, links, a guestbook
- search facilities
- in addition I want to manage the complete content via the browser


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

Reply via email to