Questions tagged [jsf-stateless]

Use this tag for questions related to "Stateless JSF" as in

5 questions
5
votes
0 answers

Running JSF in stateless mode (0 costs for state saving)

I recently came across a stateless extension for JSF(Mojarra) developed by Rudi which claims to deliver vast improvements in performance at even lower costs of memory/ CPU & reduced latency, with 0 memory overhead for state saving & also saying…
Aklin
  • 2,621
  • 2
  • 17
  • 17
5
votes
1 answer

JSF State Saving initially to server & on session timeout transfer to client?

Are there any state saving method that would allow JSF application to intially save state data on server but after the session expire time interval , that state is transferred to client so that app is always responsive even after the session timeout…
Rajat Gupta
  • 25,853
  • 63
  • 179
  • 294
3
votes
1 answer

MyFaces doesn't append javax.faces.ViewState back on ajax update of stateless view

I'm experiencing some trouble running multiple times the same ajax request that updates its enclosing form with stateless JSF (MyFaces 2.2.8 + CDI OpenWebBeans 1.2.7 running on Tomcat 7). Here is an SSCCE that will depict the issue better than…
Zim
  • 1,457
  • 1
  • 10
  • 21
1
vote
1 answer

JSTL and bindings in the stateless mode

An excerpt taken from a book, For a stateless view, the component tree cannot be dynamically generated/changed (for example, JSTL and bindings are not available in the stateless mode). You can't create/manipulate views dynamically. I perfectly…
Farhan stands with Palestine
  • 13,890
  • 13
  • 58
  • 105
1
vote
0 answers

Error while adding stateless jsf classes to a JSF project

Sometimes while running a JSF project on Glassfish 3.0.1, I get this error which also brings the server down. Can anybody explain how to fix this? Actually I am trying to add Stateless JSF implementation classes to my project. Sometimes it runs fine…
Rajat Gupta
  • 25,853
  • 63
  • 179
  • 294