how to create java bean
Hello friends..
This is sure from india.I have little bit confusion in create java bean and where it is deploy in tomcat server.How to call in jsp program.so please help in this concept. I need some sample code for standard action. please kindly to help me friends.I belive you are sending exaples.
bye
suresh
[335 byte] By [
sure_2912a] at [2007-10-2 23:25:37]

Hello uncle.........
Now i solve my problem.But i small doubt. That is, i create javabean and deploy in tomact follwing path
D:\Program Files\Apache Group\Tomcat 4.1\webapps\examples\WEB-INF\classes\
And
create jsp file and deploy in tomact the follwing path
D:\Program Files\Apache Group\Tomcat 4.1\webapps\examples\jsp\
It's working well.
are you give any suggestions to me on deploying
JavaBeans is not deploying technology.
Any class with getters and/or setters can be used as a bean on JSP.
You should read specifications for JavaBeans and JSP.
So, your question is "How I should create and deploy JSP with beans for Tomcat?"
I recommend to ask this question on JSP forum.