• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to write enterprise applications in J2ME

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I'm new to J2ME. I planning to write some small business applications in J2ME. Nothing special just the standard stuff some forms and connectivity to various databases. Where can I find a good book or online tutorials on this matter? Anything which also includes best practices would be great.

-Pete
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, first for books, I suggest Apress's "Wireless Java: Developing with J2ME, third edition" by Jonathan Knudsen.

Also at http://developers.sun.com/techtopics/mobility/allarticles/ you will find a boat load of articles on how to do things in J2ME.

Oh, as far as the database thing, you can look into pointbase, which has a J2ME synch type thing for J2ME devices.

Good Luck.

Mark
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you should read book "Enterprise J2ME Developing Mobile Java Applications" by Michael Juntao Yuan, nota bene moderator of this forum. Look at this:
http://www.amazon.com/exec/obidos/tg/detail/-/0131405306/qid=1121113288/sr=8-1/ref=pd_bbs_ur_1/103-7666015-6354251?v=glance&s=books&n=507846
[ July 11, 2005: Message edited by: Marcin Zduniak ]
 
Ranch Hand
Posts: 524
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, Michels book is quite good, But I think you should have some basic idea about J2ME to read this book. Regards..
 
Pete Neu
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for the advice

-Pete
 
reply
    Bookmark Topic Watch Topic
  • New Topic