Sie befinden Sich nicht im Netzwerk der Universität Paderborn. Der Zugriff auf elektronische Ressourcen ist gegebenenfalls nur via VPN oder Shibboleth (DFN-AAI) möglich. mehr Informationen...
Flare: Architecture for rapid and easy development of Internet-based Applications
Ist Teil von
International journal of computer applications, 2010-02, Vol.1 (24), p.112-115
Ort / Verlag
New York: Foundation of Computer Science
Erscheinungsjahr
2010
Quelle
EZB-FREE-00999 freely available EZB journals
Beschreibungen/Notizen
The recent trend in application development that creates globally accessible, Internet-based applications has proved to be a critical paradigm for developers. However, the development of such applications often require the creation and management of online database storage servers, re-creation of user management schemes and writing a lot of unnecessary code for accessing different web-based services using their APIs. Our architecture, named Flare, proposes a structured and easy way to develop applications rapidly, in a multitude of languages, which make use of online storage of data and management of users. The architecture eliminates the need for server-side programming in most cases. A Web API provides a common API for various web-based services like Blogger [2], Wordpress, MSN Live, Facebook [3] etc. Access Libraries provided for major programming languages and platforms make it easy to develop applications using the Flare Web Service. We demonstrate a simple micro-blogging service developed using these APIs in two modes: a graphical browser-based mode, and a command-line mode in C++, which provide two different interfaces to the same account and data.