#TITLE_ALTERNATIVE#

In the internet, the form-filling routine is one of the most dominant activity. Its main purpose is to facilitate the process of data sending from user to the server. Some mobile application development scenarios need to implement the routine efficiently in their module. For example, a developer of...

Full description

Saved in:
Bibliographic Details
Main Author: RIFCO SUSILO (NIM 13504046), ANTON
Format: Final Project
Language:Indonesia
Online Access:https://digilib.itb.ac.id/gdl/view/9980
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Institut Teknologi Bandung
Language: Indonesia
Description
Summary:In the internet, the form-filling routine is one of the most dominant activity. Its main purpose is to facilitate the process of data sending from user to the server. Some mobile application development scenarios need to implement the routine efficiently in their module. For example, a developer of an online polling site need to build a mobile application that can facilitate polling routine as be done in its web. Another example is when a developer of an online student registration site need to build a mobile application with the same function as in the website without need to do double checking while some change in business process occurs.<p> <br /> <br /> <br /> <br /> <br /> <br /> This final project has built a JME software application library that facilitate client programmer to integrate the need of web-form fillings easily. Why easy? Because the developer doesn't need to build the intended application from the scratch. The shape and element(s) of the form built in the JME display will be congruent to the form existed in the target's html page.<p> <br /> <br /> <br /> <br /> <br /> <br /> In order to test the functionality of the library, some simple applications had been built. Each application will test one case that fits. Also, the testing procedure covers the testing of each class' functionality. For this purpose, some class driver had been built to ensure that each class would work as purposed. The testing procedures result that each functionality of the library work as purposed.