mrensan / zkgrails

Automatically exported from code.google.com/p/zkgrails
0 stars 0 forks source link

Better support Google's AppEngine #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Support AppEngine

Original issue reported on code.google.com by chanwit on 18 Apr 2009 at 12:16

GoogleCodeExporter commented 8 years ago
Current ZKGrails cannot deploy to app-engine because there is Hibernate 
dependency.

Original comment by chanwit on 29 May 2009 at 1:34

GoogleCodeExporter commented 8 years ago
I've created a new branch, app-engine, for changes to support it.

Original comment by chanwit on 29 May 2009 at 1:42

GoogleCodeExporter commented 8 years ago
Update:

Now it's deployable, but content of .zul files are sent directly and not 
processed by
LayoutServlet. Anyway, runing locally is fine.

Original comment by chanwit on 30 May 2009 at 1:32

GoogleCodeExporter commented 8 years ago
Doing some more tests and found that it's not filter problems.

AppEngine is still sending file contents directly.

Probably, we need to tweak LayoutServlet to read and process .zul files from
classpath stream. (GroovyServlet processes groovy files from classpath).

Original comment by chanwit on 30 May 2009 at 2:43

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 2 Jun 2009 at 9:10

GoogleCodeExporter commented 8 years ago
Might be solved with Zul Resource Solver in ZKSpring:

http://code.google.com/p/zkgrails/issues/detail?id=43

Original comment by chanwit on 3 Jun 2009 at 9:46

GoogleCodeExporter commented 8 years ago
Running .zul is GAE specific. now solved with:

http://docs.zkoss.org/wiki/ZK/How-Tos/Installation/How_to_Integrate_ZK_with_Goog
le_App_Engine

Current problem is wired Composers not working. Need to confirm if it's a 
ZK-Grails
or ZK problem.

Original comment by chanwit on 5 Jun 2009 at 11:28

GoogleCodeExporter commented 8 years ago
Someone on ZK's forum confirmed that his Composer codes also not working on 
GAE. Need
to wait for new FL to come out.

Original comment by chanwit on 6 Jun 2009 at 8:01

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 9 Jun 2009 at 7:56

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 7 Jul 2009 at 2:04

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 21 Oct 2009 at 3:08

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 19 Mar 2010 at 10:29

GoogleCodeExporter commented 8 years ago
Need to configure zk.xml for making session serializable to fully support GAE.

Original comment by chanwit on 20 Apr 2010 at 3:39

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 14 May 2010 at 5:24

GoogleCodeExporter commented 8 years ago
Postponed to 1.1 because the latest gorm-gae works only with Grails 1.3.1+.
I will keep ZKGrails 1.0 to be compatible with Grails 1.2.x.

Original comment by chanwit on 6 Jun 2010 at 3:10

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 25 Dec 2010 at 5:42

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 25 Dec 2010 at 5:42

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 11 May 2011 at 11:27

GoogleCodeExporter commented 8 years ago
Awaiting for this issue:

http://code.google.com/p/googleappengine/issues/detail?id=4250

to be fixed.

Original comment by chanwit on 17 May 2011 at 2:01