If you find these tutorials useful, Please consider making a donation.

TheFrugalComputerGuy.png
TheFrugalComputerLogo.png

J2EE Registration Project
Overview Page






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: 


j2ee_Ovr1_4Tiers.png




The first page is the Registration Page : 

j2ee_Ovr2_Registration.png




There is a confirmation page when after the registration is successfully submitted :

j2ee_Ovr3_Confirmation.png




The other page we create is to display the information on the database: 

j2ee_Ovr4_ShowTable.png