From bbaa0c4ada9eb8b765ce664e634395522071640d Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Mon, 25 Feb 2019 07:52:56 +0100 Subject: [PATCH] Added a general overview of the API's and frameworks we've come across --- Project Details/overview API's.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Project Details/overview API's.md diff --git a/Project Details/overview API's.md b/Project Details/overview API's.md new file mode 100644 index 0000000..42bf496 --- /dev/null +++ b/Project Details/overview API's.md @@ -0,0 +1,12 @@ +### API's and things we've come across + +# Maven +Apache Maven is a software project management and comprehension tool. It can manage a project's build, reporting and documentation from a central piece of information. It is used for building and managing Jav-based projects +# Gradle +Gradle is a build automation tool that is designed to be flexible enough to build almost any type of software. it uses domain-specific language (DSL) instead of the XML form used by Apache Maven +# Spring +Spring is a framework for dependency-injection which is a pattern that allows to build very decoupled systems. +# Tomcat +Tomcat is a Java Servlet Container. It implements several Java EE specifications including Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a "pure Java" HTTP web server environment in which Java code can run. +# Jersey +A standard portable JAX-RS API made to simplify development of RESTful Web Services.