INVESTIGADORES
ZUNINO SUAREZ Alejandro Octavio
artículos
Título:
Assisting Developers to Build High-Quality Code-First Web Service APIS (Indexed SCI, IF JCR2015=0.622)
Autor/es:
RODRIGUEZ, J. M.; MATEOS, C.; ZUNINO, A.
Revista:
JOURNAL OF WEB ENGINEERING
Editorial:
RINTON PRESS, INC
Referencias:
Lugar: Paramus, NJ; Año: 2015 vol. 14 p. 251 - 285
ISSN:
1540-9589
Resumen:
Searching and understanding Web Services is challenging mainly because service developers tend to disregard the importance of the exposed service APIs. In many situations these APIs are defined using WSDL documents, which are written in an XML dialect. Service developers can opt between manually writing these documents or inferring them from service implementations. This work is focused on the later methodology and provides techniques and tools for generating WSDL documents avoiding well-known bad practices (e.g., lack of textual comments or representative names) that compromise Web Service API quality. Our experiments show that by using our approach the obtained WSDL documents are more likely to be free from these undesirable practices so they better describe service functionality. In addition, these experiments show that the WSDL documents generated using our approach also have other important quality-related features, such as less redundant data-type definitions and better defined data-types. Experiments have been performed by comparing our proposal against WSDL generation tools/approaches from both the industry and the academy