Today’s first session — “The Java Advantage in MySQL” by Philip
Antoniades. I’ve seen Philip speak before (at the Boston MySQL Users
Group) so I knew it was going to be good.
Enterprise level Java
Connector/J
Bulk of the code in Connector/J code is that it’s tested and
works with most major application servers.
Pure Java
SSL
Entirely in-house code base (java/mysql)
open source, gpl
created by Mark Matthews
need java 1.4 to compile
small footprint driver
can set up config to cache prepared statements.
Profiling tools for developers:
Time executions
Time prepared statements
log prepare vs. execute occurrences (are you executing more than
preparing?)
Debugging tools for developers:
Logging — StandardLogger …