Please come and join us for a lively discussion with like-minded people “Increasing Java Application Performance through JDBC.
Abstract: Most application performance problems are due to inefficient data access. Existing solutions have pros and cons: A Networking proxy? Grid cache? ORM? Middleware? We will discuss these solutions, and an alternative way through JDBC (i.e. the data access layer). The JDBC solution provides the Java developer:
1) SQL caching recommendations
2) Automated HA failover
3) DB Security