There are many Sun Microsystems technologies that use Ajax [Ajax], and more than one way to use Ajax on mobile platforms. For example, applications written using the Java Platform, Enterprise Edition (Java EE, formerly known as J2EE) may generate XML, JSON [JSON], XHTML and/or ECMAScript destined for mobile browsers.
Read the rest of this entry »
24 Feb
Posted by jj as Development, Web
The phenomenon known as Web 2.0 is more than just the web today. Reaching far beyond the browser, this name for live, interactive, user-manipulable data has come to define RIAs (Rich Internet Applications) and RDAs (Rich Desktop Applications). These represent a new generation of Internet-compatible applications that can be implemented across multiple platforms on personal computers, as well as mobile devices (PDAs, smartphones, etc.).
Read the rest of this entry »
Config in a java web application Web Forward Sequence API details Supported Handhelds, Platform, Browser Constraints If you have a web site and mobile web site, how many URLs do you need for user to access these web sites? Usually two, one for web, one for mobile. The JMBD makes it possible to use single URL for both web and mobile site. To achieve this goal, the JMBD provides two modules: • Browser Detection • Web Forwarding The Browser Detection module detects the browser type. It tells you the client is from a PC browser and from a mobile handheld.
Read the rest of this entry »