File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes JSP Methods Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "JSP Methods" Watch "JSP Methods" New topic
Author

JSP Methods

Sunit Naik
Greenhorn

Joined: Mar 18, 2007
Posts: 7
Hello Ranchers !

I am a silent member of this forum

recently i was brushing up my JSP concepts, and I came across methods . . methods in JSP. I always wonder whether its possible for a JSP method to implement/extend interfaces/classes ? Though conventional logic says that we need to take the Java code out of a JSP and put it in bean/tags . . but technically speaking . . is it possible ?

thanks
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56151
    
  13

Yes, it is possible. But highly inadvised.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JSP Methods
 
Similar Threads
accessing servlet's method from JSP file
Can we code JSP without Servlets
How to use a jsp:useBean inside a Servlet
session properties and beans
problems with the jsp methods