cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Spring an hibernate as WebService

Former Member
0 Kudos

Dear All

I need to develop a Webservice with Spring and Hibernate and need to import

as Java Bean Model in NWDS!

Does any body have small application Source code to develop spring and Hibernate as Webservice?

or let me know how to proceed ?

Thanks

Shravan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Shravan,

first of all I am wondering about the usage scenario. Why do you want to develop with Hibernate and Spring and then convert it to EJB? How about directly starting with EJBs. Developing Web Services based on EJB is pretty straightforward in NWDS. Even simpler if you are using Enterprise Service Builder to generate the wsdls.

If you want to stick with your choice I would recommend you to have a look on the official spring website. There are a lot of tutorials and samples for all components of spring, including web services: [http://static.springsource.org/spring-ws/sites/1.5/reference/html/tutorial.html|http://static.springsource.org/spring-ws/sites/1.5/reference/html/tutorial.html].

Kind Regards,

Carl Heckmann