[appengine-java] Re: Python and Java

2010-09-28 Thread joradom
for your patience. On 27 sep, 15:36, Jagan ksja...@gmail.com wrote: Hi joradom There is just one GAE cloud. There is nothing like 'Java' cloud or 'Python' cloud. Only the runtimes are 2 currently. (Java and Python) And more runtimes might come in future. You can deploy multiple versions

[google-appengine] Re: fancy_urllib import error in 1.3.6 version

2010-09-27 Thread joradom
Hello same issue with gae 1.3.7 and google-app-engine-django helper http://code.google.com/p/google-app-engine-django/ looking in dev_appserver.py you will find EXTRA_PATHS = [ DIR_PATH, os.path.join(DIR_PATH, 'lib', 'antlr3'), os.path.join(DIR_PATH, 'lib', 'django'),

[appengine-java] Python and Java

2010-09-26 Thread joradom
hello I found this in the FAQ: http://code.google.com/intl/en/appengine/kb/java.html#pythonandjava Can I run Java and Python code in the same app? Yes, each version of the app must specify a runtime language and it is possible to have version x of your app running Java, while version y is

[appengine-java] Re: very stupid question....

2010-04-29 Thread joradom
a separate registry for package names. On Wed, Apr 28, 2010 at 12:04 PM, joradom jora...@gmail.com wrote: it's a common way to name the packages after the domain: ie: com.google.samples but if you have a '-' in the domain name, it is not allowed ie: my-domain.com can't use: com.my

[appengine-java] Re: Any further Tutorials? Basic questions

2010-04-29 Thread joradom
I guess you have to use cron for this kind of jobs... On 28 abr, 15:08, Christian christian.g.1...@googlemail.com wrote: Hello, i am a quite expierenced programmer in java, but i am totally new to web apps, especially gae. I have worked through the guestbook tutorial, but now i still cant

[appengine-java] Re: Issue with google plugin for eclipse

2010-04-08 Thread joradom
/detail?id=2306 http://code.google.com/p/googleappengine/issues/detail?id=2306You'll have to provide more detail, though. How are you creating the project? On Tue, Apr 6, 2010 at 5:31 AM, joradom jora...@gmail.com wrote: The plugin doesn't allow me to create a new Servlet, when calling

[appengine-java] Issue with google plugin for eclipse

2010-04-06 Thread joradom
The plugin doesn't allow me to create a new Servlet, when calling the create servlet wizard the project field appears greyed and empty. I can create a class, or any file, but of course, much more things to write are needed. just curious to know if it's a normal behaviour or some bug? I'm using

[appengine-java] Adding more than one servlet

2010-04-05 Thread joradom
Hello I'm trying to add another Servlet in eclipse with the wizard , but it doen't get the name of the project, and th project name field appears grayed. I'm using Eclipse Ganimedes for Java EE, with the google plugin for eclipse 3.5, app sdk 1.3.2 and gwt sdk 2.0.3 I can add a new class, but