During the talk, I will introduce the basic of MySQL Connector/J. We will create basic Java Application to connect to MySQL Database. We will use Tomcat or Weblogic to create Java Page with Connection Cache to MySQL. We will explore the Load Balancing capability with MySQL Cluster We will explore the Java Replication Driver to […]
Tag: java
A guide to hacking OpenJDK
This is a hands on talk showing you how to compile your own OpenJDK distributions, how to contribute to OpenJDK and use the diagnostic tools available in OpenJDK to help you with performance tuning your Java application. All participant is recommended to download the following docker image for experiment. Details in this blog: https://www.sunnychan.hk/blog/sunny/entry/centos_docker_images_for_building This […]
Extremely rapid application development with Apache Isis
Open Source Hong Kong and Hong Kong Java User Group invited a commiter of open source java framework Apache Isis project visiting from Netherlands to Hong Kong. Date: 14 May 2015 (Thursday) Time: 7:00-9:30pm Venue: Classroom R501, Core R, Hong Kong Polytechnic University, Hunghom. Capacity: 50 Speaker: Jeroen van der Wal Organizers: Open Source Hong […]
An Introduction to Garbage Collection Algorithm in OpenJDK
One of the main attraction of the Java Platform is automatic memory management. The OpenJDK JVM contains sophisticated Garbage Collector algorithms to ensure memory management is done efficiently and with minimal impact to the application. In this talk we will give you a brief tour of the different GC algorithm that is available in OpenJDK […]