The Artima Developer Community
Sponsored Link

Java Buzz Forum
A Shared UI for both J2ME and Flashlite clients

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Fred Grott

Posts: 4361
Nickname: shareme
Registered: Jan, 2003

Fred Grott is Lead Developer-CEO of ShareMe Technologies LLC -The Mobile Future
A Shared UI for both J2ME and Flashlite clients Posted: Mar 25, 2007 7:06 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Fred Grott.
Original Post: A Shared UI for both J2ME and Flashlite clients
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Fred Grott
Latest Posts From ShareMe Technologies LLC-The Mobile Future

Advertisement
What if you were tasked with creating both J2ME and Flashlite versions of an application. Could the UI be shared ie almost full common code with one XML file as the UI style sheet?

Well we have SVG support both by 3rd party libraries and supported jsrs in handsets on the J2me side. We also have the XUL concept via thinlets for MIDP.

On the flashlite side once we use assembly to use such commands as push and pop to rewrite loops and the xml parsing to get reasonable xml parsing performance than we design similar in function UI components so that the same XML UI file generates the same UI components both in flashlite and J2ME.

Not every handset is Firmware OTA update enabled in such a way to update from flashlite1.1 to flashlite2.1 and beyond. Thus, two clients with at least some of the code shared would be ideal.

Obviously the answer to what else can be xml-ized will determine how much common stuff is shared beyond the UI for both the J2ME and flashlite clients.

Read: A Shared UI for both J2ME and Flashlite clients

Topic: Java object queries using JXPath Previous Topic   Next Topic Topic: links for 2007-03-22

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use