|
Re: JSP
|
Posted: Jul 9, 2003 12:46 AM
|
|
I am new in jsp.I am trying to add java beans in JSP but i am failed.I am using tomcat4.0 web server.I donot have BDK software.Is it must? Please , tell me how i well make JAR file and how i use it in Tomcat server. Thanks
Hi, You don't need to have BDK installed. You can use the bean by using the tag libraries provided by JSP which is ?<jsp:usebean />. You must use package sturucture in bean otherwise tomcat server won't be able to find those classes. you can create jar file using jar -cvf command or else if u have installed winzip u can create jar using winzip utility also. If u need some samples of it, let me know..
cheers bharat
|
|