As its name implies, it is opposite of AJAX. In AJAX methodology, browser sends request to server and server responds and only a part of page is updated. In reverse-ajax, server sends back some information to browser even if browser does not requests it explicitly and the server updates a part of ...
0
votes
0answers
54 views
Need help point out whats wrong i am doing configuring Atmosphere in tomcat 6.I am unable to get it to work
Hello there i am trying to implement atmosphere comet library in a project running in tomcat 6.I have followed their wiki and added all of the libraries and and added the following in web.xml
...
0
votes
1answer
248 views
Java : how to communicate from localhost Java desktop application to Java Applet?
I would know if there is a way to make a Java desktop application to communicate with an applet, in order to call Javascript functions from the desktop app (through applet).
The context :
In one ...
1
vote
1answer
77 views
catch exception thowns by prototype javascript framework
I'm using the prototype framework to obtain a reverse ajax effect in my page, i'm using this script:
<script language="JavaScript" src="prototype.js"></script>
<script>
...
1
vote
1answer
427 views
Difference between async servlet long poll and bayeux protocol (Comet)
What is the difference between a simple Async servlet and the Comet / Bayeux protocol?
I am trying to implement a "Server Push" (or "Reverse Ajax") kind of webpage that will receive updates from the ...
0
votes
0answers
45 views
dwr not able to get path to push data
Currently dwr is able to push data to current page below is code.
Collection pages = wctx.getScriptSessionsByPage(currentPage);
What i want to do is send data to a specific page in same app. So i ...
0
votes
0answers
45 views
how to check if an ajax-request have existed using Jquery
i am using a code for reverse-ajax using long polling... my code is complete except for one thing that i want to check whether a previous connection existes, and if it exists, then abort it, and then ...
0
votes
0answers
104 views
Reverse Ajax Error On Online Booking
I am working on a online bus booking and i am using reverse ajax long polling to work on the field,
I have worked on it and gained the result, but still a glitch is happenning in the script.
i have ...
0
votes
0answers
105 views
Grizzly Comet hasn't been registered- DWR reverse ajax in Glassfish
I'm using dwr3 for reverse ajax with spring mvc in my application. It has been deployed in the server-glassfish (version 3.1). The following jar file was added to the application to fix the issue ...
1
vote
1answer
101 views
Exception resuming continuation: dwr glassfish
I'm using dwr3 for reverse ajax with spring mvc. Everything works fine when the application is deployed in tomcat(version 6). But I'm getting the following error when running the same application in ...
0
votes
1answer
157 views
How to add row at the top with DWR addRows function
I am following this example http://directwebremoting.org-demo/reverseajax/peopleTable.html
Here it is adding the rows to the end of the table.
But my requirements is i have to add at the top. Every ...
1
vote
1answer
608 views
AJAX/Reverse AJAX: Polling or Push?
Been studying a ton on AJAX because I'm making a real-time application out of Javascript and PHP. It needs to be able to update without refreshing the page and in real-time.
I tried polling the ...
5
votes
3answers
962 views
How to integrate SockJS with another web framework
As an alternative to Socket.io, there is SockJS (https://github.com/sockjs/sockjs-client), which seems to be better maintained and more stable than Socket.io.
This question is about the conceptual ...
3
votes
1answer
461 views
My first reverse ajax application
I want to learn about reverse ajax, I found a gadget called ICEPush and I thought it could be a good starting point. I am having trouble implementing a very simple application.
I am following this ...
15
votes
1answer
5k views
SockJS or Socket.IO? Worth to recode ajax-based page? [closed]
First of all: I'm totally new to the whole push-content-to-client idea!
I'm a experienced Web developer with good Jquery, ajax und JS in all skills.
First the simple question: Which one's better: ...
3
votes
1answer
441 views
Is an API RESTful if it allows permanent requests (server push)
I am writing a REST API providing CRUD operations on resources.
I'd like the users to be able to register to some resources changes and get the updates via server push. For the server push I will ...
0
votes
1answer
179 views
Difference between reverse ajax and normal ajax
Can anybody describe me the difference between reverse ajax and normal ajax . If possible explain what reverse ajax can do in web world , some real world examples too.
I never used this reverse ajax ...
1
vote
1answer
481 views
Does facebook use comet or long polling for getting new stream and messages?
I would like to know if there are any code references that I can follow to write a very simple example. Many posts or websites just talk about the technology.
1
vote
1answer
258 views
Phonegap - Reverse ajax
Trying to make a PhoneGap application. According to scenario there slave phones and one or two master phone, slave ones start to send some data to a server and server processes data and sends some new ...
0
votes
3answers
1k views
ASP.NET asynchronous controllers and long polling
I've been looking for IIS based solutions for comet/push/reverse-ajax pages, and came upon asynchronous controllers
It seems like that allows xhr long polling without the problem of running out of ...
1
vote
0answers
232 views
Lightweight two-way communication between python script and chrome extension
I want to run a lightweight python script that will communicate with a chrome extension running on the same machine, with the ability to push updates to the chrome extension's background page.
I like ...
5
votes
2answers
836 views
Is php scalable with reverse ajax long polling?
I am working on a website that displays some data from DB that changes frequently (Status of a queue and a chat conversation). My current setup is Apache/PHP/MySQL. Naturally I would like to avoid ...
1
vote
3answers
1k views
JavaScript library for push/comet/reverse-ajax notifications?
I'm planning on building a website where you can play (turn-based) games with other people. I need to be able to communicate which moves have been made. I think push-notifications are best suited for ...
1
vote
4answers
752 views
How to implement event listening in PHP
here is my problem: I have a script (let's call it comet.php) whic is requsted by an AJAX client script and wait for a change to happen like this:
while(no_changes){
usleep(100000);
//check ...
2
votes
3answers
1k views
Broadcasting to a subset of subscribers in Atmosphere
What I'm trying to do:
Be able to have users subscribed to a number of different 'chat rooms' and use reverse AJAX / comet to send messages from a chat room to everyone logged into that room. (a bit ...
0
votes
0answers
719 views
Reverse AJAX with Grails [closed]
I'm looking to implement some reverse AJAX on a small Grails demo I'm working (potential 'prototype' for larger project).
What I have in mind (feel free to correct me if you think I am approaching ...
0
votes
1answer
336 views
using php with comet [closed]
I want to know Comet. Searching over net I came to know that Comet uses persistent connection. So I want to know is this good with php.Can some one give me example of comet to know the current time. ...
0
votes
1answer
311 views
Coding a Game Lobby in ASP.NET
I have an online 3D multiplayer game that uses a plugin to embed itself into a web page and I'm trying to figure out how to make a web based lobby for it without turning to Flash.
The idea is that ...
0
votes
2answers
144 views
Automatic Checking of Incoming Emails
Is their a way to either code server side or client side to check new incoming replies to emails and register them in some way? I read upon using something called Reverse Ajax is this possibly the ...
0
votes
1answer
520 views
Fetch data from Android to webserver
I have a certain concept in mind, but I an unsure what my possibilities are.
User enters a name (html form) on a webpage
Webserver sends push notification to the Android device of the user
...
1
vote
1answer
1k views
Scaling Microsoft's ASP.NET Reverse AJAX “long poll” codeplex example
I'm investigating Microsoft's reverse-AJAX sample wherein they use a long timeout in the ScriptManager
<asp:ScriptManager ID="ScriptManager1" runat="server" AsyncPostBackTimeout="2147483647">
...
8
votes
1answer
239 views
Javascript implementation of WS-I Reliable Secure Profile
I'm using the .NET 4 server side implementation of Reliable Secure Profile for HTTP/S push and want to know if there is a JavaScript client available.
0
votes
1answer
437 views
Any examples of Reactive Extensions for Javascript + WCF?
I understand the basics behind the Javascript examples, but I'm having difficulty seeing how this will work with WCF. My goal is to enable COMET (HTTP Push) style access to my data, but I'm not sure ...
6
votes
3answers
1k views
How do modern implementations of Comet/Reverse AJAX work? Any stable C# WCF or ASP.NET implementations?
What is the correct way (or best) way to implement Comet, HTTP Push, or Reverse AJAX?
What .NET implementations would you recommend?
0
votes
4answers
1k views
Which reverse ajax library for Java?
What are worth to look at libraries for reverse ajax in Java web app?
Atmopshere is still in 0.6 version, ICEpush still in alpha version, and websockets in Firefox 4.0 wont be available too.
6
votes
1answer
303 views
Does anyone use ICEpush on production server under heavy load?
ICEpush is still in alpha version, so I am curious if it is appropriate to use in web application on tomcat or tc server with many clients. How many users can be serviced by this technology with small ...
4
votes
5answers
4k views
Reverse Ajax(Comet) with ASP.NET
I am looking for a basic example of how to implement the Reverse Ajax (Comet) with ASP.NET. I have already looked the below ones and I don't want to use them right now (because they are paid)
...
6
votes
4answers
5k views
Reverse Ajax implementation using php
I am looking to implement reverse ajax in my application which is using PHP and jquery. I have googled a bit about it and found XAJA but that seems to be a paid application. Is there an open source ...
1
vote
3answers
2k views
Reverse AJAX with IIS/ASP.NET
Can you suggest me some techniques/API's for doing a Reverse AJAX with ASP.NET? I checked WebSync, but thats too expensive, any free API's?
And I would also be please to get some tutorials regarding ...
6
votes
4answers
2k views
PHP + Comet (long-polling) scaling / hosts
I have developped an application using PHP/MySQL which used comet technology, presicely long-polling. The proof of concept works great, but I am expecting traffic to quickly reach thousands of ...
2
votes
1answer
1k views
GWT Comet Integration (Server Push) Help
I am getting some difficulties with comet on the server
First, I am working with the default configuration of the gwt hosted
mode(i.e. using jetty), do i need to make any change to enable comet
Now, ...
1
vote
2answers
899 views
C#/ASP Based Reverse AJAX
I have a current project running using APE that needs to work on C#/.NET... I was wondering if anyone had any suggestions for either a method of approaching Reverse AJAX/Comet on C#/.NET or any ...
3
votes
2answers
2k views
PHP real time chat with ajax polling
I need to create a chat similar to facebook chat.
I am thinking to use ajax polling ( to send request every 2-3 seconds ).
Is this a good approach ? Or I need to use other server side languages ...
5
votes
3answers
1k views
How should I implement reverse AJAX in a Django application?
How should I implement reverse AJAX when building a chat application in Django? I've looked at Django-Orbited, and from my understanding, this puts a comet server in front of the HTTP server. This ...
6
votes
3answers
2k views
Comet, Ajax Push, Reverse Ajax
Someone have any sample of Comet app .net?
I need one sample how to persist connection of client in server?
0
votes
2answers
726 views
Client polling (reverse AJAX) for chat requests in Django?
I want to make it that one user on the site can chat request another user on my Django site. I want the requestee to get a realtime box that say: "Do you want to chat?"
How does the following client ...
11
votes
1answer
1k views
How scalable is the Lift framework's comet/reverse ajax?
I recently learned scala and about to start working/learning Lift framework. Going through the Features and getting started with the framework, I had seen some amazing capabilities of the framework ...
11
votes
3answers
5k views
How To Implement ReverseAJAX (Comet) in ASP.Net MVC
How could I implement a Comet architecture in a ASP.Net MVC?
0
votes
1answer
367 views
APE-Project and ASP.NET MVC
I am attempting to utilize the reverse-ajax project APE-Project with ASP.NET MVC and wondering if anyone has had any experience utilizing this project with ASP.NET and can provide some advice ...
1
vote
3answers
379 views
Can push technology / comet be faked?
Client has a dating site and would like to have a popup (either a nice javascript overlay or a new browser window popup. we're flexible.) displayed to users when another user is visiting their page.
...
2
votes
2answers
2k views
Reverse Ajax + JSP-Servlet
We are trying to create a reverse ajax in our project.
I've checked on the net and didn't find something concrete. I was unable to run any of the tutorials provided successfully.
My object is:
to ...