[appengine-java] Discussion on will-it-play-in-app-engine

2010-12-03 Thread Yuri
Clojure works, and the excellent appengine-magic library makes it much easier to write code the way Lisp programmers are used to do. https://github.com/gcv/appengine-magic -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to

[appengine-java] Discussion on will-it-play-in-app-engine

2010-10-20 Thread Cornel Creanga
BlazeDS messaging does not work on GAE. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to

[appengine-java] Discussion on will-it-play-in-app-engine

2010-08-05 Thread Java Guru
Any specific reason why Java API for XML parsing is not supported. I understand that there would be more CPU usage, since XML parsing uses more processor. But apart from that is there any reason why this is not supported. As is see lot of frameworks are already supported like struts, spring,

[appengine-java] Discussion on will-it-play-in-app-engine

2010-07-30 Thread Hoang Le
JSP session beans are not supported; to enable EL parsing, add %...@page isElIgnored=false % to your JSPs and %...@tag isElIgnored=false % to your tag files. The attribute isElIgnored is incorrect. The correct attribute is isELIgnored with the capital L. Please correct the statement as many

[appengine-java] Discussion on will-it-play-in-app-engine

2010-07-26 Thread Jon Lorusso
It is misleading to suggest DWR 3.0RC1 is fully compatible with google app engine. See here: http://groups.google.com/group/google-appengine-java/browse_thread/thread/8db782c90827d825?pli=1 and here: http://old.nabble.com/DWR3RC1-threads-to23074328.html#a23074328 for more info -- You received

[appengine-java] Discussion on will-it-play-in-app-engine

2010-07-24 Thread shekhar
Creating a Spring Roo application and deploying on Google App Engine http://java.dzone.com/articles/creating-application-using -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to

[appengine-java] Discussion on will-it-play-in-app-engine

2010-07-17 Thread Shyam Visamsetty
Just wanted to update this page on iText library. http://blog.rubypdf.com/2009/12/17/how-to-run-itext-on-google-app-engine/ -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to

Re: [appengine-java] Discussion on will-it-play-in-app-engine

2010-07-17 Thread Guillaume Laforge
Neat! Do you know if the patch will find its way in the iText source tree at some point? Guillaume On Sat, Jul 17, 2010 at 21:51, Shyam Visamsetty shyamsunder...@gmail.comwrote: Just wanted to update this page on iText library.

[appengine-java] Discussion on will-it-play-in-app-engine

2010-07-05 Thread Bert Peters
I succesfully tested FreeMarker (www.freemarker.org) on App Engine. Care to add it to the list? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To

[appengine-java] Discussion on will-it-play-in-app-engine

2010-06-11 Thread jarent
I was able to run drools (http://www.jboss.org/drools) on GAE. Required libraries, that works fine: * drools-api-5.0.1.jar * drools-compiler-5.0.1.jar * antlr.jar * antlr-runtime-3.1.1.jar Problemtic ones: * mvel2-2.0.18.jar - At least this version is required, older ones have compatibility

[appengine-java] Discussion on will-it-play-in-app-engine

2010-05-07 Thread Prateek
Is tiles ver 2.1.4 compatible with struts 2 in GAE can one reply at pra.a...@gmail.com -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe

[appengine-java] Discussion on will-it-play-in-app-engine

2010-05-05 Thread Nacho Coloma
Loom 2.0 (http://loom.extrema-sistemas.org) is compatible with appengine out-of-the-box, and it includes some extras in a separate loom-appengine.jar. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email

Re: [appengine-java] Discussion on will-it-play-in-app-engine

2010-04-26 Thread nicolas melendez
JDOM expends a lot of cpu time parsing XML. so be careful or tour wallet will suffer :S NM On Sun, Apr 25, 2010 at 5:13 PM, linhares linha...@gmail.com wrote: JDOM 1.1 seems to be compatible if you put xerces.jar together with the jdom.jar. -- You received this message because you are

Re: [appengine-java] Discussion on will-it-play-in-app-engine

2010-04-26 Thread Joel Weight
I had the same problem with JSF 2 so I wrote this blog entry which details a fix. Unfortunately it means recompiling jsf. http://digitaljoel.wordpress.com/2009/12/21/jsf-2-0-2-and-google-app-engine/ http://digitaljoel.wordpress.com/2009/12/21/jsf-2-0-2-and-google-app-engine/ Joel On Wed, Mar

[appengine-java] Discussion on will-it-play-in-app-engine

2010-04-25 Thread linhares
JDOM 1.1 seems to be compatible if you put xerces.jar together with the jdom.jar. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this

[appengine-java] Discussion on will-it-play-in-app-engine

2010-03-31 Thread Haroon Idrees
I tried JSF 2.0 on App engine I got this error [java] java.lang.NoClassDefFoundError: javax.naming.InitialContext is a restricted class. Please see the Google App Engine developer's guide for more details. [java] at

[appengine-java] Discussion on will-it-play-in-app-engine

2010-03-31 Thread Haroon Idrees
Please Help I want to test JSF 2.0 over google Appengine ,I followed all instruction given at

[appengine-java] Discussion on will-it-play-in-app-engine

2010-03-24 Thread tetsujin1979
qexo - http://www.gnu.org/software/qexo/ ? or even just kawa - http://www.gnu.org/software/kawa/index.html -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com.

[appengine-java] Discussion on will-it-play-in-app-engine

2010-03-23 Thread Denis Tsyplakov
Jasper? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com.

[appengine-java] Discussion sur will-it-play-in-app-engine

2010-03-16 Thread Cédric B .
Hi, I don't find puremvc4gwt in this list. Is it compatible ? Is it possible to use this framework on GAE ? Thanks ! -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to

[appengine-java] Discussion on will-it-play-in-app-engine

2010-03-15 Thread eldandi
Hi, I was wondering if someone could please add a link to the download page of the struts 1.2.28 version, as I find it very hard to find and I see that most of the other supported frameworks have their own links. Thanks! -- You received this message because you are subscribed to the Google

[appengine-java] Discussion on will-it-play-in-app-engine

2010-02-21 Thread SRF
I have put together a template project for getting started with Wicket on Google App Engine. It's a re-implementation of the Guestbook demo. It also uses Guice. http://code.google.com/p/wicket-gae-template/ -- You received this message because you are subscribed to the Google Groups Google

[appengine-java] Discussion on will-it-play-in-app-engine

2010-02-15 Thread Bryant Luk
Apache Wink ( http://incubator.apache.org/wink/ ) should be compatible with Google App Engine. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To

[appengine-java] Discussion on will-it-play-in-app-engine

2010-02-11 Thread Spines
Hi, I have an alternative for getting Spring forms working on the app engine. Instead of registering custom editors for your properties, you can just comment out the offending line (a call to findEditorByConvention) in the spring source code and recompile. Everything will work fine as long your

[appengine-java] Discussion on will-it-play-in-app-engine

2010-02-11 Thread zhiw...@gmail.com
jersey 1.1.5 final now fully support gae http://blogs.sun.com/sandoz/entry/jersey_1_1_5_is -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe

[appengine-java] Discussion on will-it-play-in-app-engine

2010-02-09 Thread Stevko
Has anyone tried some of the payment gateways within AppEngine? I am looking at the Chase Orbital Secure Payment Gateway. One issue I have from an initial look at their Developer Guide is the requirement for an additional SSL security provider:

[appengine-java] Discussion on will-it-play-in-app-engine

2010-01-26 Thread gilad bar-orion
Any information regarding HtmlUnit and HttpUnit (or any other Java library for web sites DOM loading?) Thanks -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to

[appengine-java] Discussion on will-it-play-in-app-engine

2010-01-22 Thread jmarranz
Hi Jeff S I've added more working examples in GAE of ItsNat framework and fixed problems. The phrase It works including AJAX: http://itsnatfeatshow.appspot.com/servlet?itsnat_doc_name=manual.core.example; Can now be shorter: It works including AJAX: http://itsnatfeatshow.appspot.com; Thanks

[appengine-java] Discussion on will-it-play-in-app-engine

2010-01-21 Thread akochnev
Tapestry 5.1 and 5.2-SNAPSHOT are now compatible w/ GAE, since the javx.xml.stream API was whitelisted , sample apps are at http://tapestry-test.appspot.com/ or http://ping-service.appspot.com/ -- You received this message because you are subscribed to the Google Groups Google App Engine for

[appengine-java] Discussion on will-it-play-in-app-engine

2009-12-21 Thread Shawn
WRONG** You have: Direct Web Remoting (DWR) Version(s): 2.0.5, 3.0 RC1 Status: COMPATIBLE If AppEngine does not support spawning new threads then 3.0RC1 won't work out of the box see http://old.nabble.com/DWR3RC1-threads-td23074328.html and/or search the DWR mailing list for appengine

[appengine-java] Discussion on will-it-play-in-app-engine

2009-12-01 Thread andy.booth
Jersey (JAX-RS REST reference implementation) version 1.1.5 (trunk) works on Google App Engine (http://blogs.sun.com/sandoz/entry/ jersey_apps_can_now_be) without custom patching required. As with Restlet JAX-RS, appropriate response Providers can be easily authored as required eg. use of Google

[appengine-java] Discussion on will-it-play-in-app-engine

2009-11-24 Thread Lombo
%...@tag isElIgnored=false % didn't compile to me %...@tag isELIgnored=false % with capital L did -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To

[appengine-java] Discussion on will-it-play-in-app-engine

2009-11-23 Thread Lucas Cavalcanti
Hi, VRaptor3 (http://vraptor.caelum.com.br/en) also works on GAE, with few customizations that can be properly downloaded on google code: http://code.google.com/p/vraptor3/downloads/list (Blank project for google app engine). Add VRaptor 3 to this page, please. Thanks, Lucas -- You received

[appengine-java] Discussion on will-it-play-in-app-engine

2009-11-17 Thread Dan Dubois
I have been trying to use Batik SVG Toolkit (http:// xmlgraphics.apache.org/batik/) to generate images on GAE with no luck. I get a ClassNotFoundError on org/w3c/dom/svg/SVGDocument. I have included ALL the Batik jars in my application but can't seem to locate which jar this class should be in.

Re: [appengine-java] Discussion on will-it-play-in-app-engine

2009-11-17 Thread Toby Reyelts
On Tue, Nov 17, 2009 at 7:02 AM, Dan Dubois uvico...@googlemail.com wrote: I have been trying to use Batik SVG Toolkit (http:// xmlgraphics.apache.org/batik/) to generate images on GAE with no luck. I get a ClassNotFoundError on org/w3c/dom/svg/SVGDocument. Perhaps you need the Java binding

[appengine-java] Discussion sur will-it-play-in-app-engine

2009-10-29 Thread Jerome Louvel
Hi all, Regarding Restlet, I would like to update the description as some content and links are outdated. Version(s): 2.0 M5 + Status: COMPATIBLE - The team has created an edition of Restlet just for App Engine http://blog.noelios.com/2009/04/11/restlet-in-the-cloud-with-google-app-engine/ -

[appengine-java] Discussion on will-it-play-in-app-engine

2009-10-26 Thread Pedro Matiello
VRaptor3 is also compatible if you add a few classes and a different dependency selection. A preconfigured package is available at http://code.google.com/p/vraptor3/downloads/list (vraptor-blank- project-gae). VRaptor3 website: http://vraptor.caelum.com.br/

[appengine-java] Discussion on will-it-play-in-app-engine

2009-10-26 Thread Joonas
Please correct entry for Vaadin: Vaadin 6.1 currently has full App Engine support. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to

[appengine-java] Discussion on will-it-play-in-app-engine

2009-10-20 Thread Nate Drake
OpenAMF is working for us in AppEngine. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com To unsubscribe

[appengine-java] Discussion on will-it-play-in-app-engine

2009-09-04 Thread Geraldo Lopes
Please create a JasperReports entry. Sadly it's not compatible --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to