Preface DRAFT |
Previous | Next | Contents |
Note
|
This documentation is part of the Java Enterprise Edition contribution to the Eclipse Foundation and is not intended for use in relation to Java Enterprise Edition or Orace GlassFish. The documentation is in the process of being revised to reflect the new Jakarta EE branding. Additional changes will be made as requirements and procedures evolve for Jakarta EE. Where applicable, references to Java EE or Java Enterprise Edition should be considered references to Jakarta EE. Please see the Title page for additional license information. |
This is Your First Cup: An Introduction to Jakarta Platform, Enterprise Edition, a short tutorial for beginning Jakarta EE programmers. This tutorial is designed to give you a hands-on lesson on developing an enterprise application from initial coding to deployment.
This tutorial is intended for novice Jakarta EE developers. You should be familiar with the Java programming language, particularly the features introduced in Java Platform, Standard Edition 8. While familiarity with enterprise development and Jakarta EE technologies is helpful, this tutorial assumes you are new to developing Jakarta EE applications.
Before you start this tutorial, you should:
Be familiar with the Java programming language
Be able to install software on your work machine
Have a modern web browser installed on your work machine
The following books and projects may be helpful to you in understanding this tutorial:
The GlassFish Server Open Source Edition documentation set
The NetBeans IDE documentation
The following table describes the typographic conventions that are used in this book.
Convention |
Meaning |
Example |
Boldface |
Boldface type indicates graphical user interface elements associated with an action, or terms defined in text. |
From the File menu, select New Project. A cache is a copy that is stored locally. |
|
Monospace type indicates the names of files and directories, commands within a paragraph, URLs, code in examples, text that appears on the screen, or text that you enter. |
Edit your Use
|
Italic |
Italic type indicates book titles, emphasis, or placeholder variables for which you supply particular values. |
The command to remove a file is Read Chapter 6 in the User’s Guide. Do not save the file. |
Previous | Next | Contents |
DRAFT