• 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

j2me program

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am new to j2me technology.
my doubt is...

is there a database that runs on all mobile.
Thanks
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please edit your name tu real person name, it is a rule of the forum.

As for your question there is a RecordStore that is available on every Java enambled phone
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When we create the applications in mobile
we have
- less processing power
- less memory
- small screen

so the concept of highly defined database like SQL,Oracle is not feasible on mobile's
Even some of the company provide good database for j2me like "Perst Lite J2ME Embedded Database","J2ME Polish DB"etc.
But after using 3rd party database or API, the problem for portability arise.
So try to avoid 3'rd party tools , if possible

But in order to run J2ME applications on all mobile's .You have to stick with the RMS(Record Management Store)
The RMS consist of very low level of functionality.
i.e It does not have method's like addRow,addColumn,addTable.etc

So you have to develop your own logic for addRow,removeRow or addColumn etc.

Best of Luck
 
dhana shekaran
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Sorry for that, given my pet name. and thanks for your reply. it's very helpful for me.

Thank you very much(Peter Miklosko ,Kamal Trivedi ).

 
dhana shekaran
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Is there any specific framework to use develop J2me application?.
Can give some example framework and how to use in program.

Thanks
 
moose poop looks like football shaped elk poop. About the size of this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic