Results 1 to 2 of 2
  1. #1
    Member
    Join Date
    Apr 2009
    Location
    Cascade
    Posts
    7

    Metadata Adapter Question

    I am trying to create a Metadata Adapter to do single sign-on authentication for our client application. I have modified the LiteralBasedProvider.cs class in the provided examples, but one thing I do not understand is what form the software must be in for Lightstreamer to use it. Is it suppose to be a .dll or .exe or something else entirely?
    Thanks,
    Denison

  2. #2
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,090
    The Remote Adapters communicate with Lightstreamer Server through sockets, hence they just have to be running in the system and you have to take care of having them running.
    This leaves you various deployment options.
    In general, the Remote Adapters should be compiled into dlls and put in the same directory as the libraries supplied in DOCS-SDKs\sdk_adapter_dotnet\lib.
    We provide the DOCS-SDKs\sdk_adapter_dotnet\bin\DotNetServer_N2.exe exe to start the process and run the libraries.
    Alternatively, you can code your own exe, linking the supplied libraries, by including code similar to that shown in DOCS-SDKs\sdk_adapter_dotnet\examples\Remote_StockListD emo_Adapters\src_standalone_launcher.
    In that example, both Remote Data and Metadata Adapters are run by the same exe; but you could run the Remote Metadata Adapter only.

    Full details can be found in the distribution package in DOCS-SDKs\sdk_adapter_dotnet\doc\DotNet Adapters.pdf

 

 

Similar Threads

  1. Replies: 4
    Last Post: October 24th, 2011, 10:33 AM
  2. .Net MetaData Adapter
    By squint in forum Adapter SDKs
    Replies: 1
    Last Post: September 10th, 2010, 12:37 PM
  3. metadata adapter with user auth example
    By k0nan in forum Adapter SDKs
    Replies: 1
    Last Post: May 12th, 2010, 10:50 AM
  4. Multiple Metadata adapter usage
    By stephenlam in forum Client SDKs
    Replies: 5
    Last Post: April 22nd, 2010, 10:19 AM
  5. Authentication with Metadata Adapter
    By stephenlam in forum Adapter SDKs
    Replies: 4
    Last Post: December 12th, 2008, 11:52 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 10:48 AM.