Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / January 2007

Tip: Looking for answers? Try searching our database.

How to :forward Java output  to JSP

Thread view: 
Vivek - 30 Jan 2007 09:56 GMT
hi
i have a application return in Java , i need to take input to to java
app from the JSP page and  display the output of  the Java app  in a
web browser
does anybody know how to do this !!!
sri224455@gmail.com - 30 Jan 2007 10:02 GMT
<jsp:useBean id="details1" class="testsite.beans.login" scope="page"/>
is used to attach the java app
<%
               if(request.getParameter("txtUname")!=null) {
                   String uname=request.getParameter("txtUname");
                   String pass=request.getParameter("txtPass");

details1.login(uname,pass)%>used to retrive the data from jsp to java
app
Abhi - 30 Jan 2007 10:04 GMT
> hi
> i have a application return in Java , i need to take input to to java
> app from the JSP page and  display the output of  the Java app  in a
> web browser
> does anybody know how to do this !!!

Vivek
can u be a little more descriptive as 2 what u xactly need??
also wat u  mean by this-->i have a application return in Java

Regards
Vivek - 30 Jan 2007 14:51 GMT
> > hi
> > i have a application return in Java , i need to take input to to java
[quoted text clipped - 7 lines]
>
> Regards

hi thank for the advice , i never thought about it that way ...
but the Java file that i am dealing with is really  huge with many
methods . so is there any other way using which i can pass command
line arguments to the java file from the JSP file and display the
output of the java file in a web page using JSP file.

and sorry for crudely framing the question ...
http://groups.google.co.in/group/comp.lang.java.programmer/
browse_thread/thread/d900e6fd48c59281/0a8ad3ee5294dd78?
hl=en#0a8ad3ee5294dd78
i re framed the question in the aforementioned thread
Alex Hunsley - 30 Jan 2007 22:14 GMT
> hi
> i have a application return in Java , i need to take input to to java
> app from the JSP page and  display the output of  the Java app  in a
> web browser
> does anybody know how to do this !!!

http://en.wikipedia.org/wiki/Question_mark
Alex Hunsley - 31 Jan 2007 11:12 GMT
> hi
> i have a application return in Java , i need to take input to to java
> app from the JSP page and  display the output of  the Java app  in a
> web browser
> does anybody know how to do this !!!

http://en.wikipedia.org/wiki/Question_mark


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.