0

I need to know currently what versions of spring mvc & hibernate will work with IBM websphere application server 6.1 [using RAD 7 / J2ee 1.4 & java 1.5] and back-end db2 via websphere connection pool , Any example with be more useful . I need to create a small application with configuration date to pick from db2 database via websphere 6.1 application server connection pool using hibernate and display using spring mvc in front-end

pnuts
  • 58,317
  • 11
  • 87
  • 139
Agassis
  • 113
  • 1
  • 8

1 Answers1

0

Hibernate 3 works, i've used it on WAS 6.1 to access DB2 & Oracle databases with no problems. Spring MVC i didn't use. But other Spring components work without a hitch

Carlos Grappa
  • 2,351
  • 15
  • 18