[appengine-java] Re: the question in ubuntu9.10 and eclipse 3.5

2009-11-06 Thread matthieu vidal
Hi Everything works fine in 64 bit even the eclipse pluggin and GWT MS2 On 7 nov, 03:41, Rick wrote: > Did you get Ubuntu 9.10, Eclipse 3.5 and App Engine to work > completely? I was hoping to use Ubuntu. > > On Nov 6, 5:45 am, James Young wrote: > > > HI > > > Thank you very much, matthieu!

[appengine-java] Re: How can I change the temp dir when gae try deploying,

2009-11-06 Thread Roy Smith
symbolic link? It might be worth raising an issue, requesting that the temp files be pushed down one level. Thus /tmp/appengine/stuff, instead of the current /tmp/stuff. That would make it easier for you to relocate using a symlink, and also help me tidy up my /tmp directory :-) On Fri, Nov 6,

[appengine-java] Re: GWT Vs JQuery

2009-11-06 Thread leszek
In Polish language it is called a discussion "o wyższości Swiąt Wielkiej Nocy nad Swiętami Bożego Narodzenia".- in English it is a discussion on superiority Christmas over Easter or vice versa or simply discussion on nothing. So it is like discussion on what is better: GWT, JQuery, Dojo, Ext- Gwt,

[appengine-java] Re: Querying for entities by filtering by key

2009-11-06 Thread leszek
> @Persistent(mappedBy = "A") Judging from: http://www.jpox.org/docs/1_2/jdo/annotations.html -- mappedByString Field in other class when the relation is bidirectional to signify the owner of the relation -- 'mappedBy' does not make any sense outside relationships. Pro

[appengine-java] Re: GWT Vs JQuery

2009-11-06 Thread Erdinc Yilmazel
Hi Henri, I wasn't aware of vaadin before seeing your mail. How is the development process using vaadin? Do you have to recompile/redeploy in every change you make to the source code? Can you use JRebel with it? Erdinc On Fri, Nov 6, 2009 at 8:22 AM, Henri wrote: > > On Nov 6, 5:56 am, Vik wr

[appengine-java] Re: the question in ubuntu9.10 and eclipse 3.5

2009-11-06 Thread matthieu vidal
Hi Have you seen this workaround about Eclipse < 3.6 and Ubuntu 9.10 ? You have to set this env variable before lauching eclipse export GDK_NATIVE_WINDOWS=1 see here : http://www.norio.be/blog/2009/10/problems-eclipse-buttons-ubuntu-910 Regards On 6 nov, 00:27, James Young wrote: > No  No,

[appengine-java] Re: GWT Vs JQuery

2009-11-06 Thread Henri
On Nov 6, 5:56 am, Vik wrote: > I am looking forward to enhance the UI layer. So which one is more > recommended GWT or JQuery or anything else that works with GAE? You should take a look at Vaadin. It's a GAE-supported framework which allows you to write your UI code in server with 100% Java. Y