Updating Method in Web-Based application - Java Servlets -


I am writing a servlet based back-end for a mobile phone app and I'm new to web programming in general Am

Anyway my problem is that I have a data model that connects users to a normal feed and when that feed is updated by any one user, I want to The rest of the users connected to the feed want to get the updated model

At the moment, when I send the servlet, I can send only one response, when a request is received, which is not what I am looking for, because users are ping the servlet Needing to do a few seconds that does not seem very practical, instead I want to tell the server users their answers when they change the model.

I'm sure there is a clean and well documented solution for this, I can not name it. From what I collect, I need to explicitly generate HttpResponses (I was thinking that HTTP session objects have a way of doing this, but this does not seem to happen).

There are some updates in the service update 3.0 specification. Maybe you want to check

  • as an option:


    Comments

    Popular posts from this blog

    c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

    Calling GetGUIThreadInfo from Outlook VBA -

    Obfuscating Python code? -