You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by cw <se...@yahoo.com> on 2008/04/06 17:48:44 UTC

2me + derby insert/select exaple +pojo

is there any example on this? i already googled, but cant find any info on this. I looking for example that using pojo to insert/select into java db in j2me




      ____________________________________________________________________________________
You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.  
http://tc.deals.yahoo.com/tc/blockbuster/text5.com

Re: 2me + derby insert/select exaple +pojo

Posted by John Embretsen <Jo...@Sun.COM>.
cw wrote:
> is there any example on this? i already googled, but cant find any info 
> on this. I looking for example that using pojo to insert/select into 
> java db in j2me

Not exactly sure what you are looking for, but have you looked at the 
"simplemobile" demo included in the 10.3.2.1 release and the 10.4.1 release 
candidate? (see ${DERBY_HOME}/demo/programs/ of the -bin distribution)

Its current source is viewable here as well:

http://svn.apache.org/viewvc/db/derby/code/trunk/java/demo/simplemobile/SimpleMobileApp.java?view=markup

Using Java ME is not that different from using Java SE. The main difference is 
that you have to use EmbeddedSimpleDataSource instead of DriverManager/DataSource.

More information about Derby's ME support is available here:

http://wiki.apache.org/db-derby/JavaMESupport


-- 
John