[appengine-java] Redirect 404 with Jetty

2010-09-16 Thread Thomas P.
Good Morning! I've got a directory structure like following: war war/images war/images/0 war/images/1 ... war/images/10 Now, I would like file-not-found errors within the image directory being redirected on an image which e.g. says picture not found or something. I figured out, there are

[appengine-java] Re: Redirect 404 with Jetty

2010-09-16 Thread Thomas P.
errors within a special directory to a special file. Hope for help :-) Kind regards, Thomas On 16.09.2010 08:15, Thomas P. wrote: Good Morning! I've got a directory structure like following: war war/images war/images/0 war/images/1 ... war/images/10 Now, I would like file-not-found errors

[appengine-java] Problem starting a GWT (with jetty) app via LAN

2010-09-13 Thread Thomas P.
Hi all, Initially, I used GWT + GAE for my project and when compiled to Javascript I could start the project from everywhere in my home-lan over e.g. http://myip:. Then, after I found out, GAE doesn't support the java-classes I need, I created a new project without GAE, but still using

Re: [appengine-java] Re: app eng java plugin not compatible with helios

2010-09-08 Thread Thomas P.
, 2010 at 1:29 PM, syntheticperson jeroen.la...@gmail.com mailto:jeroen.la...@gmail.com wrote: Ok, good to know it works with helios. I'll give it another try. thanks synthetic p On Sep 6, 11:00 pm, Thomas P. vi...@pcb-dev.com mailto:vi

Re: [appengine-java] app eng java plugin not compatible with helios

2010-09-07 Thread Thomas P.
I think you did something wrong ... I've been working with GAE+GWT with Helios for about 4 weeks now and everything works fine ... Best regards, Thomas On 05.09.2010 19:33, syntheticperson wrote: I tried to install google app engine java plugin for eclipse, but it does not appear to be

[appengine-java] Using datanucleus datastore without google app engine

2010-09-05 Thread Thomas P.
Hi all, actually, I'm satisfied with the datastore from google app engine, but I'm not with GAE itself, because there are too many restrictions concerning java.awt and graphics2d which makes doing innovative things impossible ... So, I decided to get rid of GAE, but I would like to keep jdo

[appengine-java] (datastore) One large query vs lots of small ones

2010-09-03 Thread Thomas P.
be more efficient than doing lots of small requests ... Can someone help me here? Thx in advance, Thomas P. -- 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] Image Service Factory interpolated makeresize

2010-09-03 Thread Thomas P.
Hi all, I have to create something like thumbnails and figured out, Google's Image Service Factory scales down images without interpolation. The result is unacceptable, unfortunately, because it's not a simple gallery or something, it's a graphical multi-zoom-level application which needs this

[appengine-java] 2dGraphics for GAE

2010-09-02 Thread Thomas P.
Hello, I have an application which essentially relies on being capable of rendering 2d graphics on the server side. I was quite shocked as I found out that BufferedImage and Graphics2D are in java classes which are not supported. So, I wanted to ask for help if: - is it possible to add