Skip to main content

Part I: The Java Binding Mechanism

Part I of the tutorial focuses on the Java Binding Mechanism. After completing this part of the tutorial, you will be able to:

  • Map the basic object-oriented features of Caché Objects to the corresponding relational features of SQL Tables

  • Describe the basic architecture of the Java Binding Mechanism

  • Create Java projections of Caché classes

  • Write Java code that accesses and modifies Caché data using the Java Binding Mechanism and simple Caché Objects

  • Write Java code that accesses and modifies Caché data using the Java Binding Mechanism and Caché Relationship and Collection Objects

  • Write Java code that executes queries on the Caché database using the Java Binding Mechanism and the CacheQuery class

The tutorial includes several examples and exercises that involve connecting Java code to a sample Caché application — the Contact Management application.

Note:

Part I of the tutorial assumes basic knowledge of Caché and Caché Objects as well as basic Java programming skills. To learn more about Caché and Caché Objects complete the Caché QuickStart tutorial. To learn more about Java programming, read The Java TutorialsOpens in a new tab.

Note:

Click here to begin.

FeedbackOpens in a new tab