-
PrimeFaces Dual Release (6 messages)
- Posted by: Silvo Cavalieri
- Posted on: September 09 2009 15:35 EDT
UI Component 0.9.2 UI Components 0.9.2 includes important performance updates, new components and improvements on Partial Page Rendering infrastructure. Significant changes of this release are as following; * New component : Wizard * New component : Layout Framework * New component : Growl * New component : Stack * New component : Collector * Every resource that is included to the page is now compressed by YUI compressor, this leads to a significant improve in page load times. * Plain Html is now supported in partial response with Facelets. Full changelog is availabe at here. Next version 0.9.3 will feature better portlet support, enhanced datatable and new components like dualList, sortList and keyboard. Optimus 0.8.0 Entire persistence support is rewritten to support warp-persist. Optimus simply orchestrates the JSF-Guice-JPA technology stack.Threaded Messages (6)
- Re: PrimeFaces Dual Release by Thai Dang Vu on September 10 2009 09:57 EDT
- Google App. Engine Support by Ken Fyten on September 10 2009 13:39 EDT
- PrimeFaces + GAE by Brendan Haire on January 19 2010 17:56 EST
- Re: PrimeFaces Dual Release by Sheng Gu on September 11 2009 10:44 EDT
- Re: PrimeFaces Dual Release by Silvo Cavalieri on September 11 2009 12:28 EDT
- Re: PrimeFaces Dual Release by Thai Dang Vu on September 14 2009 10:16 EDT
- Re: PrimeFaces Dual Release by Silvo Cavalieri on September 11 2009 12:28 EDT
-
Re: PrimeFaces Dual Release[ Go to top ]
- Posted by: Thai Dang Vu
- Posted on: September 10 2009 09:57 EDT
- in response to Silvo Cavalieri
Does PrimeFaces work with JSF 1.2 on Google App Engine? I just need ajax features, not all the fancy components right now. If it works on GAE, could you please post a blank app (so that I don't have to struggle with the web.xml)? Thank you. -
Google App. Engine Support[ Go to top ]
- Posted by: Ken Fyten
- Posted on: September 10 2009 13:39 EDT
- in response to Thai Dang Vu
Not sure about PrimeFaces, but ICEfaces (http://www.icefaces.org) supports Google App. Engine deployment as of v1.8.1, and can be used to easily provide partial-page update to an existing JSF application as well as to add custom rich components as required/desired. -
PrimeFaces + GAE[ Go to top ]
- Posted by: Brendan Haire
- Posted on: January 19 2010 17:56 EST
- in response to Thai Dang Vu
Hi Thai, I have integrated GAE, PrimeFaces, Spring and Maven. Go here for more details and sample app: http://eriahit.wordpress.com/2010/01/19/gae-primefaces-spring-maven/ Enjoy Brendan -
Re: PrimeFaces Dual Release[ Go to top ]
- Posted by: Sheng Gu
- Posted on: September 11 2009 10:44 EDT
- in response to Silvo Cavalieri
Does PrimeFaces work with JBoss Seam framework? Thanks. -
Re: PrimeFaces Dual Release[ Go to top ]
- Posted by: Silvo Cavalieri
- Posted on: September 11 2009 12:28 EDT
- in response to Sheng Gu
Yes, PrimeFaces works with Seam very well, in fact there's a sample application called phonebook deployed online. http://97.107.138.40:8080/prime-phonebook/entryManager.jsf. Regarding google app engine, it's known to be working in a local environment that simulates app engine but we've never tried deploying online using app engine. -
Re: PrimeFaces Dual Release[ Go to top ]
- Posted by: Thai Dang Vu
- Posted on: September 14 2009 10:16 EDT
- in response to Silvo Cavalieri
Regarding google app engine, it's known to be working in a local environment that simulates app engine but we've never tried deploying online using app engine.
I tried both RichFaces and ICEfaces on GAE. Both of them work in a GAE simulating local environment but none works when being deployed (although ICEfaces 1.8.1 was said to work fine with GAE). The exception when ICEfaces 1.8.1 is deployed to the online GAE is[code]com.icesoft.faces.webapp.http.servlet.SessionDispatcher$Listener contextInitialized: Could not start SessionMonitor: access denied (java.lang.RuntimePermission modifyThreadGroup)[/code] If there's a war file (no matter what rich/prime/ice faces is used inside) working with the online GAE, could it be shared? Thank you.