Re: requestfactory: server side query using JPQL

2010-12-24 Thread Y2i
I don't see anything wrong. This is from the JPA part of the EJB 3.0 spec: --- 4.6.10 Null Comparison Expressions The syntax for the use of the comparison operator IS NULL in a conditional expression is as follows: {single_valued_path_expression |

Re: gzippen all gwt output files?

2010-12-24 Thread Thomas Broyer
I don't do it actually ;-) (I only have an image and 2 JSPs –login page and GWT app host page–, we'll probably add a CSS later, but browsers will likely only download it once and then only check for freshness/staleness of their cache, so we'll probably won't gzip it; and it'll be quite small

Don't escape my html string...

2010-12-24 Thread Paul Schwarz
Hi all, I am aware of the new SafeHtml facilities of GWT 2.1. I have a case where I am using a CellTable and have a column that takes a ClickableTextCell to render a string. The strings I want to render come from a trusted source (nearby within the same method) and contain em tags which are on

Re: Compressing JSON?

2010-12-24 Thread shahid
ok thank you every one for suggestions. I will try these options and see how it goes. On Dec 23, 7:05 pm, Olostan olos...@gmail.com wrote: Just add handler to IIS 7 that will do gzip-compression, and browsers will automatically uncompress upon receiving. May be your UI getting slow because of

Re: UiBinder on fly compilation not happening.

2010-12-24 Thread suersh babu
I got the answer, actually one of my module got error because of that it is not compiling. Now it is working fine. Thanks.. On Thu, Dec 23, 2010 at 12:51 PM, suersh babu sureshgbab...@gmail.comwrote: Hi, I am using Ui Binder, when I try to compile the gwt module on the fly compilation

Re: json gwt

2010-12-24 Thread Petr Arsentev
I changed code for server. I moved my servlet in app gwt. Now app gwt use address http://127.0.0.1:/ and servlet http://127.0.0.1:/JSONServlet, It is works. But when I wanted used key -noserver, then I can't run app gwt with this key. On Dec 23, 9:41 pm, zixzigma zixzi...@gmail.com

Re: gzippen all gwt output files?

2010-12-24 Thread Ed Bras
Thanks for the tip. I did look at the rewrite option, but not so font of the rewrite modules, very powerful do. I wasn't aware of the mod_filer combi with mod_deflate. I like that one, very simple: FilterDeclare gzip CONTENT_SET FilterProvider gzip inflate req=Accept-Encoding !$gzip FilterChain

Re: GWT 2.1 MVP Multiple activities clarification help

2010-12-24 Thread Milan Cvejic
Great, thanks you for help. I already managed to create working code, but will take a look at your example. Probably I will learn a lot. Sincerely Milan On Dec 23, 5:29 pm, Mauro Bertapelle mauro.bertape...@gmail.com wrote: As an exercise I've build a little POC based on the concepts expressed

Re: Plugin fails to connect to hosted mode server

2010-12-24 Thread Sethu
Not seeing any alternative. I have raised an issue for this http://code.google.com/p/google-web-toolkit/issues/detail?id=5815 On Dec 23, 8:17 am, Sethu writetose...@googlemail.com wrote: Hi Chris, I did what you told me. I added both 127.0.0.1 and localhost to the allowed hosts in the GWT

Re: Don't escape my html string...

2010-12-24 Thread Paul Schwarz
Ok, I think I've got it. I didn't realise that ClickableTextCell can now (in 2.1) take a SafeHtmlRenderer as an argument, and in turn that object can render the html just the way I want ColumnClientModel, String clickColumn = new ColumnClientModel, String(

Re: gzippen all gwt output files?

2010-12-24 Thread Ed Bras
It works really nice now: put all the content in the several Public folder: general public folder and specific Public folder as I have several gwt app's that share some general stuff. It's bit of puzzling to output and move all files in the correct directories but it's worth doing so as all files

RequestFactory - ServiceLayer

2010-12-24 Thread Andy
Can anybody show me a littel example how the new ServiceLayer in gwt 2.1.1 work? Currently all persistence Methods are in the JPA entity bean. 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

AutoBean and Traditional web-Services

2010-12-24 Thread drew
Hello, I am new to GWT and facing problems in using GWT 2.1 usign AutoBean or Request Factory. I developed a mock application usign request factory hvaing a Java Class file to create mock data for the Bean. That java class file also implements the RequestContext Interface but I dont know how to

Out of memory running on jetty (on web service instanciation)

2010-12-24 Thread David R.
Hello, I just got a problem running my application under Jetty. (I have no problem deploying with the web mode under glassfish). I want to instanciate a web service stub right after an RPC call. Here is the stack: Caused by: java.lang.OutOfMemoryError: PermGen space at

Re: How to force Spring to intercept RequestFactoryServlet

2010-12-24 Thread Yun Liu
Have you define a SimpleServletHandlerAdapter? It is not activated in spring MVC by default. It is likely that the URL /gwtRequest is mapped to the RequestFactoryServlet but no HandlerAdapter can handle it. Try add to your webmvc-config.xml: bean

Re: gzippen all gwt output files?

2010-12-24 Thread shashi kant pandey
Go to the proprieties and click the change batten and after that change the application which is related to you file and you will open your file for quire contact me shashi On Thu, Dec 23, 2010 at 7:58 PM, Ed post2edb...@gmail.com wrote: I am using the PreCompress linker now, but have problems

Can Flash communicate with GWT?

2010-12-24 Thread BogdanB
Hy, How can I return a value or set a parameter at the end of a flash movie and then get it using gwt2swf? I need to know when the flash movie ended so I can make another widget visible. Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Maven repository for GWT 2.1.1

2010-12-24 Thread Charles
Hi, does the release process of GWT include the publication of maven artifacts and gwt maven plugin ? I'am not able to find maven artifact for GWT 2.1.1. Best regards -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: Maven repository for GWT 2.1.1

2010-12-24 Thread David Chandler
Yes. GWT 2.1.1 is in Maven Central. The plugin (not maintained by Google) is currently at version 2.1.0-1. The Expenses sample app in GWT 2.1.1 has a good example POM using gwt-maven-plugin. /dmc On Fri, Dec 24, 2010 at 1:14 PM, Charles bosquet.char...@gmail.com wrote: Hi, does the release

not get persisted to the data store

2010-12-24 Thread pieceovcake
Can anyone see why when i set driverstatus.activeStatus = false; this does not get persisted to the data store? Query stopalertquery = pm.newQuery(Driver.class); stopalertquery.setFilter(mobileCarrierEmail == mobileCarrierEmailParam); stopalertquery.declareParameters(String

Re: Can Flash communicate with GWT?

2010-12-24 Thread Gal Dolber
Flash can communicate with js, so the answer is yes. I never did it before, but you can use any flash2js communication method with jsni. On Fri, Dec 24, 2010 at 7:34 AM, BogdanB buta.i.bog...@gmail.com wrote: Hy, How can I return a value or set a parameter at the end of a flash movie and

Editor Framework Questions

2010-12-24 Thread Matthew Hill
Hi. After reading thishttp://code.google.com/webtoolkit/doc/latest/DevGuideUiEditors.html page, I'm still unclear as to what editors are and what they are for. - What are they for? - Can you give me some example use-cases? - What advantages do they offer over editing without this

Error while placing picture in GWT host page

2010-12-24 Thread Noor
Hi, I am trying to post a logo. The picture is in the war directory war/Images/logo.jpg the peice of html on the host page is and the error i'm getting is [WARN] Aliased resource: file:/C:/Users/Noor/workspaced/BiddingSystems/

Re: Error while placing picture in GWT host page

2010-12-24 Thread Noor
The peice of html on the host page is body div id=Header /div div id=logo img src=images/logo.jpg/ div id=TopRight style=float:right /div /div div id=DownHeader /div div id=wrapper div id=SearchBar /div

Re: requestfactory: server side query using JPQL

2010-12-24 Thread Mike
thanks Y2i, you are right, i switch to the latest version impl of JPA, and it works! -- 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,