Author
Integrating JSF + Spring +JDBC
Bramha Bolke
Greenhorn
Joined: Jan 10, 2011
Posts: 15
Hi all,
I want to use JSF MVC, Spring Ioc and JDBC in my project.
Please tell me how to achieve it.
If Possible share links for some sample programs
Mark Spritzler
ranger
Sheriff
Joined: Feb 05, 2001
Posts: 17233
posted Jan 21, 2011 20:03:43
0
Check out the Spring documentation on how to integrate Spring with JSF. As far as JSDB just use Spring's JdbcTemplate.
http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/web-integration.html#jsf
Good Luck
Mark
Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
Jagan mohan paspula
Greenhorn
Joined: Jul 07, 2011
Posts: 6
please check :JSF + spring IOC + JDBC integration
http://javaeverest.blogspot.in/2012/05/jsf-spring-jdbc-template.html
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14486
Actually, JDBC is pretty crude and brutal for any application complex enough to be using JSF. I'd recommend Spring JPA, instead.
Customer surveys are for companies who didn't pay proper attention to begin with.
subject: Integrating JSF + Spring +JDBC