Results 1 to 2 of 2

Thread: Which approach to follow for developing web service?

  1. #1
    Join Date
    Mar 2011
    Posts
    27

    Default Which approach to follow for developing web service?

    Hello friends,

    I have been working on a project which completed. It has been developed in spring MVC 2.5 and MsSQL as database. A native web based application for I-Pad is being developed for this project that is why I need to create web-services to expose my java methods so that the native application from I-pad can access those methods using web-services.

    Please anyone can guide me which approach to follow i.e. contract-first, contract-last or what the first step I need to take for creating web-services. Please reply me soon, its very urgent.

    Thank you in advance.

  2. #2
    Join Date
    May 2011
    Location
    New Delhi, India
    Posts
    157

    Default

    The recommended approach from Spring is contract first web services.

    http://static.springsource.org/sprin.../tutorial.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •