Hi. I've trawled and scoured, but I'm missing something reeeaaal basic :)
I've got an
N95. I'm writing a
Java microedition program for it using
Netbeans. All fine so far. However, I'd really like a relational database to power this program.
I suspect that I need to be using
pointbase embedded or
micro, but I'm not sure.
Ideally I'd seed the database with the data and relationships, build
and test the application using Netbeans IDE and device simulator, then upload both to the N95. The app is a multiple choice quiz, and the data contains some relationships that would be soooo much simpler to model in an RDBMS than raw Java objects.
I appreciate this is probably very straightforward, like I say, I'm struggling to work out exactly what I need to do :-|
And if anyone has experience of developing apps with embedded RDBMS for N95 using Netbeans... let me know any tips :-)
Much obliged.
But... it isn't that complicated, is it? A question has many answers, a question has one correct answer, a question has one answer given per user. Not a complicated database, should be easily emulated in a RecordStore.
I found an open source J2ME database, but that was from a 'J2ME database' query to google, so I'm sure you know about it.
Tips? I use gVim and ant, so sorry. General tip, though: If you're having performance issues, read this performance guide from Google for Android. Brilliantly written, that article was. It's not specifically for J2ME, but it is written for Java and the Computer Science concepts are sound and valid.
posted by sleslie at 9:46 AM on March 23, 2008