PrimePush is a server-push framework for the PrimeFaces JSF component suite.
Questions tagged [primepush]
21 questions
0
votes
1 answer
Primefaces 5.3 push fails on GlassFish 4.1
My web.xml:

seinecle
- 10,118
- 14
- 61
- 120
0
votes
0 answers
Push large number of clients update
At the moment i am using prime push to send a refresh command to the client's jsf page and the jsf page will then reload itself and render the changes. It looks something like that:
Server:
EventBus eventBus =…

perotom
- 851
- 13
- 33
0
votes
0 answers
Configuring primefaces push server for tomcat
I'm working on prime faces. I've started primefaces push.
Now when I attempt to publish some data to channels, got no answer showing it's working!
After some googling, found that it might need a separate webapp from jsf webapp:
primefaces push…

Amir Bahrami
- 23
- 6
0
votes
1 answer
Rejecting a primepush connection
As I understand the way that PrimePush works, connecting to the server happens through javascript invocation from the client side.
I am worried about users hacking the javascript - trying to subscribe to channels that they do not have permission…

Håvard Rykkelid
- 21
- 5
0
votes
2 answers
PrimePush under Jboss 7.1.1
I am developing a counter example application with PrimePush technology. I'm using Promefaces 5.0 and Atmosphere 2.1.6 under Jboss 7.1.1
I discovered that with Primefaces 3.4.2 and atmosphere 1.0.8 Push works. But i must use primefaces 5.0
So I'm…

Antonio Foglia
- 77
- 2
- 10
0
votes
1 answer
PrimePush ClassNotFoundException
I have been trying to get PrimePush working on my web application that runs on Tomcat 7. I have spent the whole day searching threads and StackOverFlow but have not yet came across a solution! Some of these include, this and this aswell as several…

Stu Whyte
- 758
- 5
- 19