• Stars
    star
    2
  • Language
    Java
  • Created about 6 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

It's a JEE web Application that allows you to manage accounts belonging to customers. There are two types of accounts and savings. Each account undergoes several deposit or withdrawal operations. The application is presented in several parts. It shows how: - Create a Spring Boot project - Create JPA entities - Configure the Data source - Create JPA Repository interfaces based on Spring Data - Test the DAO layer - Create and Test the business layer (Interface and Implementation) - Create the Web layer based on Spring MVC - Secure the application using Spring Security- SOAP Service - RMI Service.