Netbeans | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Netbeans

Can anyone explain me how to make a login match with hebernate ? 🙏🏽

9th Jun 2020, 2:43 AM
William Ortega
William Ortega - avatar
1 Answer
+ 2
Using Hibernate in a Java Swing Application In this tutorial, you use the NetBeans IDE to create and deploy a Java Swing application that displays data from a database. The application uses the Hibernate framework as the persistence layer to retrieve POJOs (plain old Java objects) from a relational database. Hibernate is framework that provides tools for object relational mapping (ORM). The tutorial demonstrates the support for the Hibernate framework included in the IDE and how to use wizards to create the necessary Hibernate files. After creating the Java objects and configuring the application to use Hibernate, you create a GUI interface for searching and displaying the data. The application that you build in this tutorial is a companion administration application for the DVD Store web application. This tutorial covers how to create an application that allows you to query an actor's profile based on the match with first name or last name. If you wish you can extend the application to query film details
22nd Jun 2020, 9:09 AM
Kartik Mishra
Kartik Mishra - avatar