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]
# 1
Try the following forum (about JSP technology) http://forum.java.sun.com/forum.jspa?forumID=45
UncleSAMa at 2007-7-14 16:04:42 > top of Java-index,Desktop,Developing for the Desktop...
# 2

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

sure_2912a at 2007-7-14 16:04:42 > top of Java-index,Desktop,Developing for the Desktop...
# 3

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.

UncleSAMa at 2007-7-14 16:04:42 > top of Java-index,Desktop,Developing for the Desktop...
# 4
hiis there any need to create web.xml file in order to deploy jsp page using java bean on tomcat.it is giving meinternal servlet error when i tried it to deploy it without creating the web.xml file.plz help!
spadukaa at 2007-7-14 16:04:42 > top of Java-index,Desktop,Developing for the Desktop...