Neal asked:
> 1. I compile my class file first right? So I use my testBean.java file,
> and compile it into a a testBean.class file - correct?
Yes
> 2. Do I need to place my class file into a JAR in order to access it as a
> bean?
No. I think that's often done with tag libraries but not beans, I
couldn't tell you the reasoning behind that though.
> 3. Do I need to package my class in order to access it as a bean?
I don't think you *have* to but it is recommended because it prevents
conflicts with other classes. Plus once you've created a lot of
beans it will help you keep the related ones grouped together.
I hope that's helpful.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets