[GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem

2010-01-15 Thread Ali Ok
Hi, I am trying to detect the problems that I can face. I experienced several problems with MyFaces 1.2.8, and just overrode my solutions without considering the architecture in order to move along. Then I will make my proposal solving this problems within the architecture. However, I couldn't

Re: [GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem

2010-01-15 Thread Jakob Korherr
Hi, Just a few ideas: 1) MyFaces 1.2 requires java 1.5 or later, JSP 2.1, JSTL 1.2 and a Java Servlet 2.5 implementation [1] and I'm not sure, if Tomcat 5.0.28 provides that. 2) JSF 1.2 uses the unified expression language, which also includes javax.el.ValueExpression, so maybe you have to

Re: [GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem

2010-01-15 Thread Matthias Wessendorf
On Fri, Jan 15, 2010 at 11:28 AM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi, Just a few ideas: 1) MyFaces 1.2 requires java 1.5 or later, JSP 2.1, JSTL 1.2 and a Java Servlet 2.5 implementation [1] and I'm not sure, if Tomcat 5.0.28 provides that. nope:

Re: [GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem

2010-01-15 Thread Werner Punz
Matthias Wessendorf schrieb: On Fri, Jan 15, 2010 at 11:28 AM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi, Just a few ideas: 1) MyFaces 1.2 requires java 1.5 or later, JSP 2.1, JSTL 1.2 and a Java Servlet 2.5 implementation [1] and I'm not sure, if Tomcat 5.0.28 provides that. nope:

Re: [GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem

2010-01-15 Thread Ali Ok
Hi, Thanks for replies. Then, since JSP support is not clear and seems problematic on GAE, I will use Facelets as view technology. On Fri, Jan 15, 2010 at 1:22 PM, Werner Punz werner.p...@gmail.com wrote: Matthias Wessendorf schrieb: On Fri, Jan 15, 2010 at 11:28 AM, Jakob Korherr