Cache on Client

2010-07-27 Thread Joyce
Hi. I believe that GWT achieves RIA through initial throwing of objects and files to the client side initially. but what I do not understand is that is it possible to control the amount of information being thrown to the client side? cos this is because I do not want sensitive information to be

Re: Serialization problems

2010-07-27 Thread Paul Robinson
The error message does not imply it couldn't find the source, it says the type is not serializable. Merely implementing Serializable is not in itself enough to be GWT-serializable. Most likely is that you've not got a no-arg constructor or that one of your non-static, non-final instance variables

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

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

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

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

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: clinit signature: ()V) Accessing value from uninitialized register 5 27.07.2010 12:18:16

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

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

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 darkfl...@gmail.com 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%20warsTYPE=videogame Google Bot will turn it to this;

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 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

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

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

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

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 alexander.gauss.ax...@googlemail.com 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

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 ciaran.mccann@gmail.com wrote:

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

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

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-version.jar and xalan-version.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

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 julius.kle...@gmail.com wrote: Hi, I am new to GWT

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

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 ted.slus...@gmail.com wrote: Hello, Does anyone have a suggestion for the preferred way

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

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: 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 laurent.pe...@gmail.com 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

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

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 linema...@gmail.com wrote: I am having aproblemwhere I have changed to standards mode in order to use layout

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 =

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

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

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

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

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

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 newbar...@gmail.com wrote: Hello, Just going through the UiBinder development guide at

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: GWT HIBERNATE ECLIPSE

2010-07-27 Thread Sebastian Coronado A.
Hello here is it: ?xml version=1.0 encoding=UTF-8? module rename-to='hiberpost' !-- Inherit the core Web Toolkit stuff.-- inherits name='com.google.gwt.user.User'/ !-- Inherit the default GWT style sheet. You can change -- !-- the theme of your GWT

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

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

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?

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

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

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 goudreau.christ...@gmail.com 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

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 linema...@gmail.com 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=4532can... On Jul 27, 3:15 

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 big.coffee.lo...@gmail.com wrote: It seems to be working, but debugging is not easy. Why is that? Can't you use Firebug, the Error console in

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

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

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 jchim...@gmail.com wrote: On 07/27/2010 08:53 AM, Sony wrote: A truly idiotic bunch at Microsoft

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 gwtforum4r...@gmail.com wrote: In ie7

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 it

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 linema...@gmail.com wrote: I can confirm that this did fix theproblem. On Jul 27, 10:38 am, lineman78 linema...@gmail.com wrote: According to this bug it has been fixed in 2.0.4, I will try updating and let

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 jlecamp...@gmail.com wrote: Good day everybody, I have this particular need,

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

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

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 ted.slus...@gmail.com wrote: Hi Christian, Thanks for the link. The Column object

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

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 would

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 span inside the td 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,

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

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 jlecamp...@gmail.com wrote: Hello dane ! You're right in assuming something it's not working. Here's the thing... I need to read from the xml

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 a...@2lehmans.com 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

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

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: 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.

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);

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

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 jlecamp...@gmail.com wrote: Hi skippy ! I have tried your suggestion but

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 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: 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 si...@seges.sk wrote: Just inspire by the existing GWT libraries. Sources are opensourced

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 si...@seges.sk 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

Re: Tree Padding

2010-07-27 Thread nacho
Something like that happened to me. What i did was the following. For example: div id=container !-- here goes my tree -- /div 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. dve1...@gmail.com wrote:

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 Configure class=org.mortbay.jetty.webapp.WebAppContext/ looks exactly as yours (that works under M1), except it uses postgresql driver. Configure

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 img src=images/GoogleCode.png alt=Google Code figcaptionFigure 1./figcaption /figure but it does not display properly. The

Re: Strange Mail from group 'islam'

2010-07-27 Thread nacho
i receive a mail of that On 26 jul, 16:48, Breno Gomes breno.gomesfernan...@gmail.com wrote: yes 2010/7/26 Nabeel Ali Memon nabeelalime...@gmail.com 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

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.

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

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.

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 dob...@gmail.com 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

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 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 dob...@gmail.com The google code project for this is at http://code.google.com/p/gwt-distcc/ On Jul 27, 3:05 pm,

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 dob...@gmail.com wrote: The google code project for this is

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 gal.dol...@gmail.com 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

Re: GWT Rocks!

2010-07-27 Thread Gal Dolber
Bien ahi otro argentino en gwt :) 2010/7/27 nacho vela.igna...@gmail.com 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

Re: GWT Rocks!

2010-07-27 Thread Daniel Simons
I agree On Tue, Jul 27, 2010 at 5:30 PM, nacho vela.igna...@gmail.com 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

Re: GWT Rocks!

2010-07-27 Thread charlie
Thirded. On Tue, Jul 27, 2010 at 5:38 PM, Daniel Simons daniel.simo...@gmail.comwrote: I agree On Tue, Jul 27, 2010 at 5:30 PM, nacho vela.igna...@gmail.com 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á

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 charlie.f...@gmail.com wrote: Thirded. On Tue, Jul 27, 2010 at 5:38 PM, Daniel Simons daniel.simo...@gmail.comwrote: I agree

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 goudreau.christ...@gmail.com 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

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 keller.di...@gmail.com wrote: I need to build a set of GWT Aplications, each one separate of another

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 stefanbach...@yahoo.de wrote: Hi, GWT is

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

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; }

[gwt-contrib] UiBinder. Parser for AbsolutePanel. (issue715802)

2010-07-27 Thread Konstantin . Scheglov
Reviewers: Ray Ryan, Please review this at http://gwt-code-reviews.appspot.com/715802/show Affected files: user/src/com/google/gwt/uibinder/elementparsers/AbsolutePanelParser.java user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java

[gwt-contrib] Re: Fixing WindowImplIE.getQueryString to look for the first occurence of a ? instead of the last. ... (issue709801)

2010-07-27 Thread jlabanca
committed as r8406 http://gwt-code-reviews.appspot.com/709801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: UiBinder. Parser for AbsolutePanel. (issue715802)

2010-07-27 Thread rjrjr
Thanks! Looks great, just a couple of nits. http://gwt-code-reviews.appspot.com/715802/diff/1/3 File user/test/com/google/gwt/uibinder/elementparsers/AbsolutePanelParserTest.java (right): http://gwt-code-reviews.appspot.com/715802/diff/1/3#newcode37

[gwt-contrib] Re: Patch from Gustav Trede (gustav.tr...@gmail.com) (issue716801)

2010-07-27 Thread rice
http://gwt-code-reviews.appspot.com/716801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Replacing Cell#consumesEvents() with Cell#getConsumedEvents(), and using the return value to sin... (issue707803)

2010-07-27 Thread jlabanca
committed as r8420 http://gwt-code-reviews.appspot.com/707803/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Patch from Gustav Trede (gustav.tr...@gmail.com) (issue716801)

2010-07-27 Thread rice
http://gwt-code-reviews.appspot.com/716801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Phasing in a new, unified linker

2010-07-27 Thread Lex Spoon
On Mon, Jul 26, 2010 at 6:56 PM, John Tamplin j...@google.com wrote: Well, we do know there will be other linkers, and if there aren't extension points defined they will be done via cut-and-paste, which is what led to the current state we are in. No question that extension points are useful.

  1   2   >