Questions tagged [icepush]

Multi platform Open Source Ajax Push technology.

IcePush is an Open Source Ajax Push technology with support to the following platforms: jsp, Spring MVC, GWT, Wicket, raw JavaScript, jQuery and Prototype.

22 questions
3
votes
4 answers

JSF: Using AJAX push with ICEfaces (ICEpush)

I'm using ICEfaces with ICEpush to push some data to the browser. However, it does not work like planned: It does no AJAX, it just invokes the action and returns from the action like any other non-AJAX action does. I'm using the newest ICEfaces and…
geeehhdaa
  • 822
  • 5
  • 17
  • 30
3
votes
1 answer

JSF+AJAX push : realtime chat / notification system

I'm trying to add some features to my webapp, something like a "live user-to-user" chat (like Facebook's one) and a realtime notifications system. Let's consider this scenario : We've got two users, A and B. A sends a message to B. If the chat…
StepTNT
  • 3,867
  • 7
  • 41
  • 82
2
votes
1 answer

Liferay-Portlet 6.1.20 with ICEFaces 3.3.0: ace:fileEntry and icepush

I am wiritng a Portlet for Liferay and need the ace:fileEntry component. I already had some Issues I was finally able to solve. But now I'm facing a problem I can't understand. When the viewpage where ace:fileEntry is included is openend, after plus…
marc0olo
  • 215
  • 2
  • 9
2
votes
1 answer

Implemet ICEPush 0.5.5 in Vaadin 7

I am trying to add the ICEPush add-on to my Vaadin 7 project. But, I couldn't find any correct way to implement it. I added this to my web.xml file. ICEPush for Portlets
Gugan
  • 1,625
  • 2
  • 27
  • 65
1
vote
1 answer

How to get IcePush to work with Vaadin?

I am getting java.lang.UnsatisfiedLinkError while trying to get IcePush client up and running. GWTPushContext.getInstance() throws the error when it is at the initialization method of the IcePush listener. The method should be called in correct…
mico
  • 12,730
  • 12
  • 59
  • 99
1
vote
1 answer

Vaadin 7 - update textarea at value changed

I'm new at vaadin and I want to display some infologs in a textarea. Currently I have set the pushmode in my CustomComponent to PushMode.AUTOMATIC ( @Push(PushMode.AUTOMATIC) ). But this works only the first time. To refresh the text I have to…
Sheldon
  • 276
  • 3
  • 17
1
vote
2 answers

JSF Session timeout and auto redirect to login page without user intraction eventhough Ajax push is active

I'm using Iceface Icepush in my JSF application to send some notifications to client. Because of this session timeout never happen on my application. I've specified session timeout 15 mins. My requirement is, server should invalidate session if…
vels4j
  • 11,208
  • 5
  • 38
  • 63
1
vote
1 answer

Vaadin addon ICEpush Error during maven install

I am trying to use Vaadin Addon ICEpush. I have added the following maven snippet to my pom.xml org.vaadin.addons icepush
sbolla
  • 671
  • 3
  • 22
  • 39
1
vote
1 answer

Cannot send email in ICEmobile project

I just started to delve into ICEsoft. I have an ICEmobile project in which I try to implement notification sending to users. I use Tomcat 7, ICEmobile 1.1, ICEfaces 3, and my IDE is Eclipse Juno 4.2. Here are some code snippets for rendering…
Irene777
  • 11
  • 2
0
votes
1 answer

"No RequestCycle is currently set!" exception when using icepush wicket integration and trying to call 'push()' from another class

Ok here goes. This is my first ever wicket application and I'm trying to integrate icepush using the pushpanel example. What I'm trying to do is push an update to the panel by calling an 'updatePanel(String content)' method from another class. Here…
icecreamhead
  • 111
  • 1
  • 12
0
votes
1 answer

how to use IcePush to update client's display?

i'm trying to set an online checkers game, using JSF2 on GlassFish 3, where all the game's logic is taken care by EJB. the thing is i want player A board's display to get updated after the player B's move. after the player B finished his/her move,…
eRez
  • 257
  • 8
  • 24
0
votes
2 answers

Is there a way to make the ICEPush 2.0.0 wicket pushpanel work with wicket 1.5.4?

I'm trying to use the PushPanel class from ICEPush wicket integration, but the wicket classes used appear to have changed and the PushPanel class does not work with wicket 1.5.4. The icepush-wicket.jar was built using wicket-1.4.5 and some of the…
icecreamhead
  • 111
  • 1
  • 12
0
votes
1 answer

icepush-basic example does nothing

I'm new to icepush. I have started icepush-basic example under Tomcat 6. I made WAR file with Ant and deployed it as apropriate. I see the page "Basic ICEpush Test Current Push Notifications: " and nothing more hapenning. Then I ran this sample…
Dims
  • 47,675
  • 117
  • 331
  • 600
0
votes
1 answer

Grails and Icepush. Any good starting point?

I'm planning to build a more or less simple collaborative web application allowing users to be part in different simultanous proccesses by switching through them. I thought I give Icepush a try using it as a grails plugin (I have some experience…
kaffee
  • 3
  • 1
0
votes
0 answers

ICEPush break's Vaadin 7 application

I have org.vaadin.addons icepush 0.5.5 in my pom.xml. Application starting with servlet @WebServlet(urlPatterns = "/*",…
1
2