Section 4.5 Java DB Fundamentals
Learning Objectives
After you have completed this section, you should be able to
- understand the important concepts and technologies related to Java DB.
- set up Java DB and use it to access databases in your Java applications.
Activities
Study Questions
- How is Java DB related to Apache Derby?
- What server-side programming language can you use with Java DB for developing web-based applications?
- What are the system requirements to run Java DB?
- How do you install Java DB in your environment?
- How do you configure your web server so that it can work with Java DB?
- How does a web server work with Java DB?
- How do you set up a user in Java DB to access specific data?
- How do you set up your path for Java DB?
- How do you set the root password?
- Why do you need to delete the anonymous user?
- How do you start the Java DB server?
- How do create a Derby database and run SQL statements to manipulate or access the data?
Review
Do the self-review exercises for Chapter 18, and revisit your answers to the study questions.
Summary
Read Java DB FAQs at http://www.oracle.com/technetwork/java/javadb/overview/faqs-jsp-156714.html