Transfer data form webpage to other application

Hi All,
I want to transfer the data form webpage to any other own application which is

running in backend.How i develop this web page. which technology is good for this

or any particular protocol i have to use for this. Please suggest if any idea

regarding data transfer.

Thanks

Shiva Vrata Anand




Answer this question

Transfer data form webpage to other application

  • gtimofte

    I have no idea what you are talking about.
    Explain what you want to do and what your constraints are.
    Why do you want to tranfer data
    This forum is for specific questions not for general architectural guidance
    You have to look elsewhere for that. If you are having issues are spefic questions
    please post them



  • ylia

    shivavrata
    Your description of what needs to be done is so vague that
    we are all having problems understanding what needs to be accomplished.

    If you want any advise I suggest you do the following.
    Send us

    1. Appliction objective
    What you want to get done, not how you are doing now
    2. Reason for this app - some kind of customer scenario
    3. What you have already considered



  • Davids Learning

    Actually I want to implement Push Technology means our own web page transfer the data to the other (VC++) exe which is continous running in backend.

    Our requirement is when browse web page it send the data to our exe (VC++ server exe) and then our (VC++ server exe) continous make the connection with the client and this server exe send msg to client exe .By this method i want to transfer data from server to client. by using Push Technology.

    Now i have to only transfer data form web page to our own exe (VC++ server exe). Which technology is best to develop the web page. (ASP, JSP, PHP, .Net or using Java Applets).

    Plz sugguest how to do.

    Thanks

    Shiva Vrata Anand



  • ahmedilyas

    Do u want to transfer your server data to the client's database, or other forms

    Grenerally, it is not a good idea to do this by Web Pages.

    If you have to do this. I think you should check if the the client is accessible to the server, that means app in the server can connect to your client(your client should have a public IP).

    If it has, you can do it by any lanuage you like.

    But I suggest that your app be windows application.

    If the client is reliable, I aslo sugggest your app running in the client(The client use password to connect to the server).

    But I am afraid that the data you want transfer maybe some other forms, such as xml, txt, or serialized data object.

    If so, I think this should be Remote service. I am sorry that I have no deep understanding about it.



  • Olga Jaufman

    Hi All,

    Actually I want to implement Push Technology. When any data updates in database or any web page who fetch information from database then this information or data i want in my exe which is continous runing in backend. Is there any method how i get the data in my exe. This exe is VC++ exe. I don't want that my VC++ exe regularlly monitor in that webpage. means the information flow from webpage to VC++ application not from the VC++ exe to Web page.

    The project is trading type project. means when any updates occur in database this information i want in my VC++ exe which is continous running in backend. then this exe work is to transfer the data in client PC.

    Thanks

    Shiva Vrata Anand



  • Transfer data form webpage to other application