Bundle DTO

A WebMap project is composed by two main components a server-side application and a client-side application, which work together as one to acts as an equivalent of an original desktop application, the server-side handles as the logic layer of the application and the client-side as act as the UI layer. Both applications need to be in constant communication, for this WebMAp implements a library called Bundle.DTO which controls the data transmission protocol.

The Bundle.DTO libraries are a set of projects that hold the necessary mechanisms used to communicate between the back-end the front-end applications. Its main purpose is to transfer data between the server and the client back and forth efficiently by using Json objects that represent the needed information between both layers.

Last updated