over-optimisation of "".equals(mystring)

2010-07-27 Thread Nick
I've spent the last day or so trying to figure out why GWT was setting a non-null String to null for no apparent reason. The code was essentially as follows: public void runTest() { test( "testing" ); } public void test( String mystring ) { if( "".equals(mystring) ) { mystring = null;

Re: GWT Rocks!

2010-07-27 Thread Craigo
In Australian "GWT is a bloody rippa!!!" On Jul 28, 8:30 am, nacho wrote: > Hi, i just must say that i like GWT more and more every second!!! > > In argentinian 'GWT es una masa!!!' > > In spanish 'GWT está de puta madre!!!' > > Nothing more, i had to share my felling > > :D -- You received th

How to show server log file on the client?

2010-07-27 Thread Magnus
Hi, I would like to show the contents of a log at the client side: There is a complex operation (chess move analysis) on the server, triggered by a client's RPC serivce call. The operation produces a list of log entries, which should be presented at the client. My intuitive idea is to collect th

Re: Cache on Client

2010-07-27 Thread Joyce
Hi Sefan, Many thanks for your clarification. Appreciate it. May I ask what is the difference between GWT-RPC and GWT? So this means that the data cache at client side can be controlled right? Thanks once again. On Jul 28, 3:26 am, Stefan Bachert wrote: > Hi, > > GWT is putting javascript int

Re: Single Sign On - Multiple GWT Applications

2010-07-27 Thread rjcarr
Single sign on is a feature that will be offered by your servlet container. Depending on which you choose you should have several options for how to implement this. On Jul 27, 1:44 pm, DKeller wrote: > I need to build a set of GWT Aplications, each one separate of another > (different WAR files,

Re: GWT Rocks!

2010-07-27 Thread nino ekambi
The Best Webframework of the world in my eyes. Thanks Google 2010/7/28 Christian Goudreau > Gwt est de la bombe ! Ok, that sound more like french from France. I would > have said Gwt Rocks even if I'm french ! LOL > > > On Tue, Jul 27, 2010 at 6:45 PM, charlie wrote: > >> Thirded. >> >> >> On

Re: GWT Rocks!

2010-07-27 Thread Christian Goudreau
Gwt est de la bombe ! Ok, that sound more like french from France. I would have said Gwt Rocks even if I'm french ! LOL On Tue, Jul 27, 2010 at 6:45 PM, charlie wrote: > Thirded. > > > On Tue, Jul 27, 2010 at 5:38 PM, Daniel Simons > wrote: > >> I agree >> >> >> On Tue, Jul 27, 2010 at 5:30 PM,

Re: GWT Rocks!

2010-07-27 Thread charlie
Thirded. On Tue, Jul 27, 2010 at 5:38 PM, Daniel Simons wrote: > I agree > > > On Tue, Jul 27, 2010 at 5:30 PM, nacho wrote: > >> Hi, i just must say that i like GWT more and more every second!!! >> >> In argentinian 'GWT es una masa!!!' >> >> In spanish 'GWT está de puta madre!!!' >> >> Nothing

Re: GWT Rocks!

2010-07-27 Thread Daniel Simons
I agree On Tue, Jul 27, 2010 at 5:30 PM, nacho wrote: > Hi, i just must say that i like GWT more and more every second!!! > > In argentinian 'GWT es una masa!!!' > > In spanish 'GWT está de puta madre!!!' > > Nothing more, i had to share my felling > > :D > > -- > You received this message becau

Re: GWT Rocks!

2010-07-27 Thread Gal Dolber
Bien ahi otro argentino en gwt :) 2010/7/27 nacho > Hi, i just must say that i like GWT more and more every second!!! > > In argentinian 'GWT es una masa!!!' > > In spanish 'GWT está de puta madre!!!' > > Nothing more, i had to share my felling > > :D > > -- > You received this message because y

Re: GWT Distrubted Compiler Project

2010-07-27 Thread charlie
Is there a way to 'follow' this project on google code ? On Tue, Jul 27, 2010 at 5:30 PM, Gal Dolber wrote: > Love your idea... even compiling a medium project in a macbook right now is > a pain in the ass. > I am out of time right now but I will love to help in a near future > > 2010/7/27 Dobes

Re: GWT Distrubted Compiler Project

2010-07-27 Thread Jim Douglas
You might be interested in these references, Dobes: http://code.google.com/p/google-web-toolkit/wiki/DistributedBuilds http://development.lombardi.com/?p=993 http://development.lombardi.com/?p=1027 On Jul 27, 3:17 pm, Dobes wrote: > The google code project for this is athttp://code.google.com/p/

Re: GWT Distrubted Compiler Project

2010-07-27 Thread Gal Dolber
Love your idea... even compiling a medium project in a macbook right now is a pain in the ass. I am out of time right now but I will love to help in a near future 2010/7/27 Dobes > The google code project for this is at > http://code.google.com/p/gwt-distcc/ > > On Jul 27, 3:05 pm, Dobes wrote:

GWT Rocks!

2010-07-27 Thread nacho
Hi, i just must say that i like GWT more and more every second!!! In argentinian 'GWT es una masa!!!' In spanish 'GWT está de puta madre!!!' Nothing more, i had to share my felling :D -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To

Re: GWT Distrubted Compiler Project

2010-07-27 Thread Dobes
The google code project for this is at http://code.google.com/p/gwt-distcc/ On Jul 27, 3:05 pm, Dobes wrote: > Hi, > > I've been working on a distributed compiler project, to speed up > compile times by distributing the work across many machines.  Useful > for those times when the compiler takes

Re: Writing a JS library in GWT?

2010-07-27 Thread André Moraes
Correction on my last post. The module load is required by the user.agent property. But the output from the compiler remove the GUI code from the library when compiled, you must remove the line which imports the Standard style so the images for borders and other things will no go in the output.

GWT Distrubted Compiler Project

2010-07-27 Thread Dobes
Hi, I've been working on a distributed compiler project, to speed up compile times by distributing the work across many machines. Useful for those times when the compiler takes a long time and you have a lot of permutations. Since its a bit of a side-project I'm hoping some other will jump on bo

Re: Writing a JS library in GWT?

2010-07-27 Thread André Moraes
I had the same problema of getting bigger source code files. The solution: Check your Module file (Module.gwt.xml). As the default behavior is to create GUI the default module loads the User module and this module has a lot of code that you don't use when creating non GUI libraries/applications.

Re: Strange Mail from group 'islam'

2010-07-27 Thread nacho
i receive a mail of that On 26 jul, 16:48, Breno Gomes wrote: > yes > > 2010/7/26 Nabeel Ali Memon > > > No, i've never been hit by spam due to signing up with gwt mailing list :) > > > Nabeel > > > On Mon, Jul 26, 2010 at 9:39 PM, jsaar wrote: > > >> After having posted a question to GWT ... >

Re: JNDI datasources in GWT 2.1.0 M2 hosted mode

2010-07-27 Thread Y2i
Hi Lukateake, Have you been able to solve your problem? I have a simpler problem of configuring JNDI in GWT 2.0.3. My looks exactly as yours (that works under M1), except it uses postgresql driver. java:comp/env/jdbc/testDb

Single Sign On - Multiple GWT Applications

2010-07-27 Thread DKeller
I need to build a set of GWT Aplications, each one separate of another (different WAR files, no GWT modules), but my client want to log in just once at one main application. In other words, when the client open another GWT application, he dont want to do the login operation again. Any suggests? -

HTML5 elements

2010-07-27 Thread yvsong
I wonder if GWT supports new HTML5 elements such as "figure" and "figcaption". I added the following into the starter HTML file generated by GWT plugin for eclipse: Figure 1. but it does not display properly. The caption is beside instead of below the figure. -- You received this message bec

Re: Tree Padding

2010-07-27 Thread nacho
Something like that happened to me. What i did was the following. For example: In the css: #container div { padding: 20px; margin: 20px; } Play with padding and margin and it could help you. On 25 jul, 21:11, "David E." wrote: > I'm trying to control the margin, image size and padding in

Re: Css Calendar using GWT

2010-07-27 Thread nacho
Jejej i was thinking in do myself something like that. it's nice On 26 jul, 09:30, Peter Simun wrote: > Seems not working for me in FF, I'm not able to click on the date in > the calendar. > Is there any official project site? > > Peter > > On 25. Júl, 23:39 h., dodo dard wrote: > > > Hello, >

Re: How to create a GWT Library?

2010-07-27 Thread nacho
Thanks. Yes, i was thinking about see some libs to inspire myself. The trouble is that right now i am overloaded :D I think that the next week i could start trying to do it. On 26 jul, 09:45, Peter Simun wrote: > Just inspire by the existing GWT libraries. Sources are opensourced ;) > Better li

Re: Where can I put a File to be read/write from RPC Servlet ?

2010-07-27 Thread Jose Luis Estrella Campaña
Hello sir ! I have already tried all the ways I mentioned previously, including the ones you suggested, but the problem remains. It is obviously according to the stack trace launched by the Exception some sort of File permission error. I would like to know what can I do about it ? can you help me

Re: Writing a JS library in GWT?

2010-07-27 Thread Sripathi Krishnan
> > That's why, when writing a function in GWT, I expect it to compile out > to something that doesn't exceed the size of handwritten JS for the > same purposes. Compiling Java to Javascript has some overheads which you cannot get rid off easily. These overheads are not much if you are building a

Re: Where can I put a File to be read/write from RPC Servlet ?

2010-07-27 Thread skippy
I would have tried your last example. It look like a access problem to the file. follow the access denied message. See what that get you. Sorry, I know how it does. On Jul 27, 2:36 pm, Jose Luis Estrella Campaña wrote: > Hi skippy ! > > I have tried your suggestion but unfortunately it did not

what to do to a panel for not automatically resize itself?

2010-07-27 Thread Memo Sanchez
Hello, I need to use a panel that doesn't automatically resize itself... and I don't want to use the absolutePanel, Is there a way to do this? or which panel should I use? Thank you very much. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" grou

Re: Where can I put a File to be read/write from RPC Servlet ?

2010-07-27 Thread Jose Luis Estrella Campaña
Hi skippy ! I have tried your suggestion but unfortunately it did not work :( I changed the java APIs I used this time but the result is the same: ... try { File f = new File("xml/users.xml"); FileReader reader = new FileReader(f);

Re: Cache on Client

2010-07-27 Thread Stefan Bachert
Hi, GWT is putting javascript into the browser cache. Data which are coming from GWT-RPC do not went into the browser cache. However, a client data cache (programmed in java/javascript) greatly improves the data loading by avoiding duplicate requests. I do not see a security hit from doing so. Ev

Web service call

2010-07-27 Thread Deepak Singh
Hi, With GWT 2.1 My requirement is, I have to connect to different airlines thorugh their web services at the same time to search for available flights and then display the search result on my page.response I have wsdl files for all of them and methods to invoke and set request as xml string and

Re: IE Bookmarks IFrame src issue.

2010-07-27 Thread Sony
Greg, you understand correctly. IE attempts to load the older.cache.html that was recorded as the src of the iframe when the page was bookmarked instead of the src as it exists currently on the requested page resulting in incompatibility exceptions with the newer version on the server. The older.

Re: Where can I put a File to be read/write from RPC Servlet ?

2010-07-27 Thread skippy
If that does not work, ping me again and I will provide a code sample. On Jul 27, 2:09 pm, skippy wrote: > I would put the file in the WEB-INF/XML/ > change the path to the file to xml/users.xml or /xml/user.xml > > On Jul 27, 1:57 pm, Jose Luis Estrella Campaña > wrote: > > > > > Hello dane !

Re: Where can I put a File to be read/write from RPC Servlet ?

2010-07-27 Thread skippy
I would put the file in the WEB-INF/XML/ change the path to the file to xml/users.xml or /xml/user.xml On Jul 27, 1:57 pm, Jose Luis Estrella Campaña wrote: > Hello dane ! > > You're right in assuming something it's not working. Here's the > thing... I need to read from the xml file so I can perf

Re: GWT 2.1 how to customize style for TextColumn

2010-07-27 Thread Christian Goudreau
Else, there's some base trick that you could use : cellTable.setStylePrimaryName("yourName") Then you can override every default if you know the name of the childs damn, don't know if that would work... normally google would have prefixed everything with something like : gwt-cellTable and then :

Re: Where can I put a File to be read/write from RPC Servlet ?

2010-07-27 Thread Jose Luis Estrella Campaña
Hello dane ! You're right in assuming something it's not working. Here's the thing... I need to read from the xml file so I can perform some operations on it and then save it again, here's the code I'm trying to get to work: import public class GreetingServiceImpl extends RemoteServiceServl

Re: GWT 2.1 how to customize style for TextColumn

2010-07-27 Thread Ted
Hi Christian, When I override the render object of Column I can nest a inside the for that cell. This way I can control the style of the span. However if there is a way to control the style of the td I would be interested in what you can discover. Thanks, Ted On Jul 27, 1:41 pm, Christian Go

Re: GWT 2.1 how to customize style for TextColumn

2010-07-27 Thread Christian Goudreau
Else for a row. ct.getRowElement(i).setAttribute("style", "width: 200px;"); For now, those are the only thing a could see On Tue, Jul 27, 2010 at 2:51 PM, Christian Goudreau < goudreau.christ...@gmail.com> wrote: > Ok, in CellTable you have a function for this : ct.addColumnStyleName(). > That w

Re: GWT 2.1 how to customize style for TextColumn

2010-07-27 Thread Christian Goudreau
Ok, in CellTable you have a function for this : ct.addColumnStyleName(). That would change the column number. But need more infomrations, you want to set the style of a single cell or of an entire row ? Cheers, On Tue, Jul 27, 2010 at 2:41 PM, Christian Goudreau < goudreau.christ...@gmail.com> w

Format issues with google docs api

2010-07-27 Thread Praneeth Patlola
I am using googledocs api to upload word, text and pdf files to google docs. The format of the files after upload is messed up. I am only able to upload plain text file with out any issues. Is there a specific character encoding i need to use or set the content type ? servlet calling google docs

Re: GWT 2.1 how to customize style for TextColumn

2010-07-27 Thread Christian Goudreau
You're right, but if a row can have his style changed, I bet a Cell can too. Give me 10 minutes, I'll do a fast check, I'm also right into this stuff right now. Cheers, On Tue, Jul 27, 2010 at 2:37 PM, Ted wrote: > Hi Christian, > > Thanks for the link. The Column object doesn't appear to hav

Re: GWT 2.1 how to customize style for TextColumn

2010-07-27 Thread Ted
Hi Christian, Thanks for the link. The Column object doesn't appear to have a way to set the style. There are no setStyleName or addStyleNames methods to call as in UIObject. I am hoping there is an alternative way but I cannot discover it yet. Thanks, Ted On Jul 27, 9:18 am, Christian Goudre

Re: Why does GWT+JUnit take so long to start?

2010-07-27 Thread Miroslav Genov
I suggest you to take a look into MVP pattern. It will speed things up. About the UI interface and visualization, you can take a look into a webdriver or selenium. Both of them may test user interactions with the UI. On 27.7.2010 г. 09:53 ч., Felipe Baytelman wrote: I'm implementing a big pro

Re: Where can I put a File to be read/write from RPC Servlet ?

2010-07-27 Thread dane.molotok
I guess I'm missing something in the question. Have you tried some things and it's not working like you'd expect? I would think you could put it in src/org/jose/server. On Jul 27, 11:21 am, Jose Luis Estrella Campaña wrote: > Good day everybody, > > I have this particular need, where I need to ha

Re: Standards Mode + Decorated Popup Panel + IE == FAIL

2010-07-27 Thread randomwalk
Thanks for the update. That did fix the problem. On Jul 27, 9:51 am, lineman78 wrote: > I can confirm that this did fix theproblem. > > On Jul 27, 10:38 am, lineman78 wrote: > > > > > According to this bug it has been fixed in 2.0.4, I will try updating > > and let you know if it worked: > > >ht

Re: IE Bookmarks IFrame src issue.

2010-07-27 Thread Jeff Chimene
On 07/27/2010 10:29 AM, Greg Dougherty wrote: > Can they do that ONLY for IE 6 & 8? Because it doesn't look like they > want to stop caching, they want the bookmark to stop going to the old > iFrame source. > > Greg Then they'll also have to work with RewriteCond, which is an ugly solution. Were

Re: Bug in calculating “Absolute top” position u sing GWT framework

2010-07-27 Thread lineman78
Are you sure that the problem is the getAbsoluteTop method, or is it muliplying the + 10 for you without you knowing and messing things up. Try taking out the +10 and see if it consistently shows on the top left. On Jul 27, 2:19 am, Ragothaman Thanikachalam wrote: > In ie7 browser set zooming le

Re: IE Bookmarks IFrame src issue.

2010-07-27 Thread Greg Dougherty
Can they do that ONLY for IE 6 & 8? Because it doesn't look like they want to stop caching, they want the bookmark to stop going to the old iFrame source. Greg On Jul 27, 11:04 am, Jeff Chimene wrote: > On 07/27/2010 08:53 AM, Sony wrote: > > > > > A truly idiotic bunch at Microsoft must have d

Managing History with two tab panels

2010-07-27 Thread skippy
I am using a two row tab panel and am trying to incorporate history for back and forward navigations. I have reviewed and implemented some of the code in the "CodingBasics - History - GWT - Google Code". I can back up on the lower tab panel, but I can't seem to back up past the top panel. This so

Re: iframe JS code linker

2010-07-27 Thread opichals
Hi! Thanks for the answer! I didn't even mention the sandbox environment as that seemed quite obvious at the first sight. But I was kind of thinking to read about some JS codebase size related advantages that could be implied... The caching issues are definitely interesting, but that's not a reas

Re: HTML5 Offline GWT APP

2010-07-27 Thread Julio Faerman
The problem is finding out which files are cached and how... i don't know if there is any tool that show you that. On Jul 27, 10:51 am, Shawn Brown wrote: > > It seems to be working, but debugging is not easy. > > Why is that? > > Can't you use Firebug, the Error console in Safari or the Dev cons

Re: CssResources @external and tail-globs

2010-07-27 Thread lineman78
Apparently the doc has been updated prematurely and this feature is not available in 2.0, but is in 2.1. On Jul 27, 7:43 am, "david.herv...@gmail.com" wrote: > Hello, > > as mentionned in the CssResource wiki > :http://code.google.com/p/google-web-toolkit/wiki/CssResource#External... > it may be

Re: Standards Mode + Decorated Popup Panel + IE == FAIL

2010-07-27 Thread lineman78
I can confirm that this did fix the problem. On Jul 27, 10:38 am, lineman78 wrote: > According to this bug it has been fixed in 2.0.4, I will try updating > and let you know if it worked: > > http://code.google.com/p/google-web-toolkit/issues/detail?id=4532&can... > > On Jul 27, 3:15 am, randomwa

Re: Is this a valid uiBinder xml file?

2010-07-27 Thread PeteUK
Christian, Thanks for confirming I wasn't missing something. Pete On 27 July, 16:01, Christian Goudreau wrote: > You need to have only one container. > > Wrap inside an HTMLPanel your two buttons and it'll be fine. > > Cheers, > > > > On Tue, Jul 27, 2010 at 10:59 AM, PeteUK wrote: > > Hello,

Re: Standards Mode + Decorated Popup Panel + IE == FAIL

2010-07-27 Thread lineman78
According to this bug it has been fixed in 2.0.4, I will try updating and let you know if it worked: http://code.google.com/p/google-web-toolkit/issues/detail?id=4532&can=1&q=popup%20ie%20standards&colspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars On Jul 27, 3:15 am, randomwalk wr

Re: Writing a JS library in GWT?

2010-07-27 Thread lineman78
Once the GWT compile completes, it is up to the linker to decide how to package it. The single script linker should behave how you would like, but you will have to make sure that deferred binding is never used in your code unless only one permutation is possible. The default linker is an iframe l

Where can I put a File to be read/write from RPC Servlet ?

2010-07-27 Thread Jose Luis Estrella Campaña
Good day everybody, I have this particular need, where I need to have a file (xml) within my GWT app. I have some data in this xml I must read, change, and then write (update) The file must be delivered or included within the Gwt App. Can anybody please tell me where can I place this file, so I ca

Upgrade problems with GWT 2.0.4

2010-07-27 Thread skippy
It looks like the methods DialogBox.setGlassEnabled and HighlightedFlexTable.removeAllRows may cause problems in version 2.0.4. I reverted to version 2.0.3 and was able to compile the classes using those methods successfully. Are there release notes that I am missing that explains this change? T

Re: IE Bookmarks IFrame src issue.

2010-07-27 Thread Jeff Chimene
On 07/27/2010 08:53 AM, Sony wrote: > A truly idiotic bunch at Microsoft must have decided this was a great > idea: If you open an IE Bookmark in a text editor you will see it > records an IFrame's src at the time the bookmark was created. When > using said bookmark next time around, IE makes a r

IE Bookmarks IFrame src issue.

2010-07-27 Thread Sony
A truly idiotic bunch at Microsoft must have decided this was a great idea: If you open an IE Bookmark in a text editor you will see it records an IFrame's src at the time the bookmark was created. When using said bookmark next time around, IE makes a request of the IFrame's src without even chec

Re: GWT HIBERNATE ECLIPSE

2010-07-27 Thread Sebastian Coronado A.
Hello here is it: On 27 jul, 08:13, Arthur Kalmenson wrote: > What does your GWT module file look like (.gwt.xml)? > > -- > Arthur Kalmenson > > On Mon, Jul 26, 2010 at 12:36 PM, Sebastian Coronado A. > > > > wrote: > > Hello I am testing a

Re: enum serialization

2010-07-27 Thread Prashant
try public enum Status *implements **java.io.**Serializable* { ACTIVE, INACTIVE, NA } -- Prashant www.claymus.com -- 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.

Re: Is this a valid uiBinder xml file?

2010-07-27 Thread Christian Goudreau
You need to have only one container. Wrap inside an HTMLPanel your two buttons and it'll be fine. Cheers, On Tue, Jul 27, 2010 at 10:59 AM, PeteUK wrote: > Hello, > > Just going through the UiBinder development guide at > http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html. > Th

Is this a valid uiBinder xml file?

2010-07-27 Thread PeteUK
Hello, Just going through the UiBinder development guide at http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html. The example below struck me as perhaps not being valid because there are two widgets at the top level and when calling createAndBindUi(), this returns just one containing

Re: Writing a JS library in GWT?

2010-07-27 Thread S Rabin
I see. So when the only thing in my loadModule function is an export call, and I export the method (via Ray Cromwell's gwt-exporter library, which I was already using): public void HelloTest(String id){ DOM.getElementById(id).setInnerHTML("Hello World"); } it should compile to 25kb plus a bo

enum serialization

2010-07-27 Thread mbstiburon
I have classes with inner enums such as public class Foo implements java.io.Serializable { public enum Status { ACTIVE, INACTIVE, NA } private Status status; public Foo() {} public Status getStatus(){ return this.status; } } When I compile (gwtc), it does not complain;

Why does GWT+JUnit take so long to start?

2010-07-27 Thread Felipe Baytelman
I'm implementing a big project using TDD, but it's becoming a real pain: JUnit takes 2 minutes to start the first test (basically, setting up). Is there a way to speed up JUnit with GWT? Thanks in advance, --Felipe Baytelman -- You received this message because you are subscribed to the Google G

Re: Standards Mode + Decorated Popup Panel + IE == FAIL

2010-07-27 Thread randomwalk
Have the exact same problem with IE8 in standards mode. I'm not using Decorated Popup Panel though. I wrote my own PopupWindow class that extends PopupPanel. On Jul 6, 5:31 pm, lineman78 wrote: > I am having aproblemwhere I have changed to standards mode in order > to use layout panels, but it se

Storing an object at the client during a request

2010-07-27 Thread Julius
Hello, How can I store an object on the client side during an entire request and make it accessible to multiple presenters in a MVP application? I am currently retrieving the User object in a servlet filter and putting it on the request, like so // get User by cookie User user = sercurityService

Null values to objects after deployment.

2010-07-27 Thread v b
Hi! I test my application on development mode and it works as I expect - no problems. When I deploy it on the server, some objects on the client have null value. My objects are quite complicated with lists, for example. Is that a problem? Any hint? Thank you. -- You received this message becaus

Re: GWT app no longer working in Eclipse 3.6 dev-mode

2010-07-27 Thread googelybear
Hi kathrin, thanks for the pointers! You were absolutely right, it is related to SOP. I tried it on IE and there I get a human readable message ("The URL ... is invalid or violates the same-origin sercurity restriction). It seems that someone - probably by mistake - set the wrong url in a config f

Re: GWT 2.1 how to customize style for TextColumn

2010-07-27 Thread Christian Goudreau
http://stackoverflow.com/questions/2891803/how-to-use-gwt-2-1-data-presentation-widgets As for customization, use the same technique as for any other widget. Cheers, On Tue, Jul 27, 2010 at 10:04 AM, Deepak Singh wrote: > Hello, > > I have to use this data presentation widget for my project. Ca

Re: client-side deserialization issue of bytecode enhanced classes in dev mode

2010-07-27 Thread Deepak Singh
Can i know how you are using jibx binding with gwt ? On Tue, Jul 27, 2010 at 2:53 PM, lpetit wrote: > Hello, > > I have a problem in dev mode. > I've made a set of domain classes client-side compatible (the java 2 > javascript compiler reports no error). > When I get an instance of a class in th

Test Data

2010-07-27 Thread Jose Luis Estrella Campaña
Hello fellow GWT programmers ! Need some kind of parallel advice here. I need to deliver a GWT application compiled inside an EAR file, I have managed to assemble my EAR file correctly and deploy it to a variety of application servers, but now I'm in a bit of a pickle here. A Client has requested

Re: GWT app no longer working in Eclipse 3.6 dev-mode

2010-07-27 Thread Piyush Garg
Hi Dennis, I will suggest you to open a defect instead of posting it here. For me the combination of 3.6 and gwt eclipse plugin is working fine on ubuntu lucid. Thanks and Regards Piyush Garg On Tuesday 27 July 2010 06:35 PM, googelybear wrote: Hi, Previously I was running my gwt app in ec

Re: GWT 2.1 how to customize style for TextColumn

2010-07-27 Thread Deepak Singh
Hello, I have to use this data presentation widget for my project. Can anybody help me how to use it or any sample code for that would be very helpful. Regards Deepak On Tue, Jul 27, 2010 at 2:07 AM, Ted wrote: > Hello, > > Does anyone have a suggestion for the preferred way to customize a > s

Re: HTML5 Offline GWT APP

2010-07-27 Thread Shawn Brown
> It seems to be working, but debugging is not easy. Why is that? Can't you use Firebug, the Error console in Safari or the Dev console in chrome to display logging? Sorry if it's a dumb question but ... Anyway thanks! Shawn -- You received this message because you are subscribed to the Goog

Re: Client side caching?

2010-07-27 Thread Christian Goudreau
http://turbomanage.wordpress.com/ David Chandler wrote a couple of great article on that. Everything is around Gwt-Dispatch project, but you could also use Gwt-Platform to do the same thing. Cheers, On Tue, Jul 27, 2010 at 7:40 AM, Julius wrote: > Hi, > > I am new to GWT and kinda dealing with

Re: XSL Transformation, AccessControlException, NoClassDefFoundError and SyntheticRepository

2010-07-27 Thread Jan
I'm sorry, the reason for having all those error messages was that I forgot to put serializer-.jar and xalan-.jar into / WEB-INF/lib. Best regards Jan -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to goo

CssResources @external and tail-globs

2010-07-27 Thread david.herv...@gmail.com
Hello, as mentionned in the CssResource wiki : http://code.google.com/p/google-web-toolkit/wiki/CssResource#External_and_legacy_scopes it may be possible to match tail glob pattern in the annotated @external CSS Class. I've tried this feature with no success. Only the @external fixed CSS name are

Re: Need strategy to implement window layout

2010-07-27 Thread heros
Thanks for your hint. I want to add an icon to the splitter to hide/open left panel like the vertical splitter http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html Do I use SplitLayoutPanel or LayoutPanel? Sorry for my stupid question. On Jul 20, 5:19 am, Thomas Broyer wrote: > On

Client side caching?

2010-07-27 Thread Julius
Hi, I am new to GWT and kinda dealing with the same questions at the moment. I need user data, basically a User object very often and I want to get it just once in every request. At this moment multiple presenters are getting the User and this is obviously bad for performance. The solution Feldma

Re: GWT app no longer working in Eclipse 3.6 dev-mode

2010-07-27 Thread Katharina Probst
Hi Dennis, my guess is that this has something to do with the ports you're using for DevMode. A couple of things to try: - are you running DevMode in -noserver mode? If so, it could be a Same Origin Policy problem. - can you confirm that this problem only occurs on Firefox and not on IE? AFAIU,

Re: Google Web Toolkit JavaScript Vs hand Crafted JavaScript benchmark

2010-07-27 Thread Arthur Kalmenson
I'd be interested to see how much faster this runs with GwtQuery instead of vanilla GWT. GwtQuery doesn't try to emulate the Java collections API so the code is much smaller and potentially faster. -- Arthur Kalmenson On Mon, Jul 26, 2010 at 11:38 AM, Ciarán wrote: > Hey everyone I am really i

Re: GWT HIBERNATE ECLIPSE

2010-07-27 Thread Arthur Kalmenson
What does your GWT module file look like (.gwt.xml)? -- Arthur Kalmenson On Mon, Jul 26, 2010 at 12:36 PM, Sebastian Coronado A. wrote: > Hello I am testing a gwt project using rpc to comunicate with the > server, using hibernate and postgres, Everything compiles okey but > when I run it as a

Re: Persistent class ... does not seem to have been enhanced .. Error??

2010-07-27 Thread AlexG
Problem is solved. On 26 Jul., 12:26, AlexG wrote: > Hi @ all, > > as you can see (topic) I get strange errors, when runnig my GWT/GAE > projects. > The error message is: > > Persistent class "myClass does not seem to have been enhanced.  You > may want to rerun the enhancer and check for errors

Re: How can I specify a browser that GWT tests should be run on?

2010-07-27 Thread Arthur Kalmenson
Hey Damian, It doesn't look like that's possible: http://code.google.com/webtoolkit/doc/latest/DevGuideTestingHtmlUnit.html. HtmlUnit only supports emulating FF 2, FF 3 and IE 6 - 8. For doing GUI testing, I'd suggesting looking at Selenium. GWTTestCase is good for doing integration testing that i

GWT app no longer working in Eclipse 3.6 dev-mode

2010-07-27 Thread googelybear
Hi, Previously I was running my gwt app in eclipse 3.5. Now I have installed a fresh 3.6 (helios, classic), subversive and the gwt plugin via the update sites. Starting my gwt app also works fine and the "Development Mode" tab gets opened. When I connect to my app via firefox and login I get the f

Re: HTML5 Offline GWT APP

2010-07-27 Thread Julio Faerman
I am doing like the Google IO Linkers video: @LinkerOrder(Order.POST) public class OfflineLinker extends AbstractLinker { @Override public String getDescription() { return "HTML 5 Offline Linker"; } @Override public ArtifactSet link(TreeLog

Re: Another Ajax Crawling question, is "#!&" acceptable rather then just "#!" ?

2010-07-27 Thread Thomas Wrobel
Thanks for the clarification. The problem is, to my knowledge, you can't use the built in parser in PHP to parse your own strings, it only reads from the URL. So while you can get the original query string by doing; $_GET['_escaped_fragment_'], if you got multiple parameters you then have to pars

Re: Spring Security UI Conditional Rendering

2010-07-27 Thread Peter Simun
Acris has also the client "conditional" security. Have a look on: http://code.google.com/p/acris/wiki/SecurityClient Just annotate you panel with @Secured(Grants.ROLE_ADMIN) protected VerticalPanel mainPanel; and it will displays only to users which has correct security permission. You can study

Re: Another Ajax Crawling question, is "#!&" acceptable rather then just "#!" ?

2010-07-27 Thread Katharina Probst
On Mon, Jul 26, 2010 at 8:31 PM, Thomas Wrobel wrote: > Sorry for my late reply. > Lets say I have a url like this; > > > http://www.rateoholic.co.uk/main/Rateoholic_Frame.html#!SEARCHFOR=star%20wars&TYPE=videogame > > Google Bot will turn it to this; > > > http://www.rateoholic.co.uk/main/Rateoh

Re: introducing a marketplace for GWT components & associated projects

2010-07-27 Thread Christian Goudreau
I registered Gwt-Platform and our next project, our consultant firm. You should add a category more specific for team of individuals that want to offer support or consulting services for Gwt. Great app ! Did you use Gwt-Platform ? :) Cheers, On Mon, Jul 26, 2010 at 10:00 PM, Joe Hudson wrote:

Making image that has handlers

2010-07-27 Thread Roope
Hello, I'm trying to make image from biological data. I have some sequence of characters and alignment information where some other sequence match. I want to present all of these matches in image where I could select some match and present the information. So the question is, what package should

Verify Error

2010-07-27 Thread cooolcat
Hello, I try to get data from a Oracle database via Hibernate. I am working with DTOs. Now I get following exceptions: java.lang.VerifyError: (class: org/hibernate/cfg/Environment, method: signature: ()V) Accessing value from uninitialized register 5 27.07.2010 12:18:16 com.google.appengine.tools

Re: HTML5 Offline GWT APP

2010-07-27 Thread Shawn Brown
Hi Julio, > Thanks Arthur, the linker works perfectly. Did you use the com.google.gwt.core.ext.linker.AbstractLinker and just override the link method? If so, are we just outputting the file names to make a suitable manifest in the link method. Will this compile the project and make the manif

GWT call Workerpool : work only with clik??

2010-07-27 Thread gadaleta.marco
Hi, I try to call workerpool from gwt application to verify if the application is online or not. When i test it inside developer ambient it work fine, but when i deploy on a server it doesn't work. Why this happens? p.s.: the path of worker.js file is correct... Marco -- You received this messa

client-side deserialization issue of bytecode enhanced classes in dev mode

2010-07-27 Thread lpetit
Hello, I have a problem in dev mode. I've made a set of domain classes client-side compatible (the java 2 javascript compiler reports no error). When I get an instance of a class in the server, it's via jibx. jibx uses bytecode enhancement in a post-compilation phase, and adds some fields to the e

Bug in calculating “Absolute top” position using GWT framework

2010-07-27 Thread Ragothaman Thanikachalam
In ie7 browser set zooming level 100%, and open GWT showcase application. http://ongwt.googlecode.com/svn/trunk/com.google.gwt.sample.showcase.Showcase/Showcase.html#CwBasicPopup Click “Show Basic Popup” button. Now the popup panel opens over this button. Change the zoom level to 125% Continue the

  1   2   >