[appengine-java] Enhancement: Mail traffic and management in Dashboard

2010-08-24 Thread andrew
While debugging e-mail reception and sending in a deployed application on GAE I thought it might be an interesting enhancment to have some visibility of emails received and/or sent from the application in the dashboard? Off course I can log all reception and sending myself and then inspect in the

[appengine-java] Re: GWT and GAE: Uploading Files to Blobstore

2010-08-24 Thread rapher
i even tried to upload very small files (~4kB), same exception ... -- 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

[appengine-java] Re: HtmlUnit support on GAE for GWT crawlability

2010-08-24 Thread Matt H
Indeed On Aug 23, 10:43 pm, Gal Dolber gal.dol...@gmail.com wrote: Thats why he needs htmlunit 2010/8/23 Arthur Kalmenson arthur.k...@gmail.com The Google bot can crawl Javascript based sites, why not follow their guidelines?

Re: [appengine-java] HtmlUnit support on GAE for GWT crawlability

2010-08-24 Thread Arthur Kalmenson
I know the Google Bot uses HtmlUnit to render the page, but I don't think you need to run it on your own in GAE. Did I miss something? -- Arthur Kalmenson On Mon, Aug 23, 2010 at 5:43 PM, Gal Dolber gal.dol...@gmail.com wrote: Thats why he needs htmlunit 2010/8/23 Arthur Kalmenson

Re: [appengine-java] HtmlUnit support on GAE for GWT crawlability

2010-08-24 Thread Arthur Kalmenson
OK, so I actually read it now :P. I didn't notice that you actually have to run HtmlUnit on your own. Sorry about that! -- Arthur Kalmenson On Tue, Aug 24, 2010 at 10:51 AM, Arthur Kalmenson arthur.k...@gmail.com wrote: I know the Google Bot uses HtmlUnit to render the page, but I don't

Re: [appengine-java] HtmlUnit support on GAE for GWT crawlability

2010-08-24 Thread Christian Goudreau
@Matt : If you read the conversations in the issue, we already did :) What's blocking is that you can't fetch yourself with AppEngine. So, as a work around, you could have your service in another app and that would work, there's also a link in the conversation to an app that doest that. Cheers,

Re: [appengine-java] Re: NPE when deploying error handlers

2010-08-24 Thread Don Schwarz
Thanks for the report. That is certainly a bug. On Mon, Aug 23, 2010 at 2:33 PM, Nacho Coloma icol...@gmail.com wrote: If works as expected. Sorry, it should say It works as expected. It's late :) -- You received this message because you are subscribed to the Google Groups Google App

[appengine-java] Problem with struts 2 and GAE

2010-08-24 Thread Andrés Cantos Garrido
Hello, I´m trying to integrate Struts 2 framework in my web app. I´m following this tutorial: http://whyjava.wordpress.com/2009/08/30/creating-struts2-application-on-google-app-engine-gae/ Although I create an OgnlListener and modify the web.xml with its reference, when I deploy the app I have

[appengine-java] my first application with app engine

2010-08-24 Thread pac
Finally I was able to make one basic application with app engine i.e. http://www.LinesofLife.com Initially, I was thinking to use JDO but after finding all the posts about slow start up, I decided to use Objectify and it is great. Thanks to app engine team for such great platform, though I missed

[appengine-java] Re: Problem integrating the App Engine with Eclipse

2010-08-24 Thread TacB0sS
Doesn't anyone else encountered this? I tried DL both EclipseEE 3.5 3.6, and I cannot set the project to work with the App Engine, please guys, I need some help, if I'm been stupid, I don't mind been noted about it, just please help me to solve this, I'm frustrated as hell Thanks in advance,

[appengine-java] Failed to initialize App Engine SDK - Problem GAE integrating with Eclipse 3.5 3.6

2010-08-24 Thread TacB0sS
Hey guys, I've deleted my previous question so I may explain in details my issue, I've DL both EclipseEE 3.5 and EclipseEE 3.6. on both I've installed the GWT and the GAE as described in the docs, for the 3.6 which is still on my computer the plugins that were DL are: GWT 2.0.4 and GAE 1.3.6. the

Re: [appengine-java] favicon.ico weirdness

2010-08-24 Thread John Patterson
When I view source for your frameset there is no link tag like: link rel=shortcut icon href=/somepath/myicon.ico / On 25 Aug 2010, at 04:15, stanlick wrote: I am experiencing some crazy stuff with my browser icon: 1) shows up on development server 2) shows up fine once deployed and accessed

Re: [appengine-java] Failed to initialize App Engine SDK - Problem GAE integrating with Eclipse 3.5 3.6

2010-08-24 Thread Timothy Goshinski
I tried to get Helios and Galileo to co-exist on the same machine and it only resulted in pain for me - both on Windows and Linux. I ended up deleting both Eclipse directories, wiped all traces from my Home folder, then re-installed just Helios to the root of my C: drive and all has worked good

[appengine-java] Re: Problem with struts 2 and GAE

2010-08-24 Thread nischalshetty
Have you added ognl jar to ur classpath? -Nischal On Aug 24, 2:24 pm, Andrés Cantos Garrido acg.st...@gmail.com wrote: Hello, I´m trying to integrate Struts 2 framework in my web app. I´m following this tutorial: http://whyjava.wordpress.com/2009/08/30/creating-struts2-application-...