The Artima Developer Community
Sponsored Link

Java Answers Forum
JSP

1 reply on 1 page. Most recent reply: Jul 9, 2003 12:46 AM by bharat_narang

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Anup Kumar

Posts: 2
Nickname: kranup
Registered: Jun, 2003

JSP Posted: Jul 6, 2003 7:56 AM
Reply to this message Reply
Advertisement
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


bharat_narang

Posts: 1
Nickname: bharatn
Registered: Jul, 2003

Re: JSP Posted: Jul 9, 2003 12:46 AM
Reply to this message Reply
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

Flat View: This topic has 1 reply on 1 page
Topic: SWT Previous Topic   Next Topic Topic: Have a problem in Modal dialog

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use