Server side image processing
The plug-in based on-line image processing feature allows mobile application to facilitate advanced server-side image effects, such as rotation, alpha-blending and image arithmetic’s.
Compact on-line protocol
The user interface structure is transferred to the client incrementally, “on-demand”, in a very compact format, making page loading very quick, even on slow connections. Data is transferred dynamically when changed, so there is no need for “timer poll” or any “refresh” button
Smart cache
Images that are processed on the server are stored in the phone flash memory and only reloaded when actually changed. They can be transferred “on-demand” or “in advance”, making the speed experience even better.
Wake-up on demand
The mobile client can be “minimized” to put the mobile on stand-by or making it available for other use. The client is “popped” back, combined with a user alert, such as a vibration, when important events are detected by the server.
Server side plug-in library
Images can be manipulated into small “film strips” (that are e.g. focus triggered) through an open server side plug-in library, utilizing JAI (Java Advanced Imaging) or any image filtering library.
Advanced monitoring and logging
Anything that affects a mobile application can be remotely monitored and logged, making it easy to analyze and improve the mobile application.
Preserved state and auto-reconnect
The server keeps client sessions, so there is no need for state logic in external applications. The sessions are kept even if connections drop (which happens now and then on mobile networks). The client will reconnect automatically and continue when a session is dropped.
Multi-user action triggers
Use server side multi-user action triggers and data push to assure that all connected clients within a service gets updated immediately on certain events.
