[appengine-java] Question about Terms Of Service.

2010-02-10 Thread Thanasis
Hello, Scenario: I create a REST API and publish it on "application-1.appspot.com". Then, I create a web/client application (for real people) which uses the API above and publish it on "application-2.appspot.com" Is this scenario compatible with term 4.4 of the AppEngine TOS (http:// code.google

[appengine-java] Re: Question about inbound mail.

2010-01-23 Thread Thanasis
, but if you're not getting any joy, maybe try atwww.stackoverflow.com > - there should be a bit more motivation to help because it's points- > based. > > Regards, > Richard > > On Jan 14, 9:06 pm, Thanasis wrote: > > > > > Anyone, pls? > > >

[appengine-java] Re: Question about inbound mail.

2010-01-14 Thread Thanasis
Anyone, pls? On Jan 14, 9:18 am, Thanasis wrote: > Hi all, > > I guess my question is directed to Google Engineers - unless someone > has previous experience. > > Hypothetical scenario: > > My application gets an inbound email. GAE starts the specified mail- > ha

[appengine-java] Question about inbound mail.

2010-01-13 Thread Thanasis
Hi all, I guess my question is directed to Google Engineers - unless someone has previous experience. Hypothetical scenario: My application gets an inbound email. GAE starts the specified mail- handling servlet, but this is affected by the known "cold-start" delay and timeouts. The question is:

[appengine-java] URLs and subdirectories.

2009-12-19 Thread Thanasis
Hello all, Lets assume that I have the URL "http://www.example.com/directory/";. In the "/directory" I have a jsp page. When I go to "http://www.example.com/directory"; I get a HTTP 404 error. When I go to "http://www.example.com/directory/"; (notice that the trailing slash is now present) everyt

[appengine-java] Re: Getting Started: Using JSPs

2009-08-25 Thread Thanasis
Files\Java\jdk1.6.0_14\bin > to C:\Program Files\Java\jre6\bin. then i closed eclipse opened it, > nothing changed > > On 25 Aug., 11:38, Thanasis wrote: > > > > > Hi, > > > Copy file "javac.exe" from your jdk/bin directory to the jre/bin > >

[appengine-java] Re: Getting Started: Using JSPs

2009-08-25 Thread Thanasis
Hi, Copy file "javac.exe" from your jdk/bin directory to the jre/bin directory and recompile. On Aug 25, 12:30 pm, Valentino Hankypants wrote: > hello together, > > i'm starting with development of google AppEngine. i tried to go > through the getting started in the user doc. but i come to a pr