Client / Server Application
Posted: Thu Oct 30, 2014 11:44 am
Hi all -
I am building my first application in LC and wanted to poll the community for their thoughts on how to best accomplish something. I'll get right to the point!
I am building an application that provides adjuvant feature-functionality to Outlook. I guess you would call it a plugin although it will run independent of Outlook. It does work with Outlook data files, however.
On the "server-side" application, I will build my users an interface to define the settings for the "client-side" version of the application which will run in the background every day. This server-side version is intended for use by an administrator to set things like preferences, paths, etc. After all of the settings are defined in the server-side version of the application, I intend to deploy the client-side application across the network and launch it via Active Directory a login script or GPO. This is where I am getting stuck: what is the best way for me to read/access the settings that were defined in the server-side version of the application from the client-side app? This application will rely on whoever is using it to have a network share in place, but how can I make the client-side version of my application retrieve whatever settings were defined in the server-side app? Obviously, I could hard-code a path in the client-side app to go out onto the network and retrieve a config file (INI or the like) but that obviously won't work, as I intend to offer this tool to people who will naturally have different network configurations. Ideally I'd like for the administrator to be able to input a "settings path" which resides on their network, and have the client-side version of the application go to that path to retrieve the values of all of the settings.
Thanks for reading... and helping to deepen my knowledge!
I am building my first application in LC and wanted to poll the community for their thoughts on how to best accomplish something. I'll get right to the point!
I am building an application that provides adjuvant feature-functionality to Outlook. I guess you would call it a plugin although it will run independent of Outlook. It does work with Outlook data files, however.
On the "server-side" application, I will build my users an interface to define the settings for the "client-side" version of the application which will run in the background every day. This server-side version is intended for use by an administrator to set things like preferences, paths, etc. After all of the settings are defined in the server-side version of the application, I intend to deploy the client-side application across the network and launch it via Active Directory a login script or GPO. This is where I am getting stuck: what is the best way for me to read/access the settings that were defined in the server-side version of the application from the client-side app? This application will rely on whoever is using it to have a network share in place, but how can I make the client-side version of my application retrieve whatever settings were defined in the server-side app? Obviously, I could hard-code a path in the client-side app to go out onto the network and retrieve a config file (INI or the like) but that obviously won't work, as I intend to offer this tool to people who will naturally have different network configurations. Ideally I'd like for the administrator to be able to input a "settings path" which resides on their network, and have the client-side version of the application go to that path to retrieve the values of all of the settings.
Thanks for reading... and helping to deepen my knowledge!
