aspose file tools
The moose likes JSP and the fly likes Call java method from jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Call java method from jsp" Watch "Call java method from jsp" New topic
Author

Call java method from jsp

rakesh krish
Greenhorn

Joined: Jan 09, 2011
Posts: 7
Hello All,

How do i call my java method from jsp. I have written a method to generate pdf and i want to invoke this method from my jsp?? Please do advice on what approach do i need to take to achieve this.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56179
    
  13

Invoke how? You need to supply more detail.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Stefan Evans
Bartender

Joined: Jul 06, 2005
Posts: 1003
If you want to invoke java code, the best way is to write it as a servlet.

You can return the generated PDF via the servlet output stream from the servlet.
 
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: Call java method from jsp
 
Similar Threads
AJAX Issue - Messages got lost...
How to call a cgi/perl script from jsp/java bean
calling a .jsp page from a javabean
reply immediately
run applet from java class