• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

integarting JSF with hibernate and spring

 
Ranch Hand
Posts: 401
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I want to integrate my small JSF application with hibernate and spring, can you please let me know how should i do that.

thanks in advance.

rahul
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Be extremely careful with Roseindia.

I more recommend the tutorials linked here: http://jsftutorials.net
 
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bauke Scholtz wrote:Be extremely careful with Roseindia.



I noticed the other day that RoseIndia isn't what it used to be. I used to find it quite helpful.

As a general rule, we don't encourage people who are just learning a new technology to start off using an IDE. The problem is that the IDE is so helpful that they never actually learn what they're doing and the results can be unfortunate at best.

I'm also having to deal with another downside of excessive dependence on IDEs. A project I just started has no working build files, and I'm having to try and construct my own, since the original build rules for the project are in someone else's IDE on their desktop in Bangalore.

When you start mixing advanced technologies, it's a good idea to use Maven for batch building, since Maven can download all the dependencies, both direct and indirect. Maven has its annoyances, but it's better than trying to locate and download all the JARs you need individually, and it helps make sure you don't mix incompatible versions of them together. It can be run stand-alone, but there's also an Eclipse plug-in that will allow you to build, maintain and run Maven POMs.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic