Skip to content

This project is based on SpringBoot J2EE technology, it implements a simple Contact Application Backend for pratice purpose.

Notifications You must be signed in to change notification settings

ArianeFire/ContactBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

ContactBackend

This project is based on SpringBoot (Handle incoming requests) & JPA (for persistance purpose) J2EE technologies, it implement a simple Contact Application Backend for pratice purpose.

The project consists of 4 package containing code sources namely:

1- com.ensao.mobilecloud.contact :

Contains the entry point of the application (Application.java), which will allow to configure the web container, discover the controller, connect the controller to the dispatcher.

2- com.ensao.mobilecloud.contact.client :

It contains the services to implement, it is essentially interfaces for adding and recover Contact Information. This class also contains annotations of the Retrofit library allowing access to client-side contact service. (The latter will be used to test the service).

3- com.ensao.mobilecloud.contact.controller :

It contains the controller that intercept queries and perform actions consequences.

4- com.ensao.mobilecloud.contact.repository :

This contains the deposits, an interface for communication with the database using JPA.

And secondly we have a test folder.

About

This project is based on SpringBoot J2EE technology, it implements a simple Contact Application Backend for pratice purpose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages