System architecture
Multi-layers
The Wealth.net web application is responsible for managing the Web User Interface. It displays data to users, accepts user requests to perform tasks, makes calls to the Wealth.net server application to fulfill those requests, and present the results back to the end user.
The Wealth.net server application accepts requests from any client application attempting to access Wealth.net exposed functionality (one such application is the Wealth.net Web Application). This application is responsible for authenticating the request, performing any validation, updating the database through the Database integration layer, and passing back any information to the client application. Data passed to and from the Wealth.net server application is passed as an XML document, making the application open to virtually any third party application.
All access to databases (read and write) is managed through the Database Integration Layer. Any of the components may be exchanged with minimal impact on other components. For example it is possible to change the database brand with no impact to the Web application, Server application, and only minimal impact on the Database Integration Layer.






