Hi there. I am building an application with Spring, Hibernate and JPA that is going to be deployed on WebLogic 10 application server. In configuring the entityManagerFactory, I am using the Spring...
Type: Posts; User: vscarpenter; Keyword(s):
Hi there. I am building an application with Spring, Hibernate and JPA that is going to be deployed on WebLogic 10 application server. In configuring the entityManagerFactory, I am using the Spring...
Hi everyone. I am wondering if anyone is having any success using the Spring DAO framework with the latest release of iBATIS 2.0.6? I am starting out small with a pretty vanilla example. Here are...
The iBATIS documentation is a little sketchy when it comes to dealing with Stored procs. But I am able to execute stored proc via. SQLMaps. Create your sqlMap xml file and setup your proc like...