I'm not very awared of using external classes in JSP. It might be a trivial question, but how could I load packaged classes in my pages ? The only way I found until now is to had my package classes directly in the server's jar archive (/lib/jrun.jar in my case). And then I'm able to import whatever I need, which is exactly what I want.
 
But I'm sure there might be another way. Maybe do I have to change some parameters of my server (JRun as I said before), but I'd prefer a solution directly included in the JSP source, if possible.
 
BTW, I'd like to know more about beans loading in JSP, because I'm not very familiar with them. Is there a place where I  could find some exemples ?
 
Thanks
Sylvain

Reply via email to