Re: Third party libraries for GWT

2009-02-16 Thread Alexandros Papadakis
Same here, Ext GWT for the past few months. Quite happy, they fix bugs fast, they also release fast. On Mon, Feb 16, 2009 at 12:00 PM, Miles T. dupont.nico...@gmail.com wrote: Hi, On Feb 15, 8:08 pm, mikedshaf...@gmail.com mikedshaf...@gmail.com wrote: I've used both and they both allow

Re: Announcing GWT 1.6 RC2

2009-04-02 Thread Alexandros Papadakis
Hi, Will there be a 64bit version? Best regards, Alex On Tue, Mar 31, 2009 at 5:51 AM, Scott Blum sco...@google.com wrote: The GWT team is happy to announce the availability of Google Web Toolkit 1.6 RC2.  Download it here:

Re: Announcing GWT 1.6 RC2

2009-04-02 Thread Alexandros Papadakis
, 2009 at 3:18 AM, Alexandros Papadakis alpa...@gmail.com wrote: Hi, Will there be a 64bit version? Best regards, Alex On Tue, Mar 31, 2009 at 5:51 AM, Scott Blum sco...@google.com wrote: The GWT team is happy to announce the availability of Google Web Toolkit 1.6 RC2.  Download

Re: Announcing GWT 1.6 RC2

2009-04-02 Thread Alexandros Papadakis
? On Apr 2, 11:15 am, Vitali Lovich vlov...@gmail.com wrote: For me, the bigger benefit is the ability to utilize the native browser to its full-power.  For instance, Firebug + Firefox. 2009/4/2 Alexandros Papadakis alpa...@gmail.com Great 1.5.3 (which I am using) in Hosted mode can

Re: GWT 1.6 and GXT

2009-04-11 Thread Alexandros Papadakis
You are wrong. There is no .js file. This is true for (at least) all versions since 1.2.xx. There is some jsni code though... Their demos might have used some js code. BUT I don't think GXT 1.2.xx is compatible with 1.6. GXT 2.0 (expected in April 14th) will be compatible with 1.6.. Alex On

Re: Scope of GWT

2009-04-28 Thread Alexandros Papadakis
Same here more or less: Enterprise app ~ 180 tables, using GWT + GXT with hibernate4gwt (now called Gilead) and spring. Look and feel is like a desktop application. Reason for GXT over gwt-ext is that it is native, jsni is minimized, and they release often. Major plus, can use UML/MDA to

Re: prerequisities of GWT to develop JPA

2009-08-12 Thread Alexandros Papadakis
Read the tutorial Rakesh suggested. Hasan's sample has only one domain class and it works by accident. If you have a more complex domain model, classes referencing one another, then this approach will not work as is. ORM libraries add proxies, which GWT serializer can not handle. On Tue, Aug

Re: On GWT I18N

2010-05-24 Thread Alexandros Papadakis
Regarding the i18n issue, we have the following problem: We have one average sized application which we deploy many times. For every deployment, labels and other i18n related information changes. For every installation we have to go through a re-build. Even worse, today an installation uses only

Re: On GWT I18N

2010-05-24 Thread Alexandros Papadakis
On Mon, May 24, 2010 at 7:11 PM, Thomas Broyer t.bro...@gmail.com wrote: On 24 mai, 17:30, Alexandros Papadakis alpa...@gmail.com wrote: Regarding the i18n issue, we have the following problem: We have one average sized application which we deploy many times. For every deployment

Re: On GWT I18N

2010-05-26 Thread Alexandros Papadakis
Hi Stefan, On Tue, May 25, 2010 at 6:32 PM, Stefan Bachert stefanbach...@yahoo.dewrote: Hi Alexandros, On 24 Mai, 17:30, Alexandros Papadakis alpa...@gmail.com wrote: Spring MVC, has a very nice way to handle this: Just put the properties file in a specific directory and everything

Re: GWT RPC Hibernate - again and again

2009-09-10 Thread Alexandros Papadakis
Download hibernate4gwt. It is the predecessor of Gilead. There are samples there on how to use Spring + JPA. Try the samples, understand how it works, and then move to Gilead. It is just a matter of changing a few definitions. If you cant find it, mail me and I will send you the samples. Alex

Re: GWT RPC Hibernate - again and again

2009-09-14 Thread Alexandros Papadakis
pm, Alexandros Papadakis alpa...@gmail.com wrote: Download hibernate4gwt. It is the predecessor of Gilead. There are samples there on how to use Spring + JPA. Try the samples, understand how it works, and then move to Gilead. It is just a matter of changing a few definitions. If you

Re: Is there any newer gwt library other than smartgwt and gxt?

2009-10-19 Thread Alexandros Papadakis
Looks like it... I have seen in their forums that there is a 2.0.3 also... maybe in their trunk? On Tue, Oct 20, 2009 at 2:33 AM, Josh Morris joshuadmor...@gmail.comwrote: It looks like they are coming out with a new 2.1 release in November, but they are not going to release 2.0.2. Is this