Here are some of my MySql JDBC notes here: http://code.google.com/p/gwt-examples/wiki/project_MySQLConn Here is a quick demo - http://gonevertical.org/DemoMySqlConn/ Here is a quick look at JDBC db connection - http://code.google.com/p/gwt-examples/source/browse/trunk/DemoMySqlConn/src/org/gonevertical/demo/server/DB_Conn.java
The recommend using JDBC to connect to oracle and the only thing different between the MySql JDBC and Oracle in my example will probably be the query strings and such. I've used several different database connections at one time in a corporate setting and JDBC I've found works great. Hope that helps, Brandon Donnelson http://gwt-examples.googlecode.com -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/6HvhcRgueccJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
