November 2004
Intermediate to advanced
600 pages
11h 51m
English
In this chapter we write a very simple EJB and compile it.
What a simple EJB example looks like.
What are the several pieces that you need to make an EJB.
How to compile the pieces of an EJB.
You’ll find the full text of our example on the book’s Web site at http://www.javalinuxbook.com/. We will only use code excerpts in this chapter.
Enough theory about EJBs and naming services and the like. It’s time to put together an actual EJB so you can see one run. First we need to write our EJB classes, then compile them. Then, in the next chapter, we’ll package them, along with other supporting information, into an EAR file. But let’s begin by writing some Java classes.
It’s not that ...
Read now
Unlock full access