An open API service indexing awesome lists of open source software.

https://github.com/karolchoron/files-managment-javaee

A student project made in JavaEE technology, whose task is to allow uploading, downloading, deleting powerpoint files (ppt or pptx) to a database.
https://github.com/karolchoron/files-managment-javaee

database hibernate java javaee

Last synced: 3 months ago
JSON representation

A student project made in JavaEE technology, whose task is to allow uploading, downloading, deleting powerpoint files (ppt or pptx) to a database.

Awesome Lists containing this project

README

        

# PPT Files Management Application in JavaEE 📂💻

## 📌 EN

The student project made using JavaEE technology, focused on managing PowerPoint files (PPT or PPTX) in a database.

### 🔧 Features:
- **Upload**: Add PowerPoint files to the database 📤
- **Download**: Retrieve stored files 📥
- **Delete**: Remove files from the database 🗑️

### 🗃️ Storage:
The files are stored in **DerbyDB**.

### 🛠️ Technologies Used:
- **JavaEE** (Servlets, HTML, CSS)
- **ORM Hibernate** for database mapping
- **PayaraServer** for deployment
- **IDE**: NetBeans

---

## 📌 PL

Projekt studencki wykonany w technologii JavaEE, którego zadaniem jest zarządzanie plikami w bazie danych.

### 🔧 Features:
- **Wgranie**: Dodanie plików PowerPoint do bazy danych 📤
- **Pobranie**: Pobranie plików z bazy danych 📥
- **Usunięcie**: Usunięcie plików z bazy danych 🗑️

### 🗃️ Baza danych:
Pliki przechowywane są w bazie danych **DerbyDB**.

### 🛠️ Wykorzystane technologie:
- **JavaEE** (servlets, HTML, CSS),
- **ORM Hibernate** do mapowania bazy danych.
- Aplikacja została uruchomiona na serwerze **PayaraServer**.
- **IDE**: NetBeans.