I am doing some XML to device markup translations using XSLT. Does
anybody have any recommendations on how I should retrieve some XSLT
files in a stateless session bean? I could read them in my servlet, and
pass them in as streams via parameters, but I want my bean to be
responsible for determining the stylesheet based on the device type.
Should I just store the file name in an environment setting in the
deployment descriptor file? And then try doing a read on the file name?
Or should I somehow store the XSLT contents as a string in JNDI? What
would the code look like in this case?
Any advice would be appreciated,
Brian
--
Brian Elliott
Unplugged Systems
[EMAIL PROTECTED]
http://www.unpluggedsystems.com
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]