Re: Apache2 / Tomcat 6 / GWT 2.0 / Eclipse Questions

2010-02-18 Thread olivier nouguier
Last try ... What is the name of your webapp ? In the past I had some issue when the ROOT (contextPath=/) webapp was not is the ROOT webapps folder. Could you give a try ? On Thu, Feb 18, 2010 at 4:07 PM, Eric er...@tmstechnologies.com wrote: I dont believe jk mapping is the issue because i

Re: GWT 2.0 and Eclipse, Project redeployment

2010-02-18 Thread Rajeev Dayal
How are you restarting the server? Are you using the Restart Server option in the Development Mode view? Also, if you are running your launch configuration using Debug (not Run), and you've set Eclipse to Build Automatically, then server-side changes should be hotswapped in most cases. On Thu,

Re: Apache2 / Tomcat 6 / GWT 2.0 / Eclipse Questions

2010-02-18 Thread Eric
My webapp name is: Sample I put my app into the webapp directory and everything started working. I guess this must have something to do with java permissions in the policy.d directory. Nonetheless, i will just put all my GWT Apps into the webapps directory and map my v.hosts there. Thanks for

Re: GWT 2.0 plugin for Firefox 3.6

2010-02-18 Thread Thad
I've got Firefox installed at /opt/firefox, so in trunk/plugins/ xpcomand/Makefile I set DEFAULT_FIREFOX_LIBS to /opt/firefox. On my system (SuSE Linux 11.2), the XPCOM files are in /usr/include/ xulrunner-1.9.1.7/unstable I must be brain-dead today, but I'm not seeing where to set that in the

Re: GWT 2.0 plugin for Firefox 3.6

2010-02-18 Thread Lukas Laag
Actually, you do not want to use the version of the SDK files which come with your distribution. The Makefile is designed to build the code using the gecko-1.9.2 which is available from the GWT svn repository (see: http://google-web-toolkit.googlecode.com/svn/plugin-sdks/). Sorry I forgot to

Re: GWT 2.0 and Eclipse, Project redeployment

2010-02-18 Thread paata
uupss, It works, My project wasn't running using debug. Thank you very much. Regards, Paata Lominadze. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To

Re: GWT 2.0 plugin for Firefox 3.6

2010-02-17 Thread Lukas Laag
The version in the trunk works fine with FF3.6. I had no problem building it. + Check out the source and tools from the svn repository as described in: http://code.google.com/webtoolkit/makinggwtbetter.html#checkingout + Go to trunk/plugins/xpcom and type: make ARCH=x86 BROWSER=ff36 This will

How to use in GWT 2.0 hosted mode with my own server(Jboss)

2010-02-17 Thread Gregy
I'm trying run DevMode with next parameters: -gen C:\work\denver\gwt-client\target\gwt-client-1.0-SNAPSHOT my.app.Denver -startupUrl /denver/Denver.jsp -logLevel TRACE -noserver -port 8080 Development mode start without problem, but when I try access via browser

Re: How to use in GWT 2.0 hosted mode with my own server(Jboss)

2010-02-17 Thread eggsy84
Hi there, I have posted quite a large question on my particular setup in which I was aiming to use my own Tomcat server. The details of my setup might help you. http://groups.google.com/group/google-web-toolkit/browse_thread/thread/6221c9778df17380 Eggsy On Feb 17, 10:12 am, Gregy

Re: GWT 2.0 plugin for Firefox 3.6

2010-02-17 Thread Thomas Broyer
On Feb 16, 8:05 pm, Thad thad.humphr...@gmail.com wrote: When will this be available?  I have v. 1.0.7511.  This works with Firefox 3.5.7 but will not work with 3.6. Just a clarification (I think): 1.0.7511 works very well in FF3.6 on Windows (I'm using it). It might not work on Linux though:

Using Google AJAX Search with GWT 2.0

2010-02-17 Thread escuelle
Has anyone been able to use the Google AJAX Search library in conjunction with the latest releases of GWT, i.e. 2.0, 2.0.1, and 2.0.2. It appears that there is a strong dependency between the AJAX Search library and the 1.5.3 version of GWT, but I may be mistaken about this. I am using the

Re: How to use in GWT 2.0 hosted mode with my own server(Jboss)

2010-02-17 Thread Gregy
this my log from Dev mode main.log: Started code server on port 9997 Loading modules ru.makingpages.tokyo.Tokyo Module location: file:/C:/iWork/tokyo/gwt-client/target/classes/ ru/makingpages/tokyo/Tokyo.gwt.xml Loading inherited module 'com.google.gwt.user.User' Translatable

Apache2 / Tomcat 6 / GWT 2.0 / Eclipse Questions

2010-02-16 Thread Eric
I have setup Apache2 + Tomcat 6 as my test server on ubuntu server 9.10 x64. I have installed Eclipse w/ GWT 2.0 plugins and have created a default webapp which works great in the Eclipse test environment. I have no issues when i compile and run in eclipse. When i move it to my tomcat box

GWT 2.0 plugin for Firefox 3.6

2010-02-16 Thread Thad
When will this be available? I have v. 1.0.7511. This works with Firefox 3.5.7 but will not work with 3.6. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To

Problems compiling internationalisation files with GWT 2.0

2010-02-15 Thread vasu
I have added the support for Hindi language in my application with GWT 2.0. It worked well in hosted mode but when I tried to compile the module, compiler failed with following error. I tried to Search on internet but didn't find any solution. If someone could help to resolve this issue that would

PNG transparency with a FlexTable in GWT 2.0

2010-02-15 Thread dane.molotok
I have a FlexTable that I want to programmatically add a plus or minus icon next to rows for which the user has pending changes. I do this with FlextTable#setWidget(int, int, Widget), specifying an Image for the Widget. The Image is constructed from an ImageResource that I obtain with a

[gwt-contrib] Re: now.. afetr GWT 2.0?

2010-02-15 Thread skrat
Allow UiBinder to use any ClientBundle in embedded ui:style CSS, so I can reuse my images actually, can't believe it's not working. On Dec 17 2009, 3:25 pm, FDG fdigiuse...@gmail.com wrote: - remove actual UiBinder limitations - supports printing using css media (so wrap themes around a @media

Re: [gwt-contrib] Re: now.. afetr GWT 2.0?

2010-02-15 Thread Ray Ryan
That should work already. Are you using @UiField(provided - true)? Please file an issue with details. rjrjr On Feb 15, 2010 3:36 AM, skrat dusan.malia...@gmail.com wrote: Allow UiBinder to use any ClientBundle in embedded ui:style CSS, so I can reuse my images actually, can't believe it's not

Proxying a GWT 2.0 app is difficult: is this a feature or a bug?

2010-02-13 Thread sbrudenell
Hey folks, I recently tried to proxy a GWT (2.0) app with Apache's mod_proxy, such that http://proxy.example.com/instance/ is proxied to http://instance.example.com/app/ , where my GWT app is deployed. I can load my app via http://proxy.example.com/instance/, but many RPC calls start failing

Re: SOP in GWT 2.0

2010-02-12 Thread Lothrien
GWT.getModuleBaseURL() - in Hosted Mode http://localhost:/ModuleName - in Compiled Version file://C:/PathToEclipseWorkspace/ModuleName/WAR/ On 10 Feb., 15:29, lhoracek lhora...@softeu.com wrote: Did you tried to see what URL/URI the browser requests before that SOP Exception? Im going

Re: SOP in GWT 2.0

2010-02-10 Thread Lothrien
No, same result. On 9 Feb., 22:18, obesga obe...@gmail.com wrote: Making ../myfile.xml you're telling the browser to access file into another server. ¿ Cant you use myfile.xml on the base url of server ? Hope that helps On 8 feb, 23:25, Lothrien sebastian.fra...@pronetwork.info wrote:

Re: Can't get dev mode on external server working (GWT 2.0)

2010-02-10 Thread Chris Jones
Hi Swami, I was having a similar issue that you are describing. I found that removing the rename-to attribute from the module tag helped. This does mean that when you do a GWT compile it will compile to a folder that has the whole package string of you module xml. So you will have to change

TreeMapString, ListInterface_For_Custom_Pojo can not be serialized by gwt-rpc in gwt 2.0

2010-02-10 Thread devadvocate
While attempting to serialize this type with gwt-rpc in gwt 2.0: SortedMapString, ListCustom_Pojo_Object_Interface and a concrete type of TreeMap, I get this error message at runtime: Type 'Pojo_Object_Concrete_Class' was not included in the set of types which can be serialized

Re: TreeMapString, ListInterface_For_Custom_Pojo can not be serialized by gwt-rpc in gwt 2.0

2010-02-10 Thread István Szoboszlai
this helps Best - István On Tue, Feb 9, 2010 at 11:21 PM, devadvocate david.jonathan.nel...@gmail.com wrote: While attempting to serialize this type with gwt-rpc in gwt 2.0: SortedMapString, ListCustom_Pojo_Object_Interface and a concrete type of TreeMap, I get this error message

Re: GWT 2.0 Upgrade Problem

2010-02-10 Thread Christian Goudreau
I have now a similar problem... I had an enormous bug and I switched to Eclipse EE 64bit. Since then, it's like I only have half of the google plugin, I have no contextual menus when I right click in project explorer and some other minor issues. Christian On Tue, Jan 26, 2010 at 10:51 AM,

Re: SOP in GWT 2.0

2010-02-10 Thread lhoracek
Did you tried to see what URL/URI the browser requests before that SOP Exception? Im going through cross-domain comunication right now too .. but i done it through the iframe -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: IncompatibleRemoteServiceException with -noserver argument in gwt 2.0

2010-02-10 Thread denis56
Thanks a lot for your help. I figured out that you need to deploy in exploded war when using an external server, since on every start and page refresh DevMode would generate a new rpc policy file in my project which was actually missing in the war on the server and since the problem. On 28 Jan.,

Re: I need SOP disabled in GWT 2.0 built-in web server.

2010-02-10 Thread Ed
I got the same problem with GWTTestCase. you can solve it like Alex explains on his site: http://development.lombardi.com/?p=15 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: GWT 2.0 required Tomcat version?

2010-02-10 Thread dhoffer
Let me clarify, I'll be using GWT RPC feature for server side communicaiton. On Feb 10, 12:44 pm, dhoffer dhoff...@gmail.com wrote: What's the oldest version of Tomcat that will run GWT 2.0? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: I need SOP disabled in GWT 2.0 built-in web server.

2010-02-09 Thread Thomas Broyer
On Feb 9, 4:26 am, Tatchan tatcha...@gmail.com wrote: Hi Rob, Thanks for the tip. I guess it's the same as the -noserver - startupUrl isn't it? Anyway, I got an external Apache HTTP server working. What I'm saying is that it would be lovely if we have an option to disable SOP with the

SOP in GWT 2.0

2010-02-09 Thread Lothrien
In development mode I can access the xml file I want to read within the GWT application - everything ok so far. When I compile the app and call it from the file system, this was working in v1.7.1, but now I get an SOP error(!) How can I get around this? public String xmlfile=

Re: I need SOP disabled in GWT 2.0 built-in web server.

2010-02-09 Thread Ben Hutchison
That works for us as well. But unfortunately, it doesn't work for GWTTestCase. We would like to use JUnit to run integration tests, running with our own web server that includes proxing to get around the single-origin- policy. But I havent yet found a way in GWT 2.0...? -Ben On Feb 9, 1:32 am

Fwd: GWT 2.0 internet explorer 7 devmode issue?

2010-02-09 Thread Jeff Farkas
Hello moderator, I submitted this post the other day as I am a new user this never did make it the forum. Not sure if it was overlooked. Thanks -- Forwarded message -- From: fark ffej.sak...@gmail.com Date: Tue, Feb 2, 2010 at 4:09 PM Subject: GWT 2.0 internet explorer 7 devmode

Re: GWT 2.0 internet explorer 7 devmode issue?

2010-02-09 Thread fark
: On Feb 2, 10:09 pm, fark ffej.sak...@gmail.com wrote: I'm having difficulties with ie7 devmode on windows xp and gwt 2.0. Basically if I click a link in ie while running the app, the url is replaced and the application reloads if there are history tokens. A simple test showing the url

Re: SOP in GWT 2.0

2010-02-09 Thread obesga
Making ../myfile.xml you're telling the browser to access file into another server. ¿ Cant you use myfile.xml on the base url of server ? Hope that helps On 8 feb, 23:25, Lothrien sebastian.fra...@pronetwork.info wrote: In development mode I can access the xml file I want to read within the

I need SOP disabled in GWT 2.0 built-in web server.

2010-02-08 Thread Tatchan
Hi all, I have to make http request (but not RPC) to a service which runs in a different port on the local host in development mode, which is fortunately possible with GWT 1.7 and IE 8 (but not with Firefox 3.5 - bad). But now with GWT 2.0 this convenience has gone. Things got really complicated

Re: I need SOP disabled in GWT 2.0 built-in web server.

2010-02-08 Thread RPB
This works for me in GWT 2.0: -Open 'Debug configurations' in eclipse -Uncheck 'Run built-in server' -Set the port number to your localhost port -Run Good luck, Rob On Feb 7, 4:51 am, Tatchan tatcha...@gmail.com wrote: Hi all, I have to make http request (but not RPC)  to a service which

Re: I need SOP disabled in GWT 2.0 built-in web server.

2010-02-08 Thread Tatchan
robbol...@gmail.com wrote: This works for me in GWT 2.0: -Open 'Debug configurations' in eclipse -Uncheck 'Run built-in server' -Set the port number to your localhost port -Run Good luck, Rob On Feb 7, 4:51 am, Tatchan tatcha...@gmail.com wrote: Hi all, I have to make http request

Re: GWT 2.0 JPA hibernate enhanced

2010-02-07 Thread Thomas Broyer
On Feb 7, 8:17 am, PierreR p.radermec...@gmail.com wrote: I can be a little more precise here. GWT 2.0  will probably correctly serialize enhanced classes. But there are case such as for List where Hibernate uses a PersistentBag to implement List. Hibernate doesn't do enhanced classes

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-07 Thread ed bras
Why do you ask the question here when you already asking the same in another forum post ? Concerning the examples: please use your imagination with the posts in this forum. If you understand it, it's very easy to come with more realistic ones... -- You received this message because you are

Re: GWT 2.0 JPA hibernate enhanced

2010-02-07 Thread stam
/tree etc. If I find something that does that (and is freeware), I'm going to send the author a box of chocolates. On Feb 7, 2:17 am, PierreR p.radermec...@gmail.com wrote: I can be a little more precise here. GWT 2.0  will probably correctly serialize enhanced classes. But there are case

Re: GWT 2.0 with PHP on apache2 (xampp)

2010-02-07 Thread Jeff Chimene
On Sat, Feb 6, 2010 at 9:43 PM, PC_Nerd isjackawes...@gmail.com wrote: Hi, I'm not sure I understand correctly which parts of what url's are used for the FF plugin. The stuff after the ? From what I can read into the error message above ( from apache's error.log) the

Re: GWT 2.0 with PHP on apache2 (xampp)

2010-02-07 Thread PC_Nerd
Yay!!! working! Thankyou soo much. It was that /SampleApplication.html is actually meant to be in ../ compared to the compiled gwt code... so when I placed it all in SampleApplication/ it was actually requesting /SampleApplicaton/ sampleapplication/sampleapplication.nocache.js - therefore

Re: GWT 2.0 with PHP on apache2 (xampp)

2010-02-06 Thread PC_Nerd
Hi, I've received this entry in my error.log from apache when I attempt to load the developer mode url/page. [Sun Feb 07 00:18:26 2010] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/sampleapplication/sampleapplication, referer:

GWT 2.0 JPA hibernate enhanced

2010-02-06 Thread PierreR
Hello, I am still very confused about the enhanced serialized class issue in GWT version 2.0. I would like to use GWT for a CRUD application. One of the advantages I can see over Flex, is the possibility to use shared entity java pojo both on the client (detached) and the server. I don't want to

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-06 Thread PierreR
I understand it is just an example but I would love a more realistic one. I mean Why on earth would I ever want to use a Calendar for a loginDate field ? Say I will only use supported client type in entity classes, would the serialization process work just fine in GWT 2.0 with enhanced JPA

Re: GWT 2.0 with PHP on apache2 (xampp)

2010-02-06 Thread Jeff Chimene
On Sat, Feb 6, 2010 at 6:26 AM, PC_Nerd isjackawes...@gmail.com wrote: Hi, I've received this entry in my error.log from apache when I attempt to load the developer mode url/page. [Sun Feb 07 00:18:26 2010] [error] [client 127.0.0.1] File does not exist:

Re: GWT 2.0 with PHP on apache2 (xampp)

2010-02-06 Thread PC_Nerd
Hi, I'm not sure I understand correctly which parts of what url's are used for the FF plugin. From what I can read into the error message above ( from apache's error.log) the SampleApplication.html is found, and it makes a reference or call to this file/executable/thing named sampleapplication

Re: GWT 2.0 JPA hibernate enhanced

2010-02-06 Thread PierreR
I can be a little more precise here. GWT 2.0 will probably correctly serialize enhanced classes. But there are case such as for List where Hibernate uses a PersistentBag to implement List. At that point, GWT will not be able to serialize/deserialize the class containing the List field

RE: MVP with GWT 2.0/UiBinder could be simplified

2010-02-05 Thread Feldman, Nir
To: Google Web Toolkit Subject: Re: MVP with GWT 2.0/UiBinder could be simplified Thanks for the reply but some clarification seems to be needed here. First of all I am not against the current MVP best practice at all (I used it all the time with GWT 1.x). What my post concerned is really

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-05 Thread Diego Lovison
you can explain more but not for Enterprise like apps with all kind of decouples buses/queues and security On 4 fev, 18:19, Ed post2edb...@hotmail.com wrote: Thanks for the idea Diego This is nice for Hello World applications, but not for Enterprise like apps with all kind of decouples

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-05 Thread getaceres
In a complex enterprise application you will have some classes which are not serializable or even translatable to Javascript. If you want to serialize a bean which has a field with this class the compilation will fail. For example, let's suppose that you have this bean: @Entity public class User

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-05 Thread Ed
Hi All, Thanks for the clear example getaceres. I think you can come up with plenty examples that the above annotation idea is just too simple... It's nice ofcourse and welcome but for bigger app simple not acceptable.. Above you already explain the problems you can have during compilation. In

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-05 Thread Diego Lovison
hi.. @getaceres I suggest dont use @GwtTransient in your example.. if you dont put the annotation your application will work fine ;) On 5 fev, 11:22, Ed post2edb...@hotmail.com wrote: Hi All, Thanks for the clear example getaceres. I think you can come up with plenty examples that the above

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-05 Thread Ed
@Diego: I think we have a misunderstanding here: it's just an example, what's more important: his message and explanation... On Feb 5, 4:28 pm, Diego Lovison diegolovi...@gmail.com wrote: hi.. @getaceres I suggest dont use @GwtTransient in your example.. if you dont put the annotation your

Re: MVP with GWT 2.0/UiBinder could be simplified

2010-02-05 Thread Thomas Broyer
On Feb 5, 10:49 am, Feldman, Nir nir.feld...@hp.com wrote: I see a very clean line between the Display and the Presenter (doesn't matter if you implement the display using a UI Binder - which Indeed we do). We're doing exactly the same here. Note that this means we do not use @UiHandler

Re: GWT 2.0 with PHP on apache2 (xampp)

2010-02-05 Thread Jeff Chimene
On 02/04/2010 06:46 PM, PC_Nerd wrote: Hi, I've been playing with GWT and managed to get a basic XML request working to response.xml. However after reading through

GWT 2.0 servlet version required?

2010-02-05 Thread dhoffer
What version of the servlet spec does GWT require? Actually I want to know how old of a Tomcat version I can use but the servlet version is probably what GWT cares about. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: MVP with GWT 2.0/UiBinder could be simplified

2010-02-04 Thread Thomas Broyer
On Feb 3, 5:51 am, mahjong kornh...@gmail.com wrote: Personally, I don't like the Presenter.Display approach where you define a bunch of methods returning HasClickHandler, HasText, HasValue type of things - though the presenter no longer cares about the UI layout, it still needs to know

Re: GWT 2.0 and java Generic

2010-02-04 Thread Thomas Broyer
On Feb 2, 4:25 pm, Jinat rehana0...@gmail.com wrote: Does GWT 2.0 surpports java 1.6 Generic syntax? Er, you mean Java 5 ? http://java.sun.com/javase/6/docs/technotes/guides/language/enhancements.html Support for generics was added in GWT 1.5. -- You received this message because you

Re: GWT 2.0 internet explorer 7 devmode issue?

2010-02-04 Thread Thomas Broyer
On Feb 2, 10:09 pm, fark ffej.sak...@gmail.com wrote: I'm having difficulties with ie7 devmode on windows xp and gwt 2.0. Basically if I click a link in ie while running the app, the url is replaced and the application reloads if there are history tokens. A simple test showing the url

forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-04 Thread Diego Lovison
In GWT 2.0.x you can use the annotations of the JPA and JDO without problems and without using any additional library. Your source code will be compiled normally. No exception (SerializableException) will occur. So what's the problem: In a relationship one-to-many, when the GWT tries to serialize

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-04 Thread Marcos Alcantara
Hi Diego, Are you sure of this? It would be great to stop using a 3rd party lib to process all DTO´s. Thanks! Marcos Alcantara On 4 fev, 08:07, Diego Lovison diegolovi...@gmail.com wrote: In GWT 2.0.x you can use the annotations of the JPA and JDO without problems and without using any

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-04 Thread philippe
! Marcos Alcantara On 4 fev, 08:07, Diego Lovison diegolovi...@gmail.com wrote: In GWT 2.0.x you can use the annotations of the JPA and JDO without problems and without using any additional library. Your source code will be compiled normally. No exception (SerializableException) will occur

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-04 Thread Christian Goudreau
Alcantara On 4 fev, 08:07, Diego Lovison diegolovi...@gmail.com wrote: In GWT 2.0.x you can use the annotations of the JPA and JDO without problems and without using any additional library. Your source code will be compiled normally. No exception (SerializableException) will occur. So

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-04 Thread Christian Goudreau
: In GWT 2.0.x you can use the annotations of the JPA and JDO without problems and without using any additional library. Your source code will be compiled normally. No exception (SerializableException) will occur. So what's the problem: In a relationship one-to-many, when the GWT tries

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-04 Thread getaceres
On Thu, Feb 4, 2010 at 8:05 AM, Marcos Alcantara marc...@gmail.com wrote: Hi Diego, Are you sure of this? It would be great to stop using a 3rd party lib to process all DTO´s. Thanks! Marcos Alcantara On 4 fev, 08:07, Diego Lovison diegolovi...@gmail.com wrote: In GWT 2.0.x you can

Re: MVP with GWT 2.0/UiBinder could be simplified

2010-02-04 Thread FKereki
Hi! Personally, I do not use the HasX methods. The way I use MVP +UIBinder to create SomeForm is: * SomeFormView creates its widgets through UiBinder, which are in SomeFormView.ui.xml. SomeFormView implements SomeFormDisplay (see below) which is the interface that SomeFormPresenter expects.

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-04 Thread Open eSignForms
Yeah, this was a big problem for us since it meant creating lots of DTOs and server-side routines that generated them from its existing objects and could consume them for updates. I don't know the internals of GWT compiler, but it sure would be nice if fields and methods and constructors could be

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-04 Thread Marcos Alcantara
Ok. About the @GwtTransient, in my case, I´m only using model classes defined within the GWT module. Although I love what Gilead has done for us, I think if it would be possible to eliminate the performance overhead and let GWT serialize my JPA annotated classes directly. Would it? =) thanks

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-04 Thread Diego Lovison
why not? ;) On 4 fev, 15:23, Marcos Alcantara marc...@gmail.com wrote: Ok. About the @GwtTransient, in my case, I´m only using model classes defined within the GWT module. Although I love what Gilead has done for us, I think if it would be possible to eliminate the performance overhead and

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-04 Thread Ed
Thanks for the idea Diego This is nice for Hello World applications, but not for Enterprise like apps with all kind of decouples buses/queues and security restrictions Thanks anyway :) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: MVP with GWT 2.0/UiBinder could be simplified

2010-02-04 Thread mahjong
Thanks for the reply but some clarification seems to be needed here. First of all I am not against the current MVP best practice at all (I used it all the time with GWT 1.x). What my post concerned is really these: (1) most frameworks inspired by the Ray Ryan talk were pre-dated GWT 2.0 where

Re: Problem with GWT 2.0 Chrome developer plugin

2010-02-03 Thread Steve Lancey
Same here On Jan 19, 3:05 pm, Isac isacsso...@gmail.com wrote: Hi, I have recently updated the GWT SDK from 1.5.3 to 2.0.0 on a project. I managed to fix all issues but one. I can't use the development mode with chrome. The login page of my application loads perfectly but when I try to log in

GWT 2.0 internet explorer 7 devmode issue?

2010-02-03 Thread fark
I'm having difficulties with ie7 devmode on windows xp and gwt 2.0. Basically if I click a link in ie while running the app, the url is replaced and the application reloads if there are history tokens. A simple test showing the url modification (note this does not reload the app

GWT 2.0 and java Generic

2010-02-03 Thread Jinat
Does GWT 2.0 surpports java 1.6 Generic syntax? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit

MVP with GWT 2.0/UiBinder could be simplified

2010-02-03 Thread mahjong
Having gone through gwt-presenter, gwt-dispatcher, and gwt-mvp-sample, it appears to me these projects were designed and implemented in a pre- GWT-2.0/UiBinder age. They haven't taken into consideration the new UiBinder features. So I am still seeking the best practice of implementing MVP

Re: GWT Incubator update for GWT 2.0?

2010-02-02 Thread Hethcox
I was out of town for a few weeks and just had a chance to look at this. Regarding the other post (4073), I do not have anything in the BODY of my HTML other then the hook to GWT, so I don't think that's my problem. Also, I tried the Dec 09 drop of the incubator to no avail. Though it sounds like

Javascript errors GWT 2.0 / Firefox 3.0

2010-02-01 Thread rmuller
I am using GWT 2.0 and Firefox 3.0.17 I get these two errors, reported by the Firefox error console: Error: $entry(__gwt_makeTearOff(null, 7667759, 0)) is not a function Source File: http://localhost: Line: 7 and: Error: Permission denied to get property HTMLInputElement.tagName Source

Difference in FF and Chrome GWT 2.0

2010-02-01 Thread dinosaurus
I'm evaluating GWT 2.0. I've created a very simple application (see below). I execute it from Eclipse GWT 2.0 plug-in. DockLayoutPanel p = new DockLayoutPanel(Unit.EM); p.addNorth(new Button(north), 2); p.addSouth(new Button(south), 2); p.addEast(new Button(east), 2); p.addWest(new Button(west

Re: Upgrade to GWT 2.0 = java.lang.NullPointerException: No API environment is registered for this thread

2010-02-01 Thread Cyril
Error on my side. When upgrading I unchecked the Use Google App Engine option under project properties/Google/App engine. On Jan 31, 12:01 pm, Cyril cyrilnes...@gmail.com wrote: I just upgraded my working app from GWT 1.7.0 to GWT 2.0 and now when I try to run it in dev mode I have

[gwt-contrib] Re: now.. afetr GWT 2.0?

2010-02-01 Thread Martin
+1 for OSGi support -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Upgrade to GWT 2.0 = java.lang.NullPointerException: No API environment is registered for this thread

2010-01-31 Thread Cyril
I just upgraded my working app from GWT 1.7.0 to GWT 2.0 and now when I try to run it in dev mode I have the following error message: [WARN] /j_spring_security_check java.lang.NullPointerException: No API environment is registered for this thread

Re: GWT 2.0 and EclEmma code coverage

2010-01-30 Thread Nir Feldman
I am facing the same issue exactly. On Jan 28, 10:09 am, CVdS ni...@zykov.com wrote: Hi All, Did someone manage to correctly run EclEmma code coverage with GWT 2.0? I tried it many times with Eclipse 3.5, with both EclEmma 1.3.2 and 1.4.3, both updated (with emma.jar published on the GWT

Re: GWT-EXT and GWT 2.0

2010-01-30 Thread Tercio
As GWT-EXT is not more maintained by it's team, I think that would not be a good idea use it with GWT 2.0. I don't know if it has some issue. Why don't you use SmartGWT or GXT? Regards. On Jan 29, 11:09 am, Roger Studner rstud...@gmail.com wrote: Anyone have experience with mixing these two

Re: GWT-EXT and GWT 2.0

2010-01-30 Thread Roger Studner
How did you find the migration from GWT-EXT to GXT? Do I basically just, well, delete all my views and start over :)? Roger On Jan 30, 2010, at 6:09 PM, Sorinel C wrote: Hi Roger, There you go -- I hope, here: http://ui-programming.blogspot.com/2010/01/comparation-ext-gwt-gxt-vs...

GWT-EXT and GWT 2.0

2010-01-29 Thread Roger Studner
Anyone have experience with mixing these two beasts? I have a GWT 1.5.3 based project that is using GWT-EXT (the old, free/opensource-ish versus that wrapped ExtJS). I'm not talking about GXT or EXT-GWT (yes, I know, confusing names) Roger -- You received this message because you are

Issues with 'GWT Incubator - Preloaded Table' after upgrading to GWT 2.0 and gwt-incubator-20091216-r1739

2010-01-29 Thread kiran
Hi, I am using GWT Incubator Preloaded table to gain performance for huge sets of data I need to show. I set the data using the method setPendingHTML(int row, int col, String HTML) . It used to take the string and render it as HTML in the table cells until I upgraded to latest GWT and GWT

version of Jetty in GWT 2.0

2010-01-29 Thread Calin M
Hi, What is the exact version of Jetty that is bundled with GWT 2.0? I have a bunch of problems with the parsing of web.xml, especially the login-config section and I want to be able to debug it. Thanks, Calin -- You received this message because you are subscribed to the Google Groups

Re: IncompatibleRemoteServiceException with -noserver argument in gwt 2.0

2010-01-28 Thread Rajeev Dayal
Hi, If you want to pick up changes to your server code while the development server is running, you need to deploy your application in exploded-war format to JBoss. When you run GWT in -noserver mode, you should point your -war directory over to your JBoss server's deployment directory - that

Re: GWT 2.0 ParseException with SerializationPolicyLoader

2010-01-27 Thread George Georgovassilis
Hello Papick, I had some of that too. You're not doing deRPC by any chance? Mind pasting some stacktraces? On Jan 26, 10:22 am, P.G.Taboada pgtabo...@googlemail.com wrote: Hi, I am having trouble with GWT 2.0. I am trying to switch from 1.7 to 2.0, everything compiles fine, but... When I

Re: GWT 2.0 ParseException with SerializationPolicyLoader

2010-01-27 Thread Alexander
schrieb George Georgovassilis: Hello Papick, I had some of that too. You're not doing deRPC by any chance? Mind pasting some stacktraces? On Jan 26, 10:22 am, P.G.Taboada pgtabo...@googlemail.com wrote: Hi, I am having trouble with GWT 2.0. I am trying to switch from 1.7 to 2.0

Re: GWT 2.0 ParseException with SerializationPolicyLoader

2010-01-27 Thread Papick Garcia Taboada
having trouble with GWT 2.0. I am trying to switch from 1.7 to 2.0, everything compiles fine, but... When I deploy my app I (unfortunately) have my rpc servlets in a different path. Don't ask me why, I simply can't change this. So my RPC servlets are /somewhere/here and my GWT app is being

Re: GWT 2.0 UI BINDER MVP

2010-01-27 Thread Dalla
If someone is interested, I solved this by injecting my child view both into their respective presenters, aswell as into the parent view, like so: CouponWidget couponWidget = new CouponWidget(); GameStatsWidget gameStatsWidget = new GameStatsWidget(); CouponPresenter

Re: Loading Javascript menu with GWT 2.0

2010-01-27 Thread bond
Any suggestion about? Thanks! On 26 Gen, 09:18, bond daniele.re...@gmail.com wrote: Hi, I've a small application made with GWT 2.0 + UI Binder with MVP pattern. I'm using a css premade template with a menu that is animated by jquery. In order to avoid to rewrite css I'd like to use

Re: Added value of UIBinder in gwt 2.0?

2010-01-27 Thread Djay
);   }} --- --- -- Hope this helps. Cheers,   Mirco On Jan 26, 2010, at 7:04 PM, Djay wrote: Hello, I've started using gwt for a couple of weeks and still face a question on which I couldn't find any good answer. What is the added value of the UIBinder in gwt 2.0

Re: Added value of UIBinder in gwt 2.0?

2010-01-27 Thread Mirco
a question on which I couldn't find any good answer. What is the added value of the UIBinder in gwt 2.0? For example, in my class, I can do: VerticalPanel vertPanel = new VerticalPanel(); vertPanel.setSize(); and so on or have a ui.xml file linked with my class. Why would have to choose

Re: Added value of UIBinder in gwt 2.0?

2010-01-27 Thread Cristiano
couldn't find any good answer. What is the added value of the UIBinder in gwt 2.0? For example, in my class, I can do: VerticalPanel vertPanel = new VerticalPanel(); vertPanel.setSize(); and so on or have a ui.xml file linked with my class. Why would have to choose the ui.xml rathen

Google Plugin for Eclipse with RAD 7.0??? (GWT 2.0 with RAD 7.0)

2010-01-27 Thread JohnnyGWT
in the 'Updates' dialog box: Google Plugin for Eclipse 3.3 (1.2.0.v200912070510) requires plug-in org.eclipse.core.runtime (3.3.0), or equivalent. If not, have you used another plugin with RAD GWT 2.0? I'm currently using Cypal Studio RC 3 with RAD 7.0 GWT 1.7. Cypal Studio RC 3 doesn't seem

Re: Announcing GWT 2.0 and much, much more...

2010-01-27 Thread ni...@stsoftware.com.au
Where is the Netbeans support ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

<    1   2   3   4   5   6   7   8   9   10   >