Skip to content

Introduction

Easit GO is a Service Management tool written in Java (Spring Boot application) and when installed it runs as a system service. When in a Windows environment IIS (Microsoft Internet Information Services) is used as a front-end. Easit GO uses a combination of SQL database and a file system to store its data.

Alongside to the main application itself, Easit GO have supporting components and applications that extends its functionality such as importing objects (ex. Contacts, Assets) and importing e-mails. Custom integrations can also be implemented by using the Easit GO WebAPI directly, or via one of our tools.

In most cases all of these components and applications lives on the same server as Easit GO and supports both Windows and most Linux distributions.

Visual overview

Overview1

Supporting Components and Applications

email2GO

Email2GO is the application Easit AB offers to get email from Office 365 accounts, Google or via IMAP. Its web interface makes it easy to administer yourself! A secure handling of all e-mail to Easit GO.

email2GO Docs

EmailRequest

EmailRequest is the application Easit AB offers to get email via IMAP4 and POP3 to Easit GO.

Read more

ImportClient

ImportClient is the application Easit AB offers to get data from SQL databases, CSV files and / or via LDAP to Easit GO.

Read more

Microsoft Internet Information Services (IIS)

When running Easit GO in a Windows environment IIS is used as a frontend to Easit GO. It is responsible to direct incoming traffic to the server to Easit GO.

Read more

Java

Each application and component uses Java, but it is used in different ways, please see each application and component for more information on how.

Apache Tomcat (Easit GO 2023.11 and earlier)

Apache Tomcat is used as the container and service for running Easit GO, and some integrations developed by Easit on behalf of customers. Apache Tomcat uses a Java Runtime (JRE) to running Easit GO, as it is a Java application.