David,

I'm not sure what you are trying to do but if you're just trying to
do MVC then you might want to use struts and tiles. It works
well for me. I also occasionally have a need for custom jsp
tags, so I learned how to do that too.

Hope this helps.
Dean Hoover

David Aleksanyan wrote:

I'm trying to design an app in a way that all requests will have to go
through a servlet.
e.g. http://localhost:8080/myservlet?somestring

But I want to make use of the JSP technology.
So I'm thinking that I'll have to somehow include the JSP compiled classes
into the servlet. and somehow put the output of the JSP into the response of
the servlet.

My question is - is this possible? and how do I do it?
Any examples would help.

Thanks,

David Aleksanyan

P.S. This is my first post, I hope it is to the point and it hasn't been
answered before, otherwise - please tell me so.

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







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



Reply via email to