This is a 5 part project series that will create a simple Java Enterprise Edition (J2EE) project using Netbeans and Glassfish.
This short tutorial series will show you the basics of creating a J2EE (Java Enterprise Edition) Project.
The task is to have a user register their information into a web page. This web page will update a database, then show a confirmation page that the client is registered. There will also be another web page that will display all the information on the table.
A Java Enterprise Edition project uses 4 different tiers:
The first page is the Registration Page :
There is a confirmation page when after the registration is successfully submitted :
The other page we create is to display the information on the database: