Results 1 to 3 of 3

Thread: Contract Last

  1. #1
    Join Date
    Jul 2007
    Location
    Mauritius
    Posts
    127

    Default Contract Last

    Hi guys,

    The Spring Reference preaches to use contract first and would be ideal for new projects.

    How about projects which are already coded and which now need to be deployed as web services?

    In what order of steps would you guys proceed?



    Regards
    Kris

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,625

    Default

    And why would that be different... You still have to create the webservice and as such are still in control of your contract (more or less). Your webservice is just a thin layer above your service layer (like Spring MVC)...
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    Jul 2007
    Location
    Mauritius
    Posts
    127

    Default

    Hi Maarten,
    I was thinking there would be another process where I would get the WSDL generated from the Java codes (as would be the case with AXIS2).

    But would you suggest, that I follow the same steps as in Chapter 3 of the reference?

    Regards
    Kris

Posting Permissions

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