sivicom/madsv5

By sivicom

Updated 4 months ago

MADS - Modular Application Development Suite - Version 5

Image
Developer Tools

100K+

MADS - Modular Application Development Suite - Version 5

What is MADS V5?

MADS V5 is a Java/J2EE development platform developed by Sivicom Engineering . MADS V5 allows to develop modular applications based on REST web services. The main services are served by Apache Tomcat that is a web server and servlet container developed by the Apache Software Foundation (ASF). Every single request to a MADS service is processed in parallel in a separate thread.

How to use this image.

Pull and run the MADS V5 - Email Services

docker pull sivicom/madsv5:email
docker run -d -p 8081:8080 sivicom/madsv5:email

And test it!

http://{server-ip}:8081/ping

Image Variants

The MADS images come in many flavors, each designed for a specific use case. sivicom/madsv5:{version}

  • :email - A compilation with the MADS V5 - Email Services
  • :auth - A compilation with the MADS V5 - Authorization Services
  • :data - A compilation with the MADS V5 - Data Services
  • :sap - A compilation with the MADS V5 - SAP Services
  • :report - A compilation with the MADS V5 - Reporting Services

We highly recommend using the default image of this repository.

License

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

Some additional license information which was able to be auto-detected might be found in the repo-info repository's sivicom/madsv5 directory.

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

Docker Pull Command

docker pull sivicom/madsv5