This project illustrates an example of a simple application in pure java using sqlite and hibernate for learning. The project is still under development. there were some obstacles but his development will return soon.
Secund vibe "Desktop systems are typically standalone systems that can be installed on the computer. When you download a computer program that runs on your machine, installing software such as Microsoft Word or Adobe Acrobat PDF Reader, we are talking about installing a desktop system." For more information read the java documentation
The objective of this project is to demonstrate in a practical way how to develop a desktop system, such as:
- Create a project
- Create a page
- Create a service
- Versionalize.
- Persist data using the SQlite.
- Gradually start using hibernate.
Using UML for the development of your diagram.
To run the project, you will need to install the following programs:
- JDK: a toolkit, necessary to carry out the project
- SQlite: Required to create the database
- Netbeans: For project development
Use Gitpod, a free online dev environment for GitHub.
cd "Directory of your preference"
git clone https://github.com/Figur8/ProjetoCrossOver.git
To execute a java project, it is quite simple. Here is a tutorial for you to understand how to work and apply it in a practical way. Follow the link - Java tutorial
The project can be used as a template to start the development of a java project using hibernate and sqlite. It also demonstrates in a practical way how to create a CRUD with sqlite in netbeans.
To execute the project, it is necessary to use Netbeans or an IDE of your choice, in order to identify the necessary dependencies to be executed in the repository. Once the project is imported, it will be possible to test its functionality in real time.
Contributions are always welcome! I hope that it will help someone!
If you are interested in how to put the dark theme on netbeans, then I will be providing a tutorial on how to do it, stay tuned.