« Don't hate the playa... | Main | Who will make money... »
 20090420 Monday April 20, 2009

Connecting with the Oracle... with Java ME technology

In the movie, The Matrix, the Oracle tells Neo that he can use his Java ME tech-enabled cell phone to manipulate the Matrix. But she says he's waiting for something... maybe his next life. Of course, Neo does get resurrected into his next life with the help of Trinity where he kicks major butt fighting against the Matrix agents who are enemies of the Oracle.

See:

Connecting with the Oracle via Java ME

Here's a quote:

  // Establish a JDBC connection to the 
  // Oracle database server via Java ME
  DriverManager.registerDriver(new 
    oracle.jdbc.OracleDriver());
  Connection conn = DriverManager.
    getConnection(
      "jdbc:oracle:thin:@localhost:1521:"
      +db,user,pwd);
What does this all mean? Who knows... But, maybe we better all hang on to our Java ME tech-enabled cell phones just to be ready for when we can (as the Oracle points out) manipulate the Matrix. ;-) Never doubt the Oracle...

[Java ME and J2ME] ( April 20, 2009 10:33 AM ) Permalink


Comments:

Post a Comment:

Comments are closed for this entry.



Theme originally based on design by Bryan Bell