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

https://github.com/bourgui07/abstractions_in_spring_context


https://github.com/bourgui07/abstractions_in_spring_context

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

**This little project implements a feature that allows the users to publish their comments.**

**The comments are stored somewhere(Database, or files) and sents via either email or push notifications.**

**Since we will take into account the possibility of changing either the repository or the proxy whenever we want, we need to design the objects using interfaces and let the Spring framework manages its dependencies.**

Framework Used: **Spring Framework**

Build-tool used: **Maven**