Electrotechnical and Computer Engineering
Vol. 34 No. 09 (2019): Proceedings of the Faculty of Technical Sciences
DEVELOPMENT OF JavaScript LIBRARY FOR CREATING USER INTERFACE COMPONENTS
FTN Novi Sad, Departman za računarstvo i automatiku
Abstract
This paper deals with the implementation of JavaScript library for creating user interface components. For demonstration how this library works, a simple web application for email management will be created. The client part of an application will be implemented using the previously created JavaScript library. The server part will be implemented using Java programming language and Spring framework. The application will provide basic managing features like listing, reading, composing and sending email messages.
References
[1] JavaScript, https://en.wikipedia.org/wiki/JavaScript
[2] OldScoolComponents, https://github.com/iv17/OldSchoolComponents
[3] Google Mail, https://mail.google.com/mail/
[4] jQuery, https://api.jquery.com/
[5] Bootstrap, https://getbootstrap.com/
[6] axios, https://github.com/axios/axios
[7] Google Mail API, https://developers.google.com/gmail/api/v1/reference/
[8] OAuth 2.0, https://en.wikipedia.org/wiki/OAuth
[9] many-to-many, https://en.wikipedia.org/wiki/Many-to-many_(data_model)
[10] Java, https://en.wikipedia.org/wiki/Java_(programming_language)