Saturday, March 29, 2008
Thursday, November 15, 2007
Mobile ATM
Tuesday, May 29, 2007
Moblie Trends
Use Same AJAX Code In Your Moblie
Abstract
Developing
Description
Different mobile browsers have different capabilities and behaviors, for example the way browser modifies its layout based on orientation of phone layout etc. Also the behaviors of the desktop browsers and mobile browsers are different. This means some the objects in web GUI will display same in both browsers, such as “Labels” and some objects will completely different from desktop web interfaces. Not only that, mobile devices are less in processing power than desktop web interfaces. So some objects which involve more processing power should not enable in mobile browser.
Hence, after doing some researches in order to understand the best way of improving efficiency of the mobile browsers, this project will be attempt to implement the required features in GWT.
Main Components
This system should have a mechanism to identify the status of the browser which the request coming from. Whether it is a desktop browser or mobile browser as well as it should identify the capabilities of the client browser.
Server/client DOM
Traditional applications deliver server-side changes to the client browser, where full page refresh occurs. With this GWT component all the server-side processing occurs in to the server side DOM. Only updates are delivers to the client browser. In the client also have client side DOM. This is responsible for detecting user interaction in client browser, and delivering user data to server for processing.