SmarTrac.Net has made use of the current technology provide through Microsoft SQL with the .Net Framework. Our web portal makes use of web services which allows us to easily share information with clients, customers and vendors.
Our system has an integrated self developed security system that is customizable for each individual user that logs on. Therefore, each user can only see information they are permitted to view.
The approach that was taken when developing SmarTrac.Net was the abstract Object Oriented Programming (OOP). Keeping the data abstract from the code allows for easy changes, modifications and additions.
|
|
A Web Service is a software system designed to support
interoperable machine-to-machine interaction over a network.
It has an interface that is described in a machine-processable
format such as WSDL. Other systems interact with the Web
service in a manner prescribed by its interface using
messages, which may be enclosed in a Simple Object Access Protocol (SOAP) envelope.
These messages are typically conveyed using HTTP, and
normally comprise XML in conjunction with other Web-related
standards. Software applications written in various programming
languages and running on various platforms can use web
services to exchange data over computer networks like
the Internet in a manner similar to inter-process communication
on a single computer. |
|
|
|