GithubHelp home page GithubHelp logo

ncherfaoui / allocine-jaxrs-mysql Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 86 KB

This is a Java application using JAX-RS and Hibernate. It interacts with a MySQL database, includes entities like Film, Actor, Director, and Genre. It provides CRUD operations via a DAO interface and exposes a REST API through Resource.

Java 100.00%
hibernate jax-rs maven mysql java tomcat

allocine-jaxrs-mysql's Introduction

This project is a Java application based on the Jakarta EE framework, using Hibernate as a persistence provider to interact with a MySQL database. The project is structured around the MVC (Model-View-Controller) model.

The data model includes several entities, such as Film, Actor, Director, and Genre, as indicated in the persistence.xml file.

There is a FilmDAO interface that defines CRUD (Create, Read, Update, Delete) operations on the Film entity, as well as methods to add and remove actors from a film. The implementation of this interface, FilmDAOImpl, uses JPA's EntityManager to perform these operations.

Finally, there is a FilmResource class that exposes a REST API to interact with films. This API allows you to retrieve all films, get a film by its ID, create a new film, update an existing film, and delete a film.

allocine-jaxrs-mysql's People

Contributors

ncherfaoui avatar renovate[bot] avatar

Stargazers

Aditya Mali avatar  avatar  avatar

Watchers

 avatar

allocine-jaxrs-mysql's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/code_quality.yml
  • actions/checkout v3
  • JetBrains/qodana-action v2024.1
maven
pom.xml
  • jakarta.platform:jakarta.jakartaee-api 11.0.0-M3
  • org.hibernate:hibernate-core 6.6.0.CR1
  • mysql:mysql-connector-java 8.0.33
  • org.glassfish.jersey.containers:jersey-container-servlet 3.1.7
  • org.glassfish.jersey.inject:jersey-hk2 3.1.7
  • org.glassfish.jersey.media:jersey-media-json-jackson 3.1.7
  • org.apache.maven.plugins:maven-war-plugin 3.4.0
maven-wrapper
.mvn/wrapper/maven-wrapper.properties
  • maven 3.9.8
  • maven-wrapper 3.1.0

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.