Exercise OutlineWelcome to the jGuru exercises for the Enterprise JavaBeans Technology Fundamentals short course. These exercises demonstrate how to use Enterprise JavaBeans (EJB) application servers, as well as how to design, implement, and deploy Enterprise JavaBeans technology-based solutions. The exercises include stand-alone clients that create, remove, and use existing server-resident beans. When you finish these exercises, you will know the basic steps for designing, compiling, and deploying Enterprise JavaBeans technology-based servers and clients. About ExercisesA jGuru exercise is a flexible exercise that provides varying levels of help according to the student's needs. Some students may complete the exercise using only the information and the task list in the exercise body; some may want a few hints (Help); while others may want a step-by-step guide to successful completion (Solution). Since complete solutions are provided in addition to help, students can skip an exercise and still be able to complete later exercises that required the skipped one(s).The Anatomy of an ExerciseEach exercise includes a list of any prerequisite exercises, a list of skeleton code for you to start with, links to necessary API pages, and a text description of the exercise's educational goal. In addition, buttons link you to the following information:
Exercise Design GoalsThere are three fundamental exercise types that you may encounter:
To make learning easier, exercises, where possible, address only the specific technique being taught in that exercise. Irrelevant, unrelated, and overly complex materials are avoided. Where possible, exercises execute via the web. However, exercises that must access Java features or library elements that could cause security violations are not executed on the web. Enterprise JavaBeans Technology Fundamentals Exercises
This exercise steps you through the process of downloading and installing Sun's J2EE Reference Implemetation application server on your machine. This application server will be used in the subsequent exercises. Educational goal(s):
In this exercise you will implement the MusicCD entity bean. Educational goal(s):
In this exercise you will implement the Inventory session bean. Educational goal(s):
This exercise takes you through the process of deploying the MusicCD entity bean and Inventory session bean into th Reference Implementation container. Educational goal(s):
This exercise creates and fills a database table for use in the following exercise. It includes a pre-built Cloudscape database, as well as programs for building and filling the needed table using any vendor's database. Educational goal(s):
In this exercise, you will write client applications which test the deployment and functionality of the entity and session beans you wrote in previous exercises. Educational goal(s): Copyright 1996-2000 jGuru.com. All Rights Reserved. |