This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
In which location i should place my bean class for JSP. In /WEB-INF/Classes directory in Dynamic web projects or inside EJB module...I'm using Eclipse...
Manju, It depends what classes refer to those JavaBeans. If it is just the JSPs, they should go in the web project. If they are used by the EJBs too, they could go in the EJB project or a new project just for the Java Beans.