Publish app embedded in web page?

Discussion in 'Parallels Remote Application Server' started by opilion, Mar 25, 2008.

  1. opilion

    opilion Guest

    I understand that 2x provides a web portal that allows users to launch the client app from a browser. Is there however, any basic mechanism for embedding a client in a web page to display a published windows app, for example, within the content of a web page? How about a SharePoint browser web part?

    I think Citrix used to have a simple java client that could be embedded.

    op
     
  2. Sergei

    Sergei Guest

    Hello,
    We use ASPX for our Web Portal.
    You need to have 2X Client installed on the machine to be able to launch applications.
     
  3. dsmits

    dsmits Guest

    Sharepoint integration

    Hi,

    Same question: I would like to have a webpart to integrate the 2x portal with sharepoint. A user should see his or her applications automatically.
    Would it be possible using the webservice ?
    Is there any documentation available or a description of the API of the webservice ?

    kind regards,
    Dirk-Jan Smits
     
  4. nixu

    nixu Guest

  5. dsmits

    dsmits Guest

    Integrated Windows Authentication

    Hi nixu,

    The sample is realy nice, we want to use Integrated Windows Authentication. Because the user is already authenticated it doesn't make any sense to logon again using the TUXWebServiceClass.Logon function. Is there a way to call .GetAppList without first calling .Logon ?
     
  6. nixu

    nixu Guest

    Re: Integrated Windows Authentication

    Hi dsmits,

    Currently you always have to call the TUXWebServiceClass.Logon function before calling TUXWebServiceClass.GetAppList, as the TUXWebService requires the client's credentials

    Nixu


     
  7. dsmits

    dsmits Guest

    Re: Integrated Windows Authentication

    Hi Nixu,

    Thanks for your fast reply! I really want to create a work around, would it be possible to make an .asp page for example that calls the 2x client .dlls (2XAppList.dll) to get an application list ?

    Dirk-Jan


     
  8. nixu

    nixu Guest

    Re: Integrated Windows Authentication

    You would still require user's credentials...

    Nixu

     

Share This Page