Re: SmartGWT 1.0 Released

2008-11-23 Thread Juan Backson
Hi, I am wondering if the performance is due to too many items inside the demo or it is just slower than gwt-ext? In gwt-ext, the demo is much smaller. On Sun, Nov 23, 2008 at 10:27 AM, rakesh wagh [EMAIL PROTECTED] wrote: great job Sanjeev. Keep up the good work. Always love smart-client.

Re: Why use GWT?

2008-11-23 Thread Adam T
First a couple of rhetorical questions to you: a) why do you think JQuery and GWT are equivalent? b) why do you think the sites of the JQuery list are probably led by some smart, deep-thinking, open-minded individuals (IBM's web site might not necessarily be built by IBM)? c) why do you

Re: How do I get browser autocomplete on a login form

2008-11-23 Thread tieTYT
I've already tried doing this and it doesn't solve the problem at hand. IE(s) don't seem to ask you to save the username/password when you do this. Here are the things I've tried with your idea: Wrapping these inputs in a form in the HTML Wrapping these inputs in a form in AJAX Submitting the

Re: Exception handling in GWT Service

2008-11-23 Thread olivier nouguier
On Sun, Nov 23, 2008 at 6:58 AM, satya [EMAIL PROTECTED] wrote: Hi, Can i pass exceptions between client and server. Can i have an RPC serice with method that throw an user defined exception and handle that exception in the client side? Yes as long as your exeption is declared in the

Re: How do I get browser autocomplete on a login form

2008-11-23 Thread Reinier Zwitserloot
I'm just going off of what I've heard elsewhere. On Nov 23, 10:57 am, tieTYT [EMAIL PROTECTED] wrote: I've already tried doing this and it doesn't solve the problem at hand.  IE(s) don't seem to ask you to save the username/password when you do this.  Here are the things I've tried with your

Re: SmartGWT 1.0 Released

2008-11-23 Thread francescoNemesi
Hello, smartGwt looks very appealing and very rich in features, but it is very slow. This is due to the fact that it is a JSNI wrapper around the Smart Client framework. This means loosing all the benefits of having a pure GWT implementation (I will not go into details on this). I think a

Re: Why use GWT?

2008-11-23 Thread gregor
I think this is absolutely right: I do though, get your point on why aren't IBM, Dell, BBC using GWT - the answer I suggest is three-fold a) These are (mostly) web sites not web applications and have lots of legacy content.  They are going to possibly struggle to justify the benefit of GWT

Re: How do I get browser autocomplete on a login form

2008-11-23 Thread Thomas Broyer
On 23 nov, 10:57, tieTYT [EMAIL PROTECTED] wrote: I've already tried doing this and it doesn't solve the problem at hand.  IE(s) don't seem to ask you to save the username/password when you do this.  Here are the things I've tried with your idea: Wrapping these inputs in a form in the HTML

Re: Why use GWT?

2008-11-23 Thread ajay jetti
Thats one hell of a explanation from adam.. I think that content should be pointed at everybody who wants to know WHY GWT? Ajay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: Page navigation in GWT

2008-11-23 Thread Transplant
On Nov 21, 1:02 pm, jonbutler88 [EMAIL PROTECTED] wrote: Hi all I am new to GWT, though I have dabbled in C#/Java before so the language itself doesn't boggle me that much, but it seems some of the simpler concepts aren't sticking. Im pretty sure the answer to my question is so obvious, as

SVG and GWT

2008-11-23 Thread [EMAIL PROTECTED]
Hi I am trying to call a GWT function from a hand written SVG script. I was just wondering if anyone has already managed this, and could provided an example? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Why use GWT?

2008-11-23 Thread adam
Thanks for writing a very balanced and clear-headed response. code is, how much easier would it be for you to have done it in JQuery? Well, I'm about to find out empirically. I'm not sure -- it might end up being a draw for my particular application -- but it will at least be a learning

Re: Why use GWT?

2008-11-23 Thread Brian
gwt's pretty amazing, but I think it takes a good six months to really understand it all. If the implementors of those sites hate typing and hate java, they'll never get to the point where they appreciate gwt. Seems to be there's a strong anti-Java sentiment these days. Big, static typed

Re: SmartGWT 1.0 Released

2008-11-23 Thread Sanjiv Jivan
Hi Fransceso, If you found a library that meets your needs, then good for you. Compile output size and runtime performance are two separate issues. A third party widget written in GWT Java, regardless of how small it compiles down to, doesn't magically make it run fast. Nor does it make it

Re: Animations

2008-11-23 Thread Adligo
Hi, I did some basic animation at adligo.com, basically just a absolute panel with Timers that move the labels for the A and dligo and the panel for the tabs. The timers are set to run like the frames of a movie. I haven't checked out the GWT Animation kit, but I'm sure it's great

Re: Why use GWT?

2008-11-23 Thread Adligo
I found this list VERY IMPRESSIVE! http://instantiations.com/mktg/customers_gwtd.html Cheers, Scott On Nov 22, 8:58 pm, adam [EMAIL PROTECTED] wrote: I see herehttp://docs.jquery.com/Sites_Using_jQuerythat lots of big projects, most of which are probably led by some smart, deep-thinking,

Re: Animations

2008-11-23 Thread Jeremiah Elliott
something like this? http://code.google.com/p/gwt-voices/ On Sun, Nov 23, 2008 at 1:39 PM, Adligo [EMAIL PROTECTED] wrote: Hi, I did some basic animation at adligo.com, basically just a absolute panel with Timers that move the labels for the A and dligo and the panel for the tabs.

Re: Aspect-Oriented Programming for GWT, GWTENT-0.5 now available for download

2008-11-23 Thread jamesluo...@gmail.com
Oops, The format is not good for read, And looks like I can't modify it. Sorry. On Nov 24, 10:10 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Guys, Aspect-Oriented Programming for GWT, GWTENT-0.5 now available for download. Please see here or read through this post for more

The text of two TabBar Items Overlaps

2008-11-23 Thread ayo...@gmail.com
Hi, I have the following problem: The text of two TabBar Items Overlaps, this is because the width property in the .css file doesn't works. I didn't have this problem with the gwt 1.4 version but when I change to the 1.5 version this problem appear. Some body know how to solve this problem.

Re: Popup Stealing focus

2008-11-23 Thread Bryan
Very cool thanks for the info Mark! On Nov 21, 8:03 am, markmccall [EMAIL PROTECTED] wrote: There is a know bug in FireFox that might be causing this: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...http://code.google.com/p/google-web-toolkit/issues/detail?id=891

Re: Can Google Adsense be used with GWT

2008-11-23 Thread Arthur Kalmenson
Hi Rick, AFAIK, Google AdSense won't work very well unless your site is Search Engine Optimized. If it is, you should be able to add Google AdSense to your site like you would with any other site built with Javascript and HTML. You can integrate it either with JSNI or put it into the HTML file

Re: Animations

2008-11-23 Thread Arthur Kalmenson
That roadmap is pretty out of date (says Java 5 support is in-progress when it's already done). My understanding is that it will be updated soon. -- Arthur Kalmenson On Sun, Nov 23, 2008 at 10:18 PM, hezjing [EMAIL PROTECTED] wrote: Hi A side note to this discussion, the roadmap of GWT

Resource not found of Stock Watcher

2008-11-23 Thread shecky
I am trying Stock Watcher program, after I compiled the scripts in Eclipse, I encountered the warning:[WARN] Resource not found: com.google.gwt.sample.stockwatcher.StockWatcher.nocache.js; (could a file be missing from the public path or a servlet tag misconfigured in module

compile external project source file

2008-11-23 Thread vaibhav
Hi, How can I add another project source file into my GWT project. Actually I have divided our project into two project which is server project and GWT project. For the RPC we are making same DTO on both side. Now to prevent us from code duplicacy I want to add dto to another project and share

How to do cross site implementation in GWT

2008-11-23 Thread Manish Kumar
Hi everybody, I has working for 2 months on GWT( 1.5.3 ). I have been successful in implementing various feature in GWT. Finally I am stuck at end for almost 20 days in including my GWT project to a set of HTML files with passing a set of values to GWT from HTML. Previously also I put this

Re: Aspect-Oriented Programming for GWT, GWTENT-0.5 now available for download

2008-11-23 Thread Joshua Partogi
Why doesn't this project get merged with GWT instead? On Nov 24, 10:16 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Oops, The format is not good for read, And looks like I can't modify it. Sorry. --~--~-~--~~~---~--~~ You received this message because you are

Is they a way to create minimise buttons?

2008-11-23 Thread Ananda
Hi Every one Greeting to everyone.. I want to create a popup like a screens in windows. More precisely I am require to create a popup having close , minimize, maximize buttons. Is there any way to create these? Can any give me a hint so that I can work on that? Regards Ananda

[gwt-contrib] Re: [ANN] GWT maven plugin released

2008-11-23 Thread nicolas.deloof
I understand your point of view, I just want to notice Mojo project has been created to avoid such case of multiple plugins for same use-cases / technology. Anyone can get write acces to Mojo when donating a plugin, and this is the primary place where maven user will search for maven a maven

[gwt-contrib] Re: Don't forget CachedTableModel.clearCache()

2008-11-23 Thread Isaac Truett
If TableModel had an abstract clearCache method, I could make: myPagingGrid.getTableModel().clearCache(); myPagingGrid.gotoPage(0, true); That would be more clean imho. But it wouldn't, you see, because not all TableModels have caching. You're trying to move a method higher up the