Wednesday 19 October 2011

Bottom Up and Top Down Approach.

Bottom Up Approach:
                  Top-down web services development involves creating the bean and web services development from that create a WSDL file.
                  Good Unit test case can be written to validate changes.
                  Developer has only option to use unit testing tools to test the Logic.
                  Easy to manage changes and modification.
                  Bottom-up is commonly applied in reverse engineering while for a brand new project.
Top Down Approach:
                 Top-down web services development involves creating a web service from a WSDL file. By creating the WSDL file first you will ultimately have more control over the web service.
                 When creating a web service using a top-down approach, first you design the implementation of the web service by creating a WSDL file.
                 Easy to visualize functionality.

No comments:

Post a Comment