Connecting Web App to database

preview_player
Показать описание

In addition to creating the basic web application and setting up of database in Glassfish, this example would connect the database to the previous basic web application.

First video(starting point):

by: Joseph Bagnes
Java Developer
Рекомендации по теме
Комментарии
Автор

thanks for watching, this video is only a part of series of video tutes, please refer to my first video (link in the description) and follow through that series. Thanks.


josephbagnes
Автор

Thanks for the comment. I already have the setup of database tutorial on this playlist. Just go to my Channel, in my videos, look for the "Setup JavaDB in Glassfish server ". Goodluck!

josephbagnes
Автор

I do everything like in the video. It does not have any errors, build is OK, deploy is OK.
When I run it I complete the form but when I submit it gives me an error : "javax.ejb.EJBException: javax.ejb.EJBException: javax.ejb.CreateException: Could not create stateless EJB". What can I do ? Can you make a video about how to make the driver and the DB ?

ForgottenKnight