Re: inheritance in Services that are used by RequestFactory RequestContext classes

2010-11-24 Thread agi
Thanks for the answer, I will be waiting then to see new version of RequestFactory. cheers, agi On Nov 23, 7:37 pm, David Chandler drfibona...@google.com wrote: Ah, sorry, tryhttps://groups.google.com/group/google-web-toolkit/browse_thread/thre... Thanks, /dmc On Tue, Nov 23, 2010 at 1:02

Hibernate with GWT

2010-11-24 Thread Noor
Hi, on the server, I want to use hibernate and postgresql. But where should I place the jar files for hibernate and postgresql connect?? Thanks -- 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: Hibernate with GWT

2010-11-24 Thread Subhrajyoti Moitra
if u are using Google Eclipse plugin. Put the jars in Project/war/WEB-INF/lib. all the jars should be in WEB-INF/lib directory of whatever web app you are creating. Thanks, Subhro. On Wed, Nov 24, 2010 at 2:06 PM, Noor baken...@gmail.com wrote: Hi, on the server, I want to use hibernate and

gwt4air 1.1 is out

2010-11-24 Thread nino ekambi
Hello People, Gwt4Air 1.1 is out. this version now supports GWT 2.1, GXT 2.2.1 and adobe AIR 2.5 and provides the following features among others: Bug fix in the NativeProcess API Bug Fix in the DisplayObject API Bug Fix in the 3D Map API a new example showing how to communicate with a

Re: Get all events

2010-11-24 Thread MAM
please , need help!! thanks On 23 nov, 09:53, MAM mersni.am...@gmail.com wrote: thanks for the reply , i'm not trying to listen to native dom events . i give you an example to understand: - i have a button add with an addClickHandler - At runtime i'm trying to get all button's properties

Re: Get all events

2010-11-24 Thread ep
hi, is this one you're looking for? http://groups.google.com/group/google-web-toolkit-contributors/browse_thread/thread/c5d8b0d04d3ab946# if so, maybe we can make an issue on that :) elsewise, maybe a workaround would help: write a JSNI method which takes generic eventhandler and a widget it

Re: Giving focus to a node in a CellTree

2010-11-24 Thread ep
what do you mean by node? you can only give a focus to HTML elements supporting it, i.e. an image cannot receive a focus but an anchor (a) so in this case you can wrap the image in an anchor making it focusable On 24 Nov., 06:49, David Pinn dp...@byandlarge.net wrote: The CellTree widget has a

ACL in GWT

2010-11-24 Thread Baloe
Hi all, I wonder what is the best way to put ACL in our GWT project. Is there any mechanism in GWT build-in to grand users to specific RPC calls, or something similar? Our should we just insert Spring Security somewhere? Thanks for any hints! Niels -- You received this message because you are

Re: How to use i18n plural forms with UiBinder?

2010-11-24 Thread eirc
On Nov 1, 9:57 pm, Potate sammyjiang...@gmail.com wrote: The plural forms feature is pretty nice. But I'm struggling to find an example on how to use it with theUiBinder. Any pointers / examples would be nice. Thanks As you can read in the documentation this is currently(?) not supported:

Re: ACL in GWT

2010-11-24 Thread ep
hi, you might want to take a look at http://code.google.com/p/gwt-security/ or http://code.google.com/p/acris/ On 24 Nov., 11:56, Baloe nielsba...@gmail.com wrote: Hi all, I wonder what is the best way to put ACL in our GWT project. Is there any mechanism in GWT build-in to grand users to

Re: GWT 2.1 CellTable - set page size to fill up a containing layout

2010-11-24 Thread Paul Stockley
You will need to do the rowsize calculation initially from a deferred command to give the table the time to initially render. Calculating the actual number of rows isnt easy and infact is impossible is there is any kind of text wrapping happening within cells. On Nov 23, 8:48 am, Valeri

Fwd: gwt4air 1.1 is out

2010-11-24 Thread nino ekambi
-- Forwarded message -- From: nino ekambi jazzmatad...@googlemail.com Date: 2010/11/24 Subject: gwt4air 1.1 is out To: google-web-toolkit@googlegroups.com Hello People, Gwt4Air 1.1 is out. this version now supports GWT 2.1, GXT 2.2.1 and adobe AIR 2.5 and provides the following

Re: ACL in GWT

2010-11-24 Thread Didier Durand
Hi Baloe, You should definitely implement security in the back-end rather than in the front-end: you have to keep in mind that your back-end may be called by something else than your js code generated by GWT. You're then in bad shape if your back-end services accept any request without checking.

Re: Tutorial on ProxyPlace

2010-11-24 Thread Raphael André Bauer
On Wed, Nov 24, 2010 at 7:13 AM, -sowdri- sow...@gmail.com wrote: Dear All, I'm new to GWT and I've since learned the GWT 2.1 MVP framework, which is quite straight forward. Source: http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html In a future article,

errors when testing GWT app. with IE6

2010-11-24 Thread pepgrifell
hi, we have an application developed with GWT2.0.3 and GXT2.1.3. It works perfectly with IE7 and IE8 but we have tried the application with IE6 and we are getting some errors. Does anyone know which could be the cause of these errors ?

Re: errors when testing GWT app. with IE6

2010-11-24 Thread ep
please recompile your application with code-generation: detailed and run again, then you'll get at least meaningful stacktraces in your exceptions, what running application in dev mode? did you try to debug? On 24 Nov., 14:28, pepgrifell pepgrif...@gmail.com wrote: hi, we have an application

Re: Deploying GWT application on a web server

2010-11-24 Thread Lukasz
If you don't need any server-side logic, then you just need to put the compiled java-script files and other resources (like images, css and stuff) on a normal webserver. On 23 Nov., 17:02, Kenneth Jacker khjac...@gmail.com wrote: Then make a WAR archive  (archive the war folder within your

Re: Server Push with GWT

2010-11-24 Thread David Chandler
Hi Noor, After compilation, you'll find ServiceImpl.class under WEB-INF/classes in the WAR. See http://code.google.com/webtoolkit/doc/latest/DevGuideDeploying.html for more info. /dmc On Tue, Nov 23, 2010 at 9:28 PM, Noor baken...@gmail.com wrote: Thanks for your answers, I wanted to know one

GWT Developer Plugin install on FF 3.6.8 not recognized by 'getting started' app

2010-11-24 Thread lgraba
I am a newbie to GWT, and am trying to run the getting started app. I do all the steps up to the point I am supposed to paste a link in my browser. When I do this, it says that I have to install the GWT Developer plugin, and provides a link to download and install it. I do this and it seems to

XMLparse

2010-11-24 Thread facundo schwindt
Hi everybody I'm new in GWT. I'm developing a tool that have been started that use MyphpAdministrator to connect to the database mysql. to do the parser from XML to java clases to pick up all data from Mysql tha program uses XMLParce (string A) function. if A is an XML no problem if A is an file

Re: System MAC Address

2010-11-24 Thread Brett Freer
But of course ... that might only give you the MAC address of the router behind which the user is sitting, and then only if it responds to ICMP requests? Kind regards Brett Freer On Nov 24, 2:29 pm, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: From GWT its not possible. But proxying it

Problem with communication with server in GWT application

2010-11-24 Thread Yugal
Hi, i am developing a simple GWT application in which i want to implement a login module in GWT. after successful login it should goes to its home page. in which i am having problem with communication with my server implementation class. control in not going to server implementation class. it is

Re: Problem with communication with server in GWT application

2010-11-24 Thread Didier Durand
Hi, To receive better answers, can you publish the details of the Throwable that you get in the onFailure()? regards didier On Nov 24, 6:52 am, Yugal arosys.yu...@gmail.com wrote: Hi, i am developing a simple GWT application in which i want to implement a login module in GWT. after

Re: ACL in GWT

2010-11-24 Thread Baloe
Hi, Yup of course, I am talking about the serverside, 'RPC' is quite serverside ;) Thanks for the suggestions, I'm looking into these. Thanks! Niels On 24 nov, 13:53, Didier Durand durand.did...@gmail.com wrote: Hi Baloe, You should definitely implement security in the back-end rather

(Spring?) JMS and GWT, or any other genuine message queue solution

2010-11-24 Thread Baloe
Hi, Has anyone experience using JMS with GWT? We need something like that, but the only thing I can find is some tests integrating Spring with GWT. With or without JMS, we need to let some asynchronous processing take place, preferrably taken after we put some work somewhere on a queue and not

Re: GWT Compile Error with Tomcat (apache.commons) libary

2010-11-24 Thread 7of9
My solution is to compile the GWT module first and then move GWT SDK - GWT2.1.0 after Apache Tomcat and Web App Libraries library. The dynamic web project will then build itself. Restart Tomcat , everything works. I am not sure if this is a good solution. Every time I check out a new project, I

Re: (Spring?) JMS and GWT, or any other genuine message queue solution

2010-11-24 Thread Subhrajyoti Moitra
Hello, I am currently working an application that does use JMS for async communication in one part of the application backend. We use ConcurrentHashMap and CopyOnWriteList to store and retrieve common/shared data. These common data are then queried by GWT-RPC Servlets. There is a clean-up thread,

Re: (Spring?) JMS and GWT, or any other genuine message queue solution

2010-11-24 Thread Didier Durand
Hi Niels, Are you working with GWT on Google App Engine If yes, Tasks may be what you need: see http://code.google.com/appengine/docs/java/taskqueue/overview.html regards didier On Nov 24, 3:05 pm, Baloe nielsba...@gmail.com wrote: Hi, Has anyone experience using JMS with GWT? We need

Re: GWT Compile Error with Tomcat (apache.commons) libary

2010-11-24 Thread ep
you might think about moving the GWT client code (which contains client and shared packages) into custom project to not mixup classpaths during compile and runtime, after all GWT produces piece of JS which is actually the one your project needs. so you dont need to recompile everytime, rather

Re: GWT Compile Error with Tomcat (apache.commons) libary

2010-11-24 Thread Sophia Shek
Thanks for the response ep. I was thinking about that as well. I also read another guy's post. He put GWT in seperate project. So two projects, one for front end, one for back end. It will be ideal whenever eclipse rebuilds the project, it compiles GWT as well. Or GWT stop override tomcat libary

Re: External js file inclusions for specific permutations only?

2010-11-24 Thread Michel
We are now facing the same requirement! So, in gwt.xml, there are conditional ways of defining replace and generators. But not for resources (css/js), nor inherits It would be great to have conditions for them as well, basically because many js libraries out there are browser specific. On

Re: GWT Compile Error with Tomcat (apache.commons) libary

2010-11-24 Thread ep
I also read another guy's post. He put GWT in seperate project. So two projects, one for front end, one for back end. it is indeed very common to do it this way, maven could also help you here It will be ideal whenever eclipse rebuilds the project, it compiles GWT as you can do so, by

Re: Deploying GWT application on a web server

2010-11-24 Thread hazy1
Um..the RPC implementations are servlet class file in the war. Have you even tried it? On Nov 23, 11:43 am, Noor baken...@gmail.com wrote: But only the client sides files are compiled to javascript then what happens to the server files, such as the a server file for handling rpc services --

Turn off headers and footers for a 2.1 CellTable?

2010-11-24 Thread James Moore
What's the right way to turn off headers and footers for a 2.1 CellTable? I just want the body of the table. -- James Moore ja...@restphone.com http://jamesmoorecode.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: How does UIBinder attributes map to methods / properties of the Java object ?

2010-11-24 Thread Chris Conroy
Hi John, The mapping is from the property name to a corresponding setPropertyName method. See UiBinderWriter.genPropertySet. In the case of say g:Label text=oh hai, that translates to a call to label.setText(oh hai) In the case of a grid, since there aren't such setProperty calls. You could

Re: Deploying GWT application on a web server

2010-11-24 Thread Kenneth Jacker
On Nov 24, 8:44 am, Lukasz l.plotni...@googlemail.com wrote: If you don't need any server-side logic, then you just need to put the compiled java-script files and other resources (like images, css and stuff) on a normal webserver. OK, that sounds reasonable. I just thought there might be a

Re: GWT Developer Plugin install on FF 3.6.8 not recognized by 'getting started' app

2010-11-24 Thread Chris Conroy
This is a known issue. Long story short, it's probably a shared library conflict. see this thread (post any followups there): https://groups.google.com/forum/?lnk=gstq=LD_DEBUG#topic/google-web-toolkit/ngxyYhhGu0U

Re: RequestFactory Security/Authentication

2010-11-24 Thread Ramon Buckland
Hi Patrick, I just finished (10 mins ago) implementing my Spring Security service over the top of the Requestfactory. I am sure there are some holes (not security ones, just stuff I have missed) but here is what I did. I have a user entity (that represents the user). this entity has the

Re: XMLparse

2010-11-24 Thread Ramon Buckland
Facundo, Your question is very confusing. But I think, what you are saying is: You have a method declared like XMLParce(String a) { ... } and it currently parses XML when a is an XML String. You want it to, also, if needed, to Connect to some URL (presumably phpMyAdmin PHP Page that

Re: GWT Plugin on Firefox 3.6 (linux) not working

2010-11-24 Thread Craig
Try the solutions on this thread: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9e0c72621846bb45 On Nov 19, 2:49 pm, sombriks sombr...@gmail.com wrote: hello all, i'm using firefox 3.6.12  on slackware 64 there and the plugin asks me to get installed over and  over

Gilead AND GWT

2010-11-24 Thread Noor
Hi, I am getting lots of difficulty in integrating gilead in gwt. Can someone please send the jars they have successfully used that works because the one I have downloaded does not work Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

GWT port of CodeMirror

2010-11-24 Thread Gaurav Vaish
Hi Gang, I am working on a GWT port of CodeMirror (http://codemirror.net). The project is available at Google Code at http://code.google.com/p/gcodemirror. Let me know if you find it useful. Critics, feedback welcome! :) -- Happy Hacking, Gaurav Vaish http://www.mastergaurav.com -- You

Re: Deploying GWT application on a web server

2010-11-24 Thread Dee Ayy
I just found out GWT Designer is now free from Google and am taking another look at GWT. On Eclipse 3.5 Galileo, I've installed via Install New Software, GWT Plugin (Plugin; SDK's), and GWT Designer (GWT Designer; GWT Designer Editor; Infrastructure) -- all the items. Following the GWT Designer

Re: XMLparse

2010-11-24 Thread facundo schwindt
Thanks a lot Ramon. I see that in the following sentences,* getURL() *is a method that retrieve the content of a PHP file this is http://127.0.0.1:/ldbn/../php/comment.php; protected void send() { RequestBuilder rb = new RequestBuilder(getMethod(), getURL()); rb.setHeader(Content-type,

Re: GWT Developer Plugin install on FF 3.6.8 not recognized by 'getting started' app

2010-11-24 Thread lgraba
Thanks, that worked (except in /usr/lib, rather than /usr/lib64). On Nov 24, 9:49 am, Chris Conroy con...@google.com wrote: This is a known issue. Long story short, it's probably a shared library conflict. see this thread (post any followups

Re: RequestFactory Security/Authentication

2010-11-24 Thread Patrick Hilsbos
Thx a lot... how does your web.xml look like and where have you put your login.jspx view? src main webapps view ? i think im missing the controller referred in webmvc. cheers patrick On 24.11.2010, at 17:13, Ramon Buckland wrote: beans:bean id=myUserDetailsService

Re: Gilead AND GWT

2010-11-24 Thread Noor
Please someone help me with this gilead and GWT, it makes one that i trying to integrate gilead into gwt with no success!!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

FlexTable and the col-Element

2010-11-24 Thread Jan
Hi, I am currently studying the html source code of my application. For the FlexTable I made the following observation (using Firefox): regardless of how many columns the table consists of, there is only one col-Element inside colgroup. (It is possible to fix this issue by assigning style names

Re: Getting started problems

2010-11-24 Thread Steve Moyer
You probably want to ignore the proxy for the whole loopback network so try 127.0.0.0/8 (which obviously includes localhost. I'm running Eclipse 3.5 on Ubuntu 10.04 and using the Maven plugin to start my hosted mode environment and it's commonly using 127.0.1.1. Hope this helps a bit. smoyer

Re: GWT port of CodeMirror

2010-11-24 Thread nino ekambi
Good work pal, i ll definetly check it out. Regards, Alain 2010/11/24 Gaurav Vaish gaurav.va...@gmail.com Hi Gang, I am working on a GWT port of CodeMirror (http://codemirror.net). The project is available at Google Code at http://code.google.com/p/gcodemirror. Let me know if you find it

Re: RequestFactory, Objectify, saving a new object with collections

2010-11-24 Thread Richard Berger
Thanks again - I will give that a try RB On Nov 23, 2:44 pm, David Chandler drfibona...@google.com wrote: You're welcome, Richard, glad to help. My understanding is that Objectify always uses Keys to express relationships. If you want to retrieve the entity directly, you can add a

Re: GWT port of CodeMirror

2010-11-24 Thread Gaurav Vaish
Great! btw, here's the direct URL: http://gcodemirror.googlecode.com/svn/trunk/src/CodeMirrorTest/war/CodeMirrorTest.html -- Happy Hacking, Gaurav Vaish http://www.mastergaurav.com On Nov 25, 2:20 am, nino ekambi jazzmatad...@googlemail.com wrote: Good work pal, i ll definetly check it out.

Re: GWT port of CodeMirror

2010-11-24 Thread nino ekambi
Maybe you could write some getting started stuff in the wiki ? Cheers, Alain 2010/11/24 Gaurav Vaish gaurav.va...@gmail.com Great! btw, here's the direct URL: http://gcodemirror.googlecode.com/svn/trunk/src/CodeMirrorTest/war/CodeMirrorTest.html -- Happy Hacking, Gaurav Vaish

Re: XMLparse

2010-11-24 Thread Ramon Buckland
You need to do something like this. RequestBuilder requestBuilder = new RequestBuilder(RequestBuilder.GET, http://127.0.0.1:/ldbn/../php/comment.php;); try { requestBuilder.sendRequest(null, new RequestCallback() { public void onError(Request request, Throwable

Re: RequestFactory Security/Authentication

2010-11-24 Thread Ramon Buckland
I do have a dispatcherServlet (serves up other stuff). My web.xml ?xml version=1.0 encoding=ISO-8859-1 standalone=no? web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http:// www.w3.org/2001/XMLSchema-instance version=2.4 xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee

Re: RequestFactory Security/Authentication

2010-11-24 Thread Patrick Hilsbos
looks the same over here... jogin.jspx get me a not found... /login gets me: HTTP ERROR: 500 Circular view path [login]: would dispatch back to the current handler URL [/login] again. very strange - also set up a new project without gwt but having the same problems there ... On

Re: RequestFactory Security/Authentication

2010-11-24 Thread Ramon Buckland
my login.jspx is just a file in the root (src/main/webapp/login.jspx) I also saw that circular reference thingo (ignored it and moved the file out of WEB-INF/views/login.jspx to /login.jspx .. (again , a time thing, had no time to debug why(). On Nov 24, 10:16 pm, Patrick Hilsbos

Re: RequestFactory Security/Authentication

2010-11-24 Thread Patrick Hilsbos
now i think i am about to have it running... found that sample project with correct strcture, maybe were able to get wiring out of that project. http://code.google.com/p/wha On 24.11.2010, at 23:20, Ramon Buckland wrote: my login.jspx is just a file in the root (src/main/webapp/login.jspx)

Servlet Performance

2010-11-24 Thread Ross McKinnon
Hi there, Just a quick question regarding performance of Servlets... My App is database driven and was wondering if performance is affected if there are multiple servlets opposed to one single servlet to handle all requests? Thank you Ross -- You received this message because you are

Re: RequestFactory Security/Authentication

2010-11-24 Thread Patrick Hilsbos
now im stuck at that point HTTP ERROR: 500 javax.servlet.jsp.PageContext.getELContext()Ljavax/el/ELContext; RequestURI=/login.jspx Caused by: java.lang.AbstractMethodError: javax.servlet.jsp.PageContext.getELContext()Ljavax/el/ELContext; removed all the message stuff, util taglib / panel

Re: CellList -- is prefilled sizing possible?

2010-11-24 Thread aarnott
I have made a rough implementation of an InfinitePagerPanel. It involves a small cheat, but here is the code (hopefully google groups doesn't butcher the formatting): public class InfinitePagerPanel extends AbstractPager { private DockLayoutPanel pagerPanel; private

Combobox in GridCell

2010-11-24 Thread sridevi macherla
Hi, Hope everything is fine with you, I have a issue with combo box in Editor Grid. In each row the value of the combo box changes based on the id. If you dont mind can you provide me a sample working example or how do we change or bind the store for each row and how do we hold the selected

Re: DockLayoutPanel can not show center element using uibinder

2010-11-24 Thread Steve Moyer
Have you declared that you want standards mode in the DOCTYPE of the host HTML page? I also vaguely remember having better success when the center panel was the last thing added (but perhaps this was before Uibinder). In any case, I've gotten into the habit of always putting the center panel

Re: GWT port of CodeMirror

2010-11-24 Thread Gaurav Vaish
Yes Alain... the documentation is in the roadmap... basically, I need to find some time to write it :) May be a couple of days off. -- Happy Hacking, Gaurav Vaish http://www.mastergaurav.com On Nov 25, 2:40 am, nino ekambi jazzmatad...@googlemail.com wrote: Maybe you could write some getting

Re: Servlet Performance

2010-11-24 Thread Gaurav Vaish
No problems... only thing is that the logic in your servlet goes complex. For example, in Struts - the Action Servlet handles all incoming requests (generally to /do/* or *.do mappings) -- Happy Hacking, Gaurav Vaish http://www.mastergaurav.com On Nov 25, 3:48 am, Ross McKinnon

Re: GWT port of CodeMirror

2010-11-24 Thread Gaurav Vaish
Hi Guys, I've put up quick starter documentation at http://code.google.com/p/gcodemirror/wiki/GettingStarted and javadoc at http://gcodemirror.googlecode.com/svn/trunk/src/CodeMirror/docs/javadoc/index.html Let me know if that helps! (Thanks to Alain for forcing me do so ;) ) -- Happy

Using web.xml to automatically redirect to error page on any error

2010-11-24 Thread Yaakov
Hi, I thought I have done this before with GWT... I have an RPC call to some resource. If something unforeseen (untested bug) happens during the RPC call in the server-side processing, I want to use the regular error-page mechanism to automatically redirect the browser to some standard error

Problem integrating gilead with gwt

2010-11-24 Thread Noor
Can some tell me all the configuration from adding jars, eiditing app.get.xml and ... that needs to be made to integrate gilead into gwt. This is because, I am following many tutorials but getting several errors. if can send the jars u are using at baken...@gmail.com, it would be very nice. I have

[gwt-contrib] Comment on UnderstandingMemoryLeaks in google-web-toolkit

2010-11-24 Thread codesite-noreply
Comment by david.nouls: The part about Exacerbating Factors is not 100% correct. Sure filter:opacity(...) or filter:progid:DXImageTransform... will use a lot of memory in IE6/7 but .. in IE7 there is no need to use them! There are bugs reported on this - soft permutations were promised to

[gwt-contrib] Re: png compression

2010-11-24 Thread Paul Robinson
No reply on this, so I've just created issue 5651 so it doesn't get lost. It would be nice if the GWT compiler could produce png image bundles in compressed format. Background: The png file format has support for the deflate algorithm built-in, but png files don't *have* to use it. So some

[gwt-contrib] Added error handling for exceptions that can occur when logging messages are sent over the wire ... (issue1149801)

2010-11-24 Thread rdayal
Reviewers: scottb, Description: Added error handling for exceptions that can occur when logging messages are sent over the wire from DevMode to GPE. Review by: sco...@google.com Please review this at http://gwt-code-reviews.appspot.com/1149801/show Affected files: M

[gwt-contrib] Re: Add README step to use the Google Web Toolkit SDK in the gwt-user project so that users can run ... (issue966802)

2010-11-24 Thread rdayal
I think that jat is right - if you have a builder defined on your project that Eclipse does not know about, it will throw an exception. For now, let's go with this update to the README. I think, as a future step, we should add the natures and builders to the gwt-user and gwt-dev project, and

[gwt-contrib] Re: Fix to allow devmode exceptions to be reported back from a client. (issue1147801)

2010-11-24 Thread conroy
http://gwt-code-reviews.appspot.com/1147801/diff/1/2 File user/super/com/google/gwt/junit/translatable/com/google/gwt/junit/client/impl/GWTRunner.java (right): http://gwt-code-reviews.appspot.com/1147801/diff/1/2#newcode252

[gwt-contrib] Re: Remove the implementation from GWTTestCase checkpoints. (issue1146801)

2010-11-24 Thread conroy
On 2010/11/23 22:31:59, scottb wrote: Been deprecated for a while, time to remove the implementation. http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/junit/client/GWTTestCase.java?r=1 You weren't kidding! That's gotta be some kind of record. Deprecated

[gwt-contrib] Re: Passing the row index along with the row value to Cell methods. Currently, the row index is not ... (issue1129801)

2010-11-24 Thread jlabanca
http://gwt-code-reviews.appspot.com/1129801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: png compression

2010-11-24 Thread Chris Conroy
Paul, Thanks for reporting this and pinging back. Sorry your first message got lost in the shuffle. On Wed, Nov 24, 2010 at 5:50 AM, Paul Robinson ukcue...@gmail.com wrote: No reply on this, so I've just created issue 5651 so it doesn't get lost. It would be nice if the GWT compiler could

[gwt-contrib] Re: Add README step to use the Google Web Toolkit SDK in the gwt-user project so that users can run ... (issue966802)

2010-11-24 Thread conroy
On 2010/11/24 15:31:15, rdayal wrote: I think that jat is right - if you have a builder defined on your project that Eclipse does not know about, it will throw an exception. For now, let's go with this update to the README. I think, as a future step, we should add the natures and builders

[gwt-contrib] [google-web-toolkit] r9277 committed - Removing reference to designTime.getProvidedField()

2010-11-24 Thread codesite-noreply
Revision: 9277 Author: gwt.mirror...@gmail.com Date: Wed Nov 24 08:54:59 2010 Log: Removing reference to designTime.getProvidedField() http://code.google.com/p/google-web-toolkit/source/detail?r=9277 Modified: /releases/2.1/user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java

[gwt-contrib] Cleanup DOM after DoubleClickEventSinkTest tests complete (issue1150801)

2010-11-24 Thread fredsa
Reviewers: jgw, Description: Cleanup DOM after DoubleClickEventSinkTest tests complete Please review this at http://gwt-code-reviews.appspot.com/1150801/show Affected files: M user/test/com/google/gwt/user/client/DoubleClickEventSinkTest.java Index:

[gwt-contrib] Re: Add ProxySerializer API to provide EntityProxy persistence primitives. (issue1148801)

2010-11-24 Thread rchandia
http://gwt-code-reviews.appspot.com/1148801/diff/1/3 File user/src/com/google/gwt/autobean/shared/AutoBeanUtils.java (right): http://gwt-code-reviews.appspot.com/1148801/diff/1/3#newcode290 user/src/com/google/gwt/autobean/shared/AutoBeanUtils.java:290: return true; Move these two statements

[gwt-contrib] Re: Cleanup DOM after DoubleClickEventSinkTest tests complete (issue1150801)

2010-11-24 Thread jgw
On 2010/11/24 17:47:45, fredsa wrote: LGTM. http://gwt-code-reviews.appspot.com/1150801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add ProxySerializer API to provide EntityProxy persistence primitives. (issue1148801)

2010-11-24 Thread rchandia
A few nits. http://gwt-code-reviews.appspot.com/1148801/diff/1/12 File user/src/com/google/gwt/requestfactory/shared/impl/ValueProxyCategory.java (right): http://gwt-code-reviews.appspot.com/1148801/diff/1/12#newcode25

[gwt-contrib] Re: Passing the row index along with the row value to Cell methods. Currently, the row index is not ... (issue1129801)

2010-11-24 Thread pdr
http://gwt-code-reviews.appspot.com/1129801/diff/4001/5008 File samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/ContactTreeViewModel.java (right): http://gwt-code-reviews.appspot.com/1129801/diff/4001/5008#newcode199

[gwt-contrib] Re: Add ProxySerializer API to provide EntityProxy persistence primitives. (issue1148801)

2010-11-24 Thread bobv
Feedback implemented. http://gwt-code-reviews.appspot.com/1148801/diff/1/3 File user/src/com/google/gwt/autobean/shared/AutoBeanUtils.java (right): http://gwt-code-reviews.appspot.com/1148801/diff/1/3#newcode290 user/src/com/google/gwt/autobean/shared/AutoBeanUtils.java:290: return true; On

[gwt-contrib] Re: Add ProxySerializer API to provide EntityProxy persistence primitives. (issue1148801)

2010-11-24 Thread cramsdale
LGTM http://gwt-code-reviews.appspot.com/1148801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Passing the row index along with the row value to Cell methods. Currently, the row index is not ... (issue1129801)

2010-11-24 Thread sbrubaker
http://gwt-code-reviews.appspot.com/1129801/diff/4001/5038 File user/src/com/google/gwt/cell/client/TextCell.java (right): http://gwt-code-reviews.appspot.com/1129801/diff/4001/5038#newcode47 user/src/com/google/gwt/cell/client/TextCell.java:47: public void render(ContextString context,

[gwt-contrib] Re: Add ProxySerializer API to provide EntityProxy persistence primitives. (issue1148801)

2010-11-24 Thread bobv
http://gwt-code-reviews.appspot.com/1148801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Comment on RequestFactory_2_1_1 in google-web-toolkit

2010-11-24 Thread codesite-noreply
Comment by vinays.work: From the examples at: http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html The domain class Employee: class Employee { public void persist() { EntityManager em = entityManager(); try { em.persist(this); } finally {

[gwt-contrib] Re: Comment on RequestFactory_2_1_1 in google-web-toolkit

2010-11-24 Thread codesite-noreply
Comment by vinays.work: BlazeDS: Please also take a look at BlazeDS project to see how they have kept themselves to simply transporting Value Object to and from the server tier. While doing that if a framework helps avoid the LazyLoad exceptions, well and good. But beyond that, if you try

[gwt-contrib] Re: Added error handling for exceptions that can occur when logging messages are sent over the wire ... (issue1149801)

2010-11-24 Thread scottb
Mostly LG, one question. http://gwt-code-reviews.appspot.com/1149801/diff/1/3 File dev/core/src/com/google/gwt/dev/shell/remoteui/RemoteUI.java (right): http://gwt-code-reviews.appspot.com/1149801/diff/1/3#newcode139 dev/core/src/com/google/gwt/dev/shell/remoteui/RemoteUI.java:139: An

[gwt-contrib] Re: Add ProxySerializer API to provide EntityProxy persistence primitives. (issue1148801)

2010-11-24 Thread rchandia
LGTM http://gwt-code-reviews.appspot.com/1148801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors