The Artima Developer Community
Sponsored Link

Java Buzz Forum
MIDP 1.0 2.0 aka the migration hell

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
Marc Logemann

Posts: 594
Nickname: loge
Registered: Sep, 2002

Marc Logemann is founder of www.logentis.de a Java consultancy
MIDP 1.0 2.0 aka the migration hell Posted: Aug 14, 2003 4:14 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Marc Logemann.
Original Post: MIDP 1.0 2.0 aka the migration hell
Feed Title: Marc's Java Blog
Feed URL: http://www.logemann.org/day/index_java.xml
Feed Description: Java related topics for all major areas. So you will see J2ME, J2SE and J2EE issues here.
Latest Java Buzz Posts
Latest Java Buzz Posts by Marc Logemann
Latest Posts From Marc's Java Blog

Advertisement

In my spare time, i am coding some simple MIDP wireless applications doing interactions with an IBM iSeries. At the moment i am preparing slides and a demo application for a conference, and i am really astonished how crazy this MIDP 1.0 spec is.

I had the idea to include also MIDP 2.0 code and ask the device what it is capable of. BOING. Not possible. You can only query your JAD/manifest properties with a getAppProperty(), how stupid is that? Perhaps i am missing some important points, but this is somehow braindamaged. But it gets even more worse. If you want to query the device screen size, you can only do ... BOING ... nothing. In MIDP 2.0 i found getWidth() inside Displayable, but nothing in MIDP 1.0. What a Canvas where i dont know how much i can write on it. This is so strange, that i must miss something, anyone with hints?

Sometimes i read the Shareme Blog, he seems to be a 100% fulltime MIDP coder, would like to know his oppinion about this.

Read: MIDP 1.0 2.0 aka the migration hell

Topic: gcj Delivers Fastest Eclipse Under The Sun Previous Topic   Next Topic Topic: The road to Damascus: Jon Udell and RDF

Sponsored Links



Google
  Web Artima.com   

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