• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Welcome

 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to our new forum dedicated to the Sun Certified Mobile Application Developer exam which is scheduled to be out in beta in February. The exam sounds very cool and will give everyone an opportunity to demonstrate their mobile skills!
 
Ranch Hand
Posts: 1561
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And I'm the second person to post on this forum !!
 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
3rd post... :-)
Seriously, it's cool that there's already a forum for this. I don't have any experience doing mobile Java apps yet, though... so this cert will be quite a ways away for me...
 
Ranch Hand
Posts: 4982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
4th post
I also want to know when will the beta exam be released!
Nick.
 
Ranch Hand
Posts: 3178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
THE FIFTH!!!
I heard that the beta will be launched in Febraury, isn't it?
 
Ranch Hand
Posts: 270
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sixth........
 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
seventh

How can we apply for taking the beta exam?
 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just follow lor, 8th.............btw, if anyone know the free voucher is come out, please post here!!!thanks
[ January 27, 2004: Message edited by: Wang Jing Li ]
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Everyone,
I am so so keen in this, I think its about time there is learning and certification about Mobile Application. I have been a regular visitor to the Nokia Developer site and J2ME site. I am as yet to write my first mobile application. It should be totaly dope!
I went around bookshops looking for books that can aid me with my hello world in mobile devices but was unsuccesful(here in SA). I am keen in finding lots of useful sites about this forum.
I wonder what the prerequisite of this will be .... mhhh ? Programmer Certification ?
Peace !
 
Nicholas Cheung
Ranch Hand
Posts: 4982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mondli,
The only thing required to take this exam is SCJP (any version). Thus, if you got SCJP, you are qualified to take this beta exam!
Nick.
 
Ranch Hand
Posts: 1327
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am keen to learn and touch J2ME mobile technologies.
anyone got any idea it might take to study and prepare for this SCMAD exam?
 
Cowgirl and Author
Posts: 1589
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howdy everyone!
This IS going to be a fun exam. I just love the idea of being *forced* to create games in order to prepare...
Here are my recommendations for today, to prepare for the beta or the real exam:
1) Download the specifications for JTWI, CLDC 1.1, and MIDP 2.0 (all can be found on Sun's site... sorry I don't have the links handy. Maybe someone else can pop them in, or I'll come back and post them later.)
2) Download the specs or WMA and MMAPI. (You can also link to these from Sun's site).
3) Download and install the Wireless Toolkit for J2ME (again, from Sun's site).
No version for the Macintosh, unless you run under Virtual PC (in which case, you better have a super fast machine and a LOT of RAM).
4) Play with the examples.
It is REALLY easy to get started. Much easier than, say, deploying a web app in Tomcat 5 or configuring, deploying, and running a J2EE app.
You will feel as though you are writing an applet. It is that easy. In the wireless toolkit you simply:
1) Create a NEW project. Give it a name, and a class name for your MIDlet.
2) Write your class that extends MIDlet, and override the key lifecycle methods.
3) Save the source file (don't compile!) in the directory structure that the wireless toolkit creates for you (it will TELL you where to put the file).
4) Click the BUILD button, which starts the compilation. If there are compiler errors, just fix them in your source and hit BUILD again. That's it.
5) When your MIDlet is compiled, hit RUN and up pops the emulator. Launch your MIDlet using the virtual buttons on the virtual phone, and there you go!
6) If you are using graphics, the wireless toolkit will tell you where to place those as well. Seriously, if you haven't tried this stuff, you will be happily surprised with how simple it is to get started. Then after that you can just start digging deeper and deeper into the specs and APIs and write more elaborate GUI code, game code, code that uses the little persistent storage, etc. There are a lot of excellent examples.
Now, this only gets you to the development stage. At some point you are going to need to get something working on a real device. It is DEFINITELY possible to take and pass the beta without having used anything but emulators, especially since there really aren't devices readily available that support MIDP 2.0.
By the time the real exam comes out (3-4 months from now), that should have changed, and you really will want to get some REAL experience.
The only book I've found that is helpful is the one by Jonathon Knudsen (can't remember the name) which covers MIDP 2.0 (so be sure you get the updated one). It does not cover NEARLY enough to pass the exam, but it will certainly help you get started.
As always, we will post mock exam questions and cheat sheets here to help with the beta.
cheers and good luck,
Kathy
 
Ranch Hand
Posts: 360
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That was really informative.Thanks a lot.
Here goes the links.
JTWI - http://www.jcp.org/aboutJava/communityprocess/final/jsr185/
CLDC 1.1 - http://jcp.org/aboutJava/communityprocess/final/jsr139/
MIDP 2.0 - http://jcp.org/aboutJava/communityprocess/final/jsr118/
WMA 1.1 - http://jcp.org/aboutJava/communityprocess/final/jsr120/
MMAPI1.1 - http://jcp.org/aboutJava/communityprocess/final/jsr135/
Wireless toolkit for J2ME - http://java.sun.com/products/j2mewtoolkit/
 
Ranch Hand
Posts: 350
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Shiv ...I needed that.
 
Yi Meng
Ranch Hand
Posts: 270
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kathy,
for objective
"2.1Identify correct and incorrect statements or examples about the requirements and scope of the CLDC specification, including the differences between 1.0 and 1.1."
is the material in CLDC 1.1 spec "1.2 Main Differences Between CLDC
Specification Versions 1.1 and 1.0" enough? Do we have to refer to CLDC 1.0?
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Kathy!
Jonathon Knudsen's book can be found in Amazon.com at:
http://www.amazon.com/exec/obidos/tg/detail/-/1590590775/qid=1075256447/sr=1-1/ref=sr_1_1/103-6200190-0511800?v=glance&s=books
I have both John[Core J2ME] and Jonathon[Wireless Java with J2ME (2nd)].
Also other E-books that i can found on net...
And specifications to read.
We have lots of resources to prepare for the beta exam, it is study-n-coding time...
 
Ranch Hand
Posts: 2379
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a desire to prepare a beta exam resource document, I am not sure whether I can cope, no word, but I'll try.
Carry on gamers.
 
It runs on an internal combustion engine. This ad does not:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic