Using JavaBeans

If I am using J2EE server, where should I put my javabeans used in JSP.(Folder)
[86 byte] By [SanjayPathakMumbaia] at [2007-11-26 13:10:24]
# 1
in the directory:application_x/WEB-INF/clases/...
danielkarda at 2007-7-7 17:24:33 > top of Java-index,Desktop,Developing for the Desktop...
# 2

Time to pay more attention to the EE tutorial if you ask me (http://java.sun.com/javaee/5/docs/tutorial/doc/). Are we talking about an EJB (Enterprise Java Bean) or a mere JavaBean component?

Anyway, this section explains what you need to know in more detail: http://java.sun.com/javaee/5/docs/tutorial/doc/Overview7.html#wp84705

Lion-Oa at 2007-7-7 17:24:33 > top of Java-index,Desktop,Developing for the Desktop...