Re: GAE and Tapestry5 integration

2009-11-12 Thread sodium
Dmitry, just a quick off topic question. Did your application work properly after you upload to the Google App Engine? It works properly when i run it on my local app server, but there is error loading Spring when i upload it. I decided to change my Spring to 3.0.0.M4, and the logs showed: Cause

Re: GAE and Tapestry5 integration

2009-11-11 Thread sodium
Hi Dmitry, Thanks for sharing again. I finally able to figure out whats wrong. The problem is that i am only using maven2 building instead of Google App Engine plugin for Eclipse. Here's what i done to correct it in case anyone needed it. My setup is basically same as Mr. Dmitry except that i u

Re: GAE and Tapestry5 integration

2009-11-09 Thread Dmitry Gusev
I'm using 5.2.0.0-SNAPSHOT and Spring 3.0.0-RC1. Here's my *web.xml*: http://java.sun.com/xml/ns/javaee"; version="2.5"> tapestry.app-package dmitrygusev.ping app org.apache.tapestry5.spring.TapestrySpringFilter app /*

Re: GAE and Tapestry5 integration

2009-11-09 Thread sodium
Hi Dmitry, Thanks for sharing. I tried integrating the Spring in it but it keep spitting out all sorts of errors when its constructing the bean from the applicationContext.xml. Can u share how u integrate Spring in it? I noticed that u r using the Spring 3.x instead. I tried integrate with Tapes

Re: GAE and Tapestry5 integration

2009-11-08 Thread Dmitry Gusev
Here's some examples: *ping-service\src\META-INF\persistence.xml:* http://java.sun.com/xml/ns/persistence"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"

Re: GAE and Tapestry5 integration

2009-11-08 Thread Dmitry Gusev
Tapestry 5.1 should run on GAE 1.2.6(7) as is. I used T5.1 w/ Spring/JPA on GAE and didn't get any troubles at the cloud except some issues on development machine: http://dmitrygusev.blogspot.com/2009/10/develope-java-applications-with-gae-sdk.html http://dmitrygusev.blogspot.com/2009/08/turn-jav