javamidlet.com

Everything and anything about Java Mobile. If it’s about Java Mobile we’ve got it covered.

JavaMidlet Logo

Project Capuchin of Sony Ericsson bridges J2ME and Flash

 

Posted under: Java Mobile Development Software

Posted by: kihbord on May 7, 2008

Rating:

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes)
Loading ... Loading ...
Views: 116 views Click to print: Print This Post Click to email: Email This Post

Sony Ericsson has created a bridge to enable J2ME and Flash lite to collaborate on your mobile phone. The bridge enables developers to use Flash lite as frontends and J2ME as backends on mobile applications.

With the JavaME / Flash lite bridge it is possible for Java to run a Flash Lite files (*.swf) that is shown on the display. All system events (e.g. key events) are forwarded from Java to Flash Lite and the Flash Lite player has a choice of listening to these events.

In case Flash Lite wants to access some information then it is done through Java. Communication between Flash Lite and JSRs are handled through an intermediate class that works as a translator. This class listens to Flash Lite requests, transfers these to JSR calls, and sends response back to Flash Lite. Communication between Flash Lite and Java is bi-directional meaning that Flash Lite can send requests to and receive events from Java. Requests send from Flash Lite are made in an asynchronous manner.

It makes me wonder where this is all going. Isn’t JavaFX one of the points of all these — creating impeccable mobile applications both on the front and back. Or why not just use SVG on the J2ME applications? NetBeans has some pretty good tools on creating SVG user interfaces for your mobile Java applications. Well I guess several alternatives to creating mobile applications receives a warm welcome to developers.

Related posts

Share and Enjoy

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • BlinkList
  • blogmarks
  • Fleck
  • Furl
  • Netscape
  • Reddit
  • Simpy
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb

Comments

Leave a Reply

« Motorola Developer Studio announced
Opera Mini 4.1 now available »