I understand the difference between the two approaches of web Development. But are there any situations when a specific approach is advantageous over the other ? And downside of one over the other ?
I read this in an article: In top-down, if we make changes in WSDL , we need to changes the JAVA classes. While in bottom-up, any changes made in JAVA classes are taken care of during the build.
Any other ?