>From what I understand, I think I should be able to have a servlet talk to
>some EJB's and dynamically generate XML. What I don't understand is how
the
>correct XSL is chosen to generate either WML or HTML. The Orion FAQ
>indicates it is possible, but I cannot find any detail.
>
>Does my servlet have to check the agent type and insert the correct style
>sheet ref in the XML? But in this case how do I make the transform happen
>server side?
have you ever looked into Cocoon (from apache.org)? What you describe sounds
a lot like Cocoon. Basically, Cocoon takes XML with some extensions for
server-side dynamic generation and user-agent resolution and applies XSLT
transforms to it. It is based on servlets, they dont really have a JSP
story. I dont think Orion has anything comparable directly out of the box
(or does it??)
Christian