in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

desktop application over internet using XPO

Last post 11/11/2008 10:09 PM by ody yudah quraviharto. 3 replies.
Page 1 of 1 (4 items)
Sort Posts:
Previous Next
  • 11/3/2008 5:29 AM

    desktop application over internet using XPO

    Hi all,

    I will have a desktop application displaying data from internet. But the SQLServer is not exposed in the internet, so the desktop client must connect to application server to  get data from sqlserver. I need an idea how to include XPO in this architecture.

    I've found http://community.devexpress.com/blogs/xpo/archive/2006/04/20/using-net-remoting-with-xpo.aspx and http://community.devexpress.com/blogs/xpo/archive/2006/05/05/using-web-services-with-xpo.aspx, but those seems too advance for me.

    I need other simplier idea..

    Any idea please...

    thank you

    Filed under:
  • 11/6/2008 11:59 PM In reply to

    Re: desktop application over internet using XPO

    I wish there was a simplier way, I would imagine in time DX will move towards an out of the box client-server system, but at this stage you would have to rely on those technologies.

    How much data are you talking about displaying?

    What language you using C# or VB.NET, the .NET remoting isn't that bad, just not a perfect solution.

  • 11/7/2008 2:18 AM In reply to

    Re: desktop application over internet using XPO

    Follow the steps in
    and
     
    it "easy" and works ....
     
    if you can use remoting in your scenario.
     
    Best regards,
    LP
    "ody yudah quraviharto" ha scritto nel messaggio news:240350@community.devexpress.com...

    Hi all,

    I will have a desktop application displaying data from internet. But the SQLServer is not exposed in the internet, so the desktop client must connect to application server to  get data from sqlserver. I need an idea how to include XPO in this architecture.

    I've found http://community.devexpress.com/blogs/xpo/archive/2006/04/20/using-net-remoting-with-xpo.aspx and http://community.devexpress.com/blogs/xpo/archive/2006/05/05/using-web-services-with-xpo.aspx, but those seems too advance for me.

    I need other simplier idea..

    Any idea please...

    thank you



    http://community.devexpress.com//forums/p/70556/240350.aspx#240350

  • 11/11/2008 10:09 PM In reply to

    Re: desktop application over internet using XPO

    OK I thank you guys for the ideas, I've choosen to use .NET remoting with XPO. In my windows application, I use TcpChannel, IDataStore, XPServerCollectionSource, XtraGrid and enabled the ServerMode.

    My application will be using thousands records of data.

    Is there any other way to use Caching to improve performance, since I don't know how to use, implement and the benefit of ICacheToCacheCommunicationCore eventhough I've read http://community.devexpress.com/blogs/xpo/archive/2006/04/20/using-net-remoting-with-xpo.aspx, http://community.devexpress.com/blogs/xpo/archive/2006/04/13/41.aspx.

    I'm waiting your sharing guys.

    Thank you very much.

Page 1 of 1 (4 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED