Just use Spring JDBCTemplate to begin with. You will see how your code will become lighter. You are going throught too much at the same time. Take it easy, one step at a time, Agile approach :)
Converting to Spring and Hibernate when you don't have any previous experience on those 2 frameworks can take some times, althought I highly suggest to use them in a new project but you need time and good books :p On 4/3/06, 101questionjsf <[EMAIL PROTECTED]> wrote: > > hi, > > I have read thru appfuse site. So to integrate spring, hibernate into jsf, I > need to create some dao interface and imple object, xml file mapped to table > for hibernate. > > For spring, i need to create manager interface and imple object. > > So jsf will talk to spring and spring will talk to hibernate. > > But compared to my current jsf with jdbc statements, the above seems so much > more complicated. > > What benefits will i get from these integrations? Appreciate if someone can > show me some light, thanks > -- > View this message in context: > http://www.nabble.com/Spring-needed-Myfaces--%3E-hibernate--t1385947.html#a3723234 > Sent from the MyFaces - Users forum at Nabble.com. > > -- Alexandre Poitras Québec, Canada

