
Originally Posted by
[url=http://blogs.nokia.com/s60blogs/index.php/2008/06/04/two_things_that_go_well_togeth/]Old blogs » Java for S60 » Development - "Two things that go well together: Web Runtime and Java"[/url]
So what is the web runtime connection? Just like eSWT’s Browser, the heart and soul of Web Runtime is S60 Browser. When eSWT initializes its Browser component, eSWT pretty much enables similar functionality to Web Runtime. As a result, all the AJAX programming available with Web Runtime is available but this time embedded inside a Midlet. Of course being embedded into a Midlet has advantages. Your web widget can now access all the local resources, use APIs like location and PIM and generate the content with the help of these Java APIs and set it to the Browser. It is even possible to mash up the local data with the online services, (Google Maps, Flickr etc.)