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.
The moose likes HTML, CSS and JavaScript and the fly likes Java Beans in JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Java Beans in JSP" Watch "Java Beans in JSP" New topic
Author

Java Beans in JSP

Manju Venkatachalam
Greenhorn

Joined: Oct 27, 2007
Posts: 3
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...
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26496
    
  78

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.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26496
    
  78

Moving to the JSP forum since this isn't about HTML or JavaScript.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Java Beans in JSP
 
Similar Threads
Is Tomcat an app server.
page mixed up
Runnig jsp in Websphere
EL not being evaluated before passing as parameter to custom tag
jsp page in my domain