| Author |
RESTful Web Services supports only bottom-up(approach) ?
|
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
|
Whether RESTful Web Services supports only bottom-up(approach)- creating java binding classes first then expose it as a WebService because no need of WSDL-SOAP bindiing and type checking thru XSD?
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
Theoretically, both WADL and WSDL 2.0 can be used to describe RESTful web services.
As far as I have seen, practical use is limited, as is tool support.
There are a number of other options in, for instance NetBeans, that allow you to create a RESTful web service from an entity class, a database table etc etc. Perhaps these may be considered as different compared to the bottom-up approach you describe.
Finally, I still find the use of XML schemas in connection to RESTful web services perfectly valid. In some cases, you may require stronger checking of message payloads than JSON schema can offer.
Best wishes!
|
My free books and tutorials: http://www.slideshare.net/krizsan
|
 |
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
Finally, I still find the use of XML schemas in connection to RESTful web services perfectly valid. In some cases, you may require stronger checking of message payloads than JSON schema can offer.
How XML schemas in connection to RESTful web services without SOAP bindings in RESTful web services ?
|
 |
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
Ivan, Any udpate ?
|
 |
 |
|
|
subject: RESTful Web Services supports only bottom-up(approach) ?
|
|
|