Re: [appengine-java] Re: JSF 2 state saving on server

2011-04-05 Thread Derek Berube
Hello, I'm the author of the article that Daniel referred you to and I wanted to provide some clarification on what I meant by appears to handle in the comments regarding the javax.faces.STATE_SAVING_METHOD parameter in the web.xml. Problems that I have had in the past with storing state on

Re: [appengine-java] JSF 2.0.1 on GAE | java.lang.RuntimeException: java.io.NotSerializableException: com.sun.faces.context.flash.ELFlash

2009-12-13 Thread Derek Berube
Joe, Your web.xml looks good and a quick look at the JSF RI source code shows that it is not Serializable (I just peeked at the JSF 2.0.2 code which was released on the 10th and the class isn't Serializable there). As described in the source code for the javax.faces.context.Flash

Re: [appengine-java] JSF 2.0.1 on GAE | java.lang.RuntimeException: java.io.NotSerializableException: com.sun.faces.context.flash.ELFlash

2009-12-13 Thread Derek Berube
What does the web page where you get the java.io.NotSerializableException look like? I tried playing around with the javax.faces.context.Flash features on the http://jsf2gae.appspot.com/ site. The first page, flash.xhtml, has the following source: !DOCTYPE html PUBLIC -//W3C//DTD XHTML

Re: [appengine-java] Re: JSF 2.0.1 java.lang.ClassNotFoundException: void

2009-11-28 Thread Derek Berube
A simple project (where the JSF2 framework initializes and a default page is displayed) is available at Google Code: http://code.google.com/p/jsf2template/. This is the source code for the application I wrote developing the tutorial for configuring a JSF 2 project to run on Google App Engine -

Re: [appengine-java] web.xml version=2.5 is not supported

2009-11-18 Thread Derek Berube
available to your web application. Derek Berube Wildstar Technologies, LLC. 1453 Riverview Run Lane Suwanee, Georgia 30024-3890 M: (404) 444-5283 http://www.wildstartech.com/ On Wed, Nov 18, 2009 at 5:24 AM, Nacho Coloma icol...@gmail.com wrote: Hi all, I have been trying to use the following

Re: [appengine-java] Configuring JSF 2.0 to run on Google App Engine

2009-11-18 Thread Derek Berube
at jsf2template.appspot.com. The source code for this project is available from Google code at: http://code.google.com/p/jsf2gae/. Derek Berube Wildstar Technologies, LLC. 1453 Riverview Run Lane Suwanee, Georgia 30024-3890 M: (404) 444-5283 . http://www.wildstartech.com/ On Tue, Nov 17, 2009 at 2:24 AM, Denden

[appengine-java] Re: Framework for java/jsp based dev supported by GAE

2009-10-19 Thread Derek Berube
support in case of GAE apps. Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Sun, Oct 18, 2009 at 7:52 AM, Derek Berube derek.ber...@gmail.com wrote: IMHO, the most important things that the Google AppEngine Plug-In for Eclipse does is: Provide the ability

[appengine-java] Re: Framework for java/jsp based dev supported by GAE

2009-10-19 Thread Derek Berube
and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Sun, Oct 18, 2009 at 7:52 AM, Derek Berube derek.ber...@gmail.com wrote: IMHO, the most important things that the Google AppEngine Plug-In for Eclipse does is: Provide the ability to create a new AppEngine project. Launch