Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ziad-ezzat/JavaWebNoteApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note App

img.png

Table of Contents

Description

This is a simple note app that allows you to create, edit, and delete notes. It is built using Java EE, Hibernate, and MySQL.

Technologies Used

  • Jakarta EE
  • Hibernate (ORM) with MySQL
  • Servlets
  • JSP
  • Clean Architecture (Entities -> Repositories -> Services -> Servlets)
  • maven
  • Tomcat

Project Structure

├───.idea
│   ├───artifacts
│   └───libraries
├───src
│   ├───main
│   │   ├───java
│   │   │   └───com
│   │   │       └───example
│   │   │           └───noteapp
│   │   │               ├───rest
│   │   │               ├───entity
│   │   │               ├───repository
│   │   │               ├───service
│   │   │               └───App
│   │   └───webapp
│   │       ├───META-INF
│   │       └───WEB-INF
│   └───test
│       └───java
│           └───com
│               └───example
│                   └───noteapp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages