New system automates client code generation for easier REST web services!
The article discusses a system called WADL2Stub that automatically generates client code for REST web services from WADL files. This system aims to make it easier for developers to use RESTful APIs by simplifying the process of creating and configuring services. WADL is preferred over WSDL for describing RESTful services due to its lightweight and easy-to-understand nature. The WADL2Stub system helps developers generate client code more efficiently, enabling them to utilize REST web services conveniently.