facebook

Integrating spring, hibernate and jsf within myeclipse

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #266384 Reply

    pierigno
    Member

    I have an application splitted in two subproject: businesslayer (which has spring and hibernate capabilities) and weblayer (which, at the moment, has only spring MVC capabilities). Now I’d like to use JSF on weblayer rather than spring MVC but i don’t know how to reference spring beans defined in businesslayer (I’m using org.springframework.web.jsf.DelegatingVariableResolver)! Do I need to keep spring capabilities on weblayer and add JSF capabilities?

    Thanks in advance

    Pierangelo

    #266469

    Riyad Kalla
    Member

    Pierangelo,
    First the Spring/Hib project has to be a Java project, and then you can make it a dependency of your Web Project. Then after that is done, everything will be deployed correctly. The thing is, I don’t quite understand *how* you are accessing the beans. Can you clarify that? Everything should still work, I’m just trying to understand exactly what you are asking in more detail.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Integrating spring, hibernate and jsf within myeclipse

You must be logged in to post in the forum log in