| | |
including java programs or code in jsp
Please support our JSP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: May 2007
Posts: 30
Reputation:
Solved Threads: 0
hi
this is Akash , i need help in adding java code to jsp. i have a class called JTree , which displays a tree structure menu. now i want to include this code in jsp. i am using websphere to design my GUI. i trying this but i am not able to run this code.
this is what i did
<%@ import ="java.io.*"
...
...
<html>
.......
<%
public class JTree extends JInternalFrame {
code......
%>
</html>
if this is not correct please give me an alternate.please help me. i am new to this environment. it is very very urgent.
Regards
akash
this is Akash , i need help in adding java code to jsp. i have a class called JTree , which displays a tree structure menu. now i want to include this code in jsp. i am using websphere to design my GUI. i trying this but i am not able to run this code.
this is what i did
<%@ import ="java.io.*"
...
...
<html>
.......
<%
public class JTree extends JInternalFrame {
code......
%>
</html>
if this is not correct please give me an alternate.please help me. i am new to this environment. it is very very urgent.
Regards
akash
you don't need anything like that. You need either a good book on JSP to tell you what you do need or a good spanking if you have that good book and choose to ignore its teachings.
You do NOT use scriptlets in JSP.
You do NOT use scriptlets in JSP.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
>import an applet in to jsp
Applet is just object inserted into HTML, jsp is just enhanced HTML(with some little coding related to JAVA). So what the link between this two?
H T M L
Applet is just object inserted into HTML, jsp is just enhanced HTML(with some little coding related to JAVA). So what the link between this two?
H T M L
Last edited by peter_budo; May 31st, 2007 at 5:51 am.
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)
LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Publilius Syrus
(~100 BC)
LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
![]() |
Similar Threads
Other Threads in the JSP Forum
- Previous Thread: any body help me urgent
- Next Thread: help me
| Thread Tools | Search this Thread |
apache array backbutton combobox comma connection csv database development directorystructure dropdownlist dynamicpagetitles eclipse frames glassfish ie8 imagetodatabse imageupload integer internet java javaee javascript jsf jsp jsppagetitles levels mvc2 mvcmodel2 mysql netbeans network parameters passing ping printinserverinsteadofclient read redirect request.getparameter response seperated servlet servletdopost()readxml sessions software sql ssl state_saving_method stocks sun tomcat tutorial update values video web write






