International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 1 - Number 24 |
Year of Publication: 2010 |
Authors: Shashank Shekhar, NVSN Kalyan Chakravarthy, Mohit Soni |
10.5120/549-716 |
Shashank Shekhar, NVSN Kalyan Chakravarthy, Mohit Soni . Flare: Architecture for rapid and easy development of Internet-based Applications. International Journal of Computer Applications. 1, 24 ( February 2010), 94-97. DOI=10.5120/549-716
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.