cancel
Showing results for 
Search instead for 
Did you mean: 

how to configur hibernate in NetWeaver and how to use in NETWEAVER

Former Member
0 Kudos

Hi,

Now i am useing Ejb's for my application in NetWeaver .

Can i use hibernate instead of Ejb's in NetWeaver.

if Ok,please tell me the procedure for how to configur hibernate and how to use.

Thanqqqqqqq

Guru

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You should read this documents first:

Using Hibernate on SAP WAS - https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/2ae0614a-0601-0010-a491-a9a...

Hibernate on SAP NetWeaver - https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/14f55178-0801-0010-0bac-974...

and then considering integration of your app with DAO design pattern proposed by Spring Framework. More on this is available here:

Spring Integration on SAP NetWeaver - https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/73af6078-0801-0010-8fa1-dea...

and here: http://static.springframework.org/spring/docs/1.2.x/reference/orm.html#orm-hibernate

Regards,

Marcin Zduniak