[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://

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

2010-01-23 Thread Thanasis
wrote: No idea, 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 t.deleni...@gmail.com wrote: Anyone, pls? On Jan 14, 9:18 am, Thanasis

[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) everything

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

2009-08-25 Thread Thanasis
\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 t.deleni...@gmail.com wrote: Hi, Copy file javac.exe from your jdk/bin directory to the jre/bin directory and recompile. On Aug 25, 12:30 pm