Hi there!
Maybe I got something wrong, but right now I can't figure out how to do
this.
I've written an servlet which retrieves some informations from a database.
The Servlet processes each Get/Post Request and so provides all the output.
Right now I don't feel confident with the way I keep my HTML Code. I'd like
to seperate it completly from my servlet code. A proper way to do this,
seemed to be a JSP Page.
I want my JSP Page to be able to make use of every Object I have in my
Servlet. But I can't seem to be able to work with any Object I have in my
Servlet.
Does anyone have a hint for me how I can share objects between Servlets and
JSP? I don't like these beans. ;)
I have found several template frameworks but I don't like them either. As
said, I'd like my JSP (or whatever) File to be able to use all Objects I
have in my Servlet. I also don't like to pass the object through a session
...
Thanks in advance,
Thomas
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html