Re: Are VerticalPanel and HorizontalPanel (informally) deprecated in GWT 2.0?

2013-03-28 Thread Michael Prentice
That's a great question. I would like to know where this stands today. On Saturday, March 13, 2010 7:10:19 AM UTC-5, Δημήτρης Μενούνος wrote: I hope not! There is nothing wrong with using Components backed by tables. Especially in the context of building complex web-app UIs, where floated

Migrating our application from GWT 2.0 to GWT 2.5

2013-03-05 Thread guduguntla . sandeep
Our apllication is developed on GWT 2.0, and recently we started migrating it to GWT 2.5, could you please let me know the components that we need to migrate also please let me know the various technical challanges and constraints that we need to concentrate on. Thank you in advance. -- You

Re: Efficient Communication via JSON and JavaScriptObject overlays in GWT 2.0

2012-08-29 Thread mjeffw
Is this (see below) still true with GWT 2.0.5? I'm guessing it is based on my test of having a generator create a JSO -- it fails the compilation step. It would be great if this limitation could be overcome. On Tuesday, June 23, 2009 5:45:58 AM UTC-4, Thomas Broyer wrote: Note that you

Re: Using Gilead with GWT 2.0 ms1

2012-07-31 Thread Rahul Gamit
this using gilead with hibernate with GWT 2.0, and I suspect that I am having some library conflict... I cannot understand which library. Could someone tell me what they have working under GWT 2.0, what all of the jars they include in the war file are... This is my list: On Tue

JS errors comes after migrating from GWT1.5 to GWT 2.0

2012-05-24 Thread Seema Singh
know why this behaviour changed. So, it is resulting many errors And in some pages it is OK My application is using GWT 2.0, YUI 2, XSL -- 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-toolkit

JS errors comes after migrating from GWT1.5 to GWT 2.0

2012-05-24 Thread Seema Singh
My application uses GWT XSL YUI -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to

What are the check list to be followed to migrate from GWT1.5 to GWT 2.0

2012-05-24 Thread Seema Singh
know why this behaviour changed. So, it is resulting many errors And in some pages it is OK My application is using GWT 2.0, YUI 2, XSL -- 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-toolkit

Re: JS errors comes after migrating from GWT1.5 to GWT 2.0

2012-05-24 Thread Joseph Lust
Can you include any of your code or the exceptions generated? Joe -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/fscpZgPZahsJ. To post to this

Re: Problems compiling internationalisation files with GWT 2.0

2012-05-02 Thread sanjay puri
On Friday, December 11, 2009 4:45:44 PM UTC+5:30, grandfatha wrote: Changing the name of my interface and the properties files resolved at least my issue. No clue what was wrong with the old one... It simply disliked it. -- You received this message because you are subscribed to the

Re: GWT 2.0 RPC not picking up custom generated Serializable classes

2011-09-22 Thread Farid
Thank you Martin. I think I have found a fix. GWT seems to generate the java source only for the purpose of cross-compiling it into javascript and then discards the generated java files. There is a compiler option to keep the generated java code in a specific folder but the resulting .java file

Re: GWT 2.0 RPC not picking up custom generated Serializable classes

2011-09-21 Thread Martin Söderström
Farid, FYI: my team stopped progress on this project before I had the chance to supply Chris the code for the generated class and gwt.rpc, so we never actually sorted this out. Maybe Chris would still be interested in seeing your code now instead to have a look at what's going on. /Martin --

Re: GWT 2.0 RPC not picking up custom generated Serializable classes

2011-09-20 Thread Farid
Hello Martin and Chris, I was wondering if there is any final answer to this issue. I happen to have the same problem whereby I cannot send classes generated by my generator through GWT RPC. The GWT RPC generator does not seem to be able to find the source for my generated class. Let me know

Re: How to cache DTD in Eclipse for GWT 2.0

2011-09-01 Thread reda ABDI
Eclipse still freeze and is slow to give suggestions. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/dFekoRrVwPAJ. To post to this group, send

GWT 2.0 spring hibernate gilead

2011-01-07 Thread Twentyseven
Hello, I'm using GWT 2.0, Spring, Hibernate and Gilead for some time now. Gilead allow me to use the DTO pattern and give me the availability to update my DTO's directly. But my problem is that I have a big apps and that the merge and clone are very expensive in cpu and in time. For now

Re: Mixing GWT 2.0.x 2.1.0 Browser Plugins, How?

2010-12-14 Thread Thomas Broyer
It's not a plugin issue. You probably just have a file in your browser cache that references the older version. -- 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

Re: Mixing GWT 2.0.x 2.1.0 Browser Plugins, How?

2010-12-14 Thread Andrew Hughes
BINGO! Thanks Thomas :) On Tue, Dec 14, 2010 at 8:43 PM, Thomas Broyer t.bro...@gmail.com wrote: It's not a plugin issue. You probably just have a file in your browser cache that references the older version. -- You received this message because you are subscribed to the Google Groups

Mixing GWT 2.0.x 2.1.0 Browser Plugins, How?

2010-12-13 Thread Andrew Hughes
I recently upgraded our app to 2.1.0 on a branch. All went well :) but we're still running with 2.0 for sometime yet. Consequently, I am now switching between GWT 2.0.4 and 2.1.0 as I switch branches. This is causing problems with my Dev Mode Browser plugin (FireFox v1.0.7511). The error reported

Re: OT: Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-03 Thread Kenneth Jacker
yes, you are right, on ff 3.6 and safari 5 it did not work for me, but on good old ie6 it works. OK, you have confirmed the problem ... if you need the pdf, send me a short notice You are so kind! But that won't be necessary. DO-NOT-ARCHIVE As a die hard Unix/Linux user for many

how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread anjan bacchu.dev
Hi All, We have an enterprise app done in GWT 2.0.3 and SmartGWT 2.2 which has a few screens, login and a few CRUD screens. We would like to have nice URLs for the same, one each for all the pages including login. Eg : 1) http://domain.com/appname/login for the login Page 2)

Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread Will
Most GWT applications use the # (hash) to change between states so that they do not have to reload the entire page to change views. In which case, you could change your URLs to the following: 1) domain.com/appname#login 2) domain.com/appname#familyManagement 3) domain.com/appname#userManagement

OT: Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread Kenneth Jacker
http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHist... http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAnd... Does anyone know how to print the above? I tried both Firefox and Chrome, but the printed content is either missing or garbled. Thanks, -Kenneth

Re: OT: Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread dominic jansen
hey, try these links: http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html works fine for me best dom 2010/12/1 Kenneth Jacker khjac...@gmail.com:

Re: OT: Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread Kenneth Jacker
try these links: [ Complete URLs deleted. -khj ] I have tried them. The pages are displayed as expected. I can see the content in my browsers. works fine for me *Printing* works fine? If so, I'm puzzled. Which browser(s) are you using? Thanks for your comments, -Kenneth --

Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread Mike
What I do in my apps is to support both hashed and pretty urls. So my apps go the same state when launched as http://domain.com/page/1 and as http://domain.com#page/1 When user navigates the app I use the hash urls and History object (as to not reload the pages). However sometimes it's

Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread Nick Newman
I used the web.xml to map all the URL's to the same JSP page, had that one page be the standard GWT loading page, and then used the URL (obtained from Window.Location) to put the page (panel) I wanted onto the root panel. Nick On Wed, Dec 1, 2010 at 8:48 AM, Mike weinbe...@gmail.com wrote:

Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread metalhammer29a
in GWT MVP apps generated by Roo, the way ProxyPlace and ProxyListPlace are implemented, result in oddly looking URLs. aside from the aesthetics, it reveals the underlying business object and full package name. take for example these history tokens :

Re: OT: Re: how to achieve pretty URLs in GWT 2.0 application

2010-12-01 Thread dominic jansen
yes, you are right, on ff 3.6 and safari 5 it did not work for me, but on good old ie6 it works. if you need the pdf, send me a short notice best, dom 2010/12/1 Kenneth Jacker khjac...@gmail.com: try these links:   [ Complete URLs deleted.  -khj ] I have tried them.  The pages are

Spring Login Page - GWT 2.0 - SOP

2010-10-28 Thread feuse8
Hi, I'm currently developing a GWT App that uses Rest Webservices from a Spring Server (3.0.4). The services are being secured with Spring Security (3.0.0), what means that you have to log in on the server. This should be done from within the GWT App. My first approach was to send a request

Re: Spring Login Page - GWT 2.0 - SOP

2010-10-28 Thread David Chandler
Hi feuse8, A common approach to solve the cross-domain RPC problem is to use a proxy servlet. See http://raibledesigns.com/rd/entry/how_to_do_cross_domain http://code.google.com/p/google-web-toolkit/issues/detail?id=4817 HTH, /dmc On Thu, Oct 28, 2010 at 7:44 AM, feuse8 feu...@gmail.com

Re: Spring 3.0 + GWT 2.0 integration

2010-10-07 Thread aces2805
To: Google Web Toolkitgoogle-web-toolkit@googlegroups.com Reply-To: google-web-toolkit@googlegroups.com Subject: Re: Spring 3.0 + GWT 2.0 integration Thanks paul, I really appreciate it ... it was very useful ... by the way I hope it isn't too much to ask, but do you have any references also

Re: Spring 3.0 + GWT 2.0 integration

2010-10-07 Thread Paul Grenyer
Hi On Thu, Oct 7, 2010 at 3:00 PM, aces2805 ace...@gmail.com wrote: Hi Paul, thanks the reference is useful again I was able to do some some basic authentication, do you have an idea on how to use CAS on spring and GWT? I might do if I knew what CAS was? -- Thanks Paul Paul Grenyer

Re: Spring 3.0 + GWT 2.0 integration

2010-10-07 Thread aces2805
Hi, I just went to there site http://www.jasig.org if I'm right, it is a web application for authentication. On Oct 7, 10:54 pm, Paul Grenyer paul.gren...@gmail.com wrote: Hi On Thu, Oct 7, 2010 at 3:00 PM, aces2805 ace...@gmail.com wrote: Hi Paul, thanks the reference is useful again I was

Spring 3.0 + GWT 2.0 integration

2010-10-06 Thread aces2805
Hi, is there any other way of integrating Spring 3.0 and GWT 2.0 using the spring dispatcher, I'm using the MVP pattern by the way. Really appreciate any help thanks. Hope I can get some samples and references guys ^^ -- You received this message because you are subscribed to the Google Groups

Re: Spring 3.0 + GWT 2.0 integration

2010-10-06 Thread lalit
+spring#8fd2365446b86be7 On Oct 6, 2:13 pm, Paul Grenyer paul.gren...@gmail.com wrote: Hi On Wed, Oct 6, 2010 at 9:36 AM, aces2805 ace...@gmail.com wrote: Hi, is there any other way of integrating Spring 3.0 and GWT 2.0 using the spring dispatcher, I'm using the MVP pattern by the way

Re: Spring 3.0 + GWT 2.0 integration

2010-10-06 Thread aces2805
, aces2805 ace...@gmail.com wrote: Hi, is there any other way of integrating Spring 3.0 and GWT 2.0 using the spring dispatcher, I'm using the MVP pattern by the way. Really appreciate any help thanks. Hope I can get some samples and references guys ^^ Yes, see attached. -- Thanks Paul

Re: Spring 3.0 + GWT 2.0 integration

2010-10-06 Thread Paul Grenyer
Sender: google-web-toolkit@googlegroups.com Date: Wed, 6 Oct 2010 11:03:02 To: Google Web Toolkitgoogle-web-toolkit@googlegroups.com Reply-To: google-web-toolkit@googlegroups.com Subject: Re: Spring 3.0 + GWT 2.0 integration Thanks paul, I really appreciate it ... it was very useful ... by the way I

Re: New GWT 2.0 Book

2010-10-05 Thread lalit
. Is this some way for him to force developers to buy his book? http://www.manning.com/bambury/ The book is due to be release in 2011, so I'm sure it's GWT 2.1 not GWT 2.0 content. I'm hoping that I'm not the only person really pissed off about this. I'd really like other peoples

Re: New GWT 2.0 Book

2010-10-05 Thread Kristjan
to be release in 2011, so I'm sure it's GWT 2.1 not GWT 2.0 content. I'm hoping that I'm not the only person really pissed off about this. I'd really like other peoples opinions on this topic -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: New GWT 2.0 Book

2010-10-05 Thread Chris Ramsdale
/bambury/ The book is due to be release in 2011, so I'm sure it's GWT 2.1 not GWT 2.0 content. I'm hoping that I'm not the only person really pissed off about this. I'd really like other peoples opinions on this topic -- You received this message because you are subscribed to the Google

Re: New GWT 2.0 Book

2010-10-05 Thread Y2i
2.1 not GWT 2.0 content. I'm hoping that I'm not the only person really pissed off about this. I'd really like other peoples opinions on this topic -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: New GWT 2.0 Book

2010-10-05 Thread Chris Ramsdale
documentation, except for a few waves available to the developer community. Is this some way for him to force developers to buy his book? http://www.manning.com/bambury/ The book is due to be release in 2011, so I'm sure it's GWT 2.1 not GWT 2.0 content. I'm hoping that I'm not the only

Re: New GWT 2.0 Book

2010-10-05 Thread Bayard Randel
available to the developer community. Is this some way for him to force developers to buy his book? http://www.manning.com/bambury/ The book is due to be release in 2011, so I'm sure it's GWT 2.1 not GWT 2.0 content. I'm hoping that I'm not the only person really pissed off about

New GWT 2.0 Book

2010-10-04 Thread Tommy Lui
community. Is this some way for him to force developers to buy his book? http://www.manning.com/bambury/ The book is due to be release in 2011, so I'm sure it's GWT 2.1 not GWT 2.0 content. I'm hoping that I'm not the only person really pissed off about this. I'd really like other peoples opinions

Re: New GWT 2.0 Book

2010-10-04 Thread Isaac Truett
. Is this some way for him to force developers to buy his book? http://www.manning.com/bambury/ The book is due to be release in 2011, so I'm sure it's GWT 2.1 not GWT 2.0 content. I'm hoping that I'm not the only person really pissed off about this. I'd really like other peoples opinions

Re: New GWT 2.0 Book

2010-10-04 Thread Ashton Thomas
in 2011, so I'm sure it's GWT 2.1 not GWT 2.0 content. I'm hoping that I'm not the only person really pissed off about this. I'd really like other peoples opinions on this topic -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: New GWT 2.0 Book

2010-10-04 Thread Paul Stockley
available to the developer community. Is this some way for him to force developers to buy his book? http://www.manning.com/bambury/ The book is due to be release in 2011, so I'm sure it's GWT 2.1 not GWT 2.0 content. I'm hoping that I'm not the only person really pissed off about

GWT 2.0 + maven

2010-09-27 Thread aces2805
Hi Guys, Need help on configuring maven and GWT 2.0 no idea on how to handle Invalid GWT home, just a newbie in it. 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 google-web-tool

Re: GWT 2.0 + maven

2010-09-27 Thread olivier nouguier
hi, Insure that GWT (GEP) container lib is before Maven dependency container. HIH On Mon, Sep 27, 2010 at 11:12 AM, aces2805 ace...@gmail.com wrote: Hi Guys, Need help on configuring maven and GWT 2.0 no idea on how to handle Invalid GWT home, just a newbie in it. Thanks -- You

Re: GWT 2.0 + maven

2010-09-27 Thread bconoly
This article may help: http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-plugin-for-eclipse.html On Sep 27, 5:12 am, aces2805 ace...@gmail.com wrote: Hi Guys,      Need help on configuring maven and GWT 2.0 no idea on how to handle Invalid GWT home, just a newbie in it. Thanks

Re: GWT 2.0 + maven

2010-09-27 Thread aces2805
-to-use-google-plugin... On Sep 27, 5:12 am, aces2805 ace...@gmail.com wrote: Hi Guys,      Need help on configuring maven and GWT 2.0 no idea on how to handle Invalid GWT home, just a newbie in it. Thanks -- You received this message because you are subscribed to the Google Groups

Re: Widget libraries that work with uiBinder/GWT 2.0

2010-09-21 Thread Nirmal
GWT Mosaic On Sep 19, 5:57 am, RichardY richardy@gmail.com wrote: Do any exist?  From what I know, SmartGWT and Ext-GWT are still incompatible with uiBinder.  It'd be good to know if any other libraries are. -- You received this message because you are subscribed to the Google Groups

Widget libraries that work with uiBinder/GWT 2.0

2010-09-20 Thread RichardY
Do any exist? From what I know, SmartGWT and Ext-GWT are still incompatible with uiBinder. It'd be good to know if any other libraries are. -- 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: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-11 Thread dane.molotok
The documentation is frustrating, so let's all document some stuff here so that other googlers will find help. Hilco, can you link to your pom or post some relevant snippets? My current configuration is broken but I feel like I am very close with having GPE, maven, and the maven-war-plugin happy

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-11 Thread Andrew Hughes
Déjà vu - this tread is nothing new. If people would like to raise the GWT steering committee's awareness of maven related issues, try using the tool setup for just this purpose :) http://code.google.com/p/google-web-toolkit/issues/list

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-10 Thread Rajeev Dayal
Hey guys, I know that maven issues with GWT and GPE are a common theme. We're currently working on improving the experience within GPE. It won't solve all of the problems, but it will at least solve some of them. Hilco's suggestion is probably the best one at this point, as GPE 1.4 M2 contains

Google AJAX Search with GWT 2.0

2010-08-06 Thread Al - Arar
hello, I,m developing Google Web Search, using API Release 1.0.2 on Eclipse and i am wondering how i can use .setResultSetSize() inorder to request up to 10 results. I read this will only work for Web Search queries scoped to a Filter Custom Search engine, otherwise an error will be returned.

GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread abby
Has anyone gotten these to work? I am surprised at the lack of support gwt has for maven. Looking at the mojo users group, it seems that gwt- maven developers are equally frustrated http://groups.google.com/group/codehaus-mojo-gwt-maven-plugin-users/browse_thread/thread/8ced89b3cb27cf3f Can

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread Hilco Wijbenga
On 3 August 2010 10:44, abby misra.a...@gmail.com wrote: Has anyone gotten these to work? I am surprised at the lack of support gwt has for maven. Looking at the mojo users group, it seems that gwt- maven developers are equally frustrated [I don't know why anyone in 2010 still would want to

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread Dan Billings
The maven-gae-plugin mvp archetype generates a very informative pom.xml that might help you put it all together. I would encourage anyone who has it working to post their pom here! On Aug 3, 2:08 pm, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: On 3 August 2010 10:44, abby

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread abby
The problem is when you try to bring maven, tomcat and google plugin together. I have hacked my way around with jetty and was able to get it working at some level. The problem is there is zero documentation on getting things working. On Aug 3, 4:20 pm, Dan Billings debil...@gmail.com wrote: The

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-03 Thread Hilco Wijbenga
On 3 August 2010 14:23, abby misra.a...@gmail.com wrote: The problem is when you try to bring maven, tomcat and google plugin together. I have hacked my way around with jetty and was able to get it working at some level. I know it's frustrating but you might want to consider using Jetty then?

Customizing RichTextArea with insertHtml in GWT 2.0

2010-08-01 Thread UncleBob
The JRE functions in Trevis' select text example - where are the binaries? I was just alerted to the JRE Emulation packages when I needed to track down the origin of the code that Trevis posted for grabbing a selection. But when I look in the gwt-user.jar, all I find is the source code for the

GWT 2.0 presentation at OSCON 2010

2010-07-28 Thread Sean Sullivan
I gave a presentation about GWT 2.0 at OSCON last week. The slides are available here: http://www.slideshare.net/sullis/gwt-20-oscon-2010 Cheers, Sean -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: New Project Start up in GWT 2.0

2010-07-26 Thread Nabeel Ali Memon
Cromwell. Nabeel On Sun, Jul 25, 2010 at 3:55 PM, Deepak Singh deepaksingh...@gmail.comwrote: Hi, I am going to develop a new travel portal for online flight ticket booking services. I would use gwt 2.0 with uibinder. My concern is the speed of the application. I would be searching multiple

Re: New Project Start up in GWT 2.0

2010-07-26 Thread Peter Simun
...@gmail.comwrote: Hi, I am going to develop a new travel portal for online flight ticket booking services. I would use gwt 2.0 with uibinder. My concern is the speed of the application. I would be searching multiple airlines data and then display in my portal. So the web service call / assync call

GWT 2.0 and SeaMonkey

2010-07-26 Thread Greg Dougherty
(For those who don't know, SeaMonkey is pretty much the direct inheritor of Mozilla.) I prefer SeaMonkey to FireFox. Is there a GWT Developer Plugin for SeaMonkey? (Yes, I know this only matters for 2.0+. But eventually I will be using it.) TIA, GReg -- You received this message because

New Project Start up in GWT 2.0

2010-07-25 Thread Deepak Singh
Hi, I am going to develop a new travel portal for online flight ticket booking services. I would use gwt 2.0 with uibinder. My concern is the speed of the application. I would be searching multiple airlines data and then display in my portal. So the web service call / assync call back should

Re: Jetty login-config realm problems with GWT 2.0

2010-07-23 Thread mkh
Thomas, Thanks for the reply - I could not see a problem with my config but the debugger did not tell me exactly what the problem was... In the link you provided you state: This is actually the same as if you were using a JASPI custom authentication in any JASPI-supporting container

Jetty login-config realm problems with GWT 2.0

2010-07-21 Thread mkh
I am trying to define a security realm for jetty under hosted mode, but get the following: 00:10:38.130 [WARN] Configuration problem at login-config auth- methodBASIC/auth-method realm-namegenomix/realm-name /login- config java.lang.NullPointerException at

Re: Jetty login-config realm problems with GWT 2.0

2010-07-21 Thread Thomas Broyer
On Jul 21, 9:51 pm, mkh mike.hana...@gmail.com wrote: I am trying to define a security realm for jetty under hosted mode, but get the following: 00:10:38.130 [WARN] Configuration problem at login-config auth- methodBASIC/auth-method realm-namegenomix/realm-name /login- config See

Re: Google API Library for GWT updated for GWT 2.0

2010-07-13 Thread Eric Ayers
, and AjaxLoader. Highlights of this release include: - Libraries updated to GWT 2.0 compatibility - Samples refactored to use war project structure - Added Eclipse project files and ant script to all samples Visualization: - Added support for all image-charts: ImageAreaChart

Re: GWT 2.0 - Spring Security

2010-07-08 Thread Ladislav Gazo
Hi, if you are interested in complex integration of Spring security on client and also server side you might take a look on http://code.google.com/p/acris/wiki/Security BR On 21. Jún, 20:07 h., Tom thomas.coz...@gmail.com wrote: Hi, I have an GWT 2.0 application using Spring and Hibernate

Re: JsonpRequestBuilder Timeout - GWT 2.0

2010-07-01 Thread eggsy84
Yeah you need to make sure you wrap your response with the callback parameter that the JsonpRequestBuilder makes use of. If you look at the response you receive from the Yahoo! Web service you see that it is wrapped in a callback parameter you need to make sure you code does that as well. Eggsy

JsonpRequestBuilder Timeout - GWT 2.0

2010-06-30 Thread Márcio Menezes
Hello! I'm trying to retrieve Json using JsonpRequestBuilder. When I use some external url, like this one http://search.yahooapis.com/ImageSearchService/V1/imageSearch?appid=YahooDemoquery=Madonnaoutput=json, everything works fine. But, when I try to fetch json from some server inside my network,

Re: JsonpRequestBuilder Timeout - GWT 2.0

2010-06-30 Thread Thomas Broyer
On 30 juin, 16:11, Márcio Menezes marcio@gmail.com wrote: Hello! I'm trying to retrieve Json using JsonpRequestBuilder. When I use some external url, like this onehttp://search.yahooapis.com/ImageSearchService/V1/imageSearch?appid=Y..., everything works fine. But, when I try to fetch

How to make a TabBar with images on the tabs (GWT 2.0)

2010-06-23 Thread James Walkup
As a GWT newbie, I struggled with placing images on TabLayoutPanel (or DecoratedTabPanel?) tabs in place of text labels. The solution is elegant and VERY simple. TabLayoutPanel tabPanel = new TabLayoutPanel( 8.5, com.google.gwt.dom.client.Style.Unit.EM );

Re: GWT 2.0 - Spring Security

2010-06-22 Thread olivier nouguier
, Tom thomas.coz...@gmail.com wrote: Hi, I have an GWT 2.0 application using Spring and Hibernate. (GWT-SL GXT) I would like to add a security layer and a profile handler. So I turn on Spring security. I don't find any samples of a GWT 2.0 Spring security 3.0. In fact, I would like

GWT 2.0 - Spring Security

2010-06-21 Thread Tom
Hi, I have an GWT 2.0 application using Spring and Hibernate. (GWT-SL GXT) I would like to add a security layer and a profile handler. So I turn on Spring security. I don't find any samples of a GWT 2.0 Spring security 3.0. In fact, I would like a snippet of Spring security configuration

Re: GWT 2.0 and JDK 1.4

2010-06-09 Thread Ravuthakumar
than a year and a half ago: http://java.sun.com/products/archive/eol.policy.html On Jun 7, 3:56 am, Ravuthakumar ravuthaku...@gmail.com wrote: Hi, Does GWT 2.0 requires JSDK 1.5 or higher version? There is a limitation, we have to use only jdk1.4. Other thought is, use 1.5

Re: GWT 2.0 and JDK 1.4

2010-06-09 Thread Ravuthakumar
7, 3:56 am, Ravuthakumar ravuthaku...@gmail.com wrote: Hi, Does GWT 2.0 requires JSDK 1.5 or higher version? There is a limitation, we have to use only jdk1.4. Other thought is, use 1.5 in deveopment environment(till compiling to JS) then 1.4 during runtime. Is it possible? I wish

Re: GWT 2.0 and JDK 1.4

2010-06-09 Thread Sripathi Krishnan
more than a year and a half ago: http://java.sun.com/products/archive/eol.policy.html On Jun 7, 3:56 am, Ravuthakumar ravuthaku...@gmail.com wrote: Hi, Does GWT 2.0 requires JSDK 1.5 or higher version? There is a limitation, we have to use only jdk1.4. Other thought

GWT 2.0 and JDK 1.4

2010-06-07 Thread Ravuthakumar
Hi, Does GWT 2.0 requires JSDK 1.5 or higher version? There is a limitation, we have to use only jdk1.4. Other thought is, use 1.5 in deveopment environment(till compiling to JS) then 1.4 during runtime. Is it possible? I wish to utilize the features in GWT 2.0(latest version). Planning to use

Re: GWT 2.0 and JDK 1.4

2010-06-07 Thread Jim Douglas
: Windows Vista/XP/2000, Mac OS X 10.4+ (Tiger or Leopard), or Linux with GTK+ 2.2.1+ Hardware: ~100MB of free disk space, 512MB RAM On Jun 7, 3:56 am, Ravuthakumar ravuthaku...@gmail.com wrote: Hi, Does GWT 2.0 requires JSDK 1.5 or higher version? There is a limitation, we have to use only

Re: GWT 2.0 and JDK 1.4

2010-06-07 Thread kozura
and the client in 2.0. On Jun 7, 4:56 am, Ravuthakumar ravuthaku...@gmail.com wrote: Hi, Does GWT 2.0 requires JSDK 1.5 or higher version? There is a limitation, we have to use only jdk1.4. Other thought is, use 1.5 in deveopment environment(till compiling to JS) then 1.4 during runtime

Re: GWT 2.0 and JDK 1.4

2010-06-07 Thread Jim Douglas
Just out of interest...what's keeping you on 1.4? It reached EOSL more than a year and a half ago: http://java.sun.com/products/archive/eol.policy.html On Jun 7, 3:56 am, Ravuthakumar ravuthaku...@gmail.com wrote: Hi, Does GWT 2.0 requires JSDK 1.5 or higher version? There is a limitation

Re: GWT 2.0

2010-06-04 Thread Kapil Kulkarni
with GWT 2.0 / Eclipse 3.5 / JDK 1.5 / IE 8.0 As per getting started guide if I paste the url which i get in deployment mode to IE 8.0, then I get following but browser is not displaying text box Web Application Starter Project Please enter your name: And in eclipse I am getting following

Re: GWT 2.0

2010-06-04 Thread Sorinel C
If you want more info about GWT you can find it here: http://ui-programming.blogspot.com/2009/12/update-your-application-to-gwt-20.html Cheers! -- 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: Google API Library for GWT updated for GWT 2.0

2010-06-02 Thread jgonian
. This release includes updates of five libraries: Visualization, Gears, Gadgets, Search, Language, and AjaxLoader. Highlights of this release include: - Libraries updated to GWT 2.0 compatibility - Samples refactored to use war project structure - Added Eclipse project files and ant script

Re: Google API Library for GWT updated for GWT 2.0

2010-06-02 Thread Andrés Cerezo
allows GWT developers to access some of Google's popular JavaScript APIs. This release includes updates of five libraries: Visualization, Gears, Gadgets, Search, Language, and AjaxLoader. Highlights of this release include: - Libraries updated to GWT 2.0 compatibility - Samples

GWT 2.0

2010-06-02 Thread Kapil Kulkarni
Hi, I am new to GWT and in learning mode. I working with GWT 2.0 / Eclipse 3.5 / JDK 1.5 / IE 8.0 As per getting started guide if I paste the url which i get in deployment mode to IE 8.0, then I get following but browser is not displaying text box Web Application Starter Project Please enter

Re: GWT 2.0

2010-06-02 Thread Sripathi Krishnan
with GWT 2.0 / Eclipse 3.5 / JDK 1.5 / IE 8.0 As per getting started guide if I paste the url which i get in deployment mode to IE 8.0, then I get following but browser is not displaying text box Web Application Starter Project Please enter your name: And in eclipse I am getting

Hibernate Lazy initialization exception problem with Gilead in GWT 2.0 integration

2010-05-16 Thread sylvain.saurel
Hello, I use GWT 2.0 as UI layer on my project. On server side, I use Hibernate. For example, this is 2 domains entities that I have : public class User { private CollectionRole roles; @ManyToMany(cascade = CascadeType.ALL, fetch = FetchType.LAZY, mappedBy = users

Re: GWT 2.0 integration with Spring Security 3.0

2010-05-13 Thread sylvain.saurel
, sylvain.saurel sylvain.sau...@gmail.com wrote: Hello, I used GWT 2.0 since a few days. So, I try to code an basic application with a login form and a page accessible only if i am logged. Usually in my web application with jsf for example, I use Spring Security 3.0 to configure and secure

Re: Google API Library for GWT updated for GWT 2.0

2010-05-13 Thread jgonian
, Gears, Gadgets, Search, Language, and AjaxLoader. Highlights of this release include: - Libraries updated to GWT 2.0 compatibility - Samples refactored to use war project structure - Added Eclipse project files and ant script to all samples Visualization: - Added support for all image-charts

Re: Google API Library for GWT updated for GWT 2.0

2010-05-13 Thread Eric Ayers
to GWT 2.0 compatibility - Samples refactored to use war project structure - Added Eclipse project files and ant script to all samples Visualization: - Added support for all image-charts: ImageAreaChart, ImageBarChart, ImageLineChart, ImagePieChart, ImageSparklineChart - Added wrapper

GWT 2.0 integration with Spring Security 3.0

2010-05-12 Thread sylvain.saurel
Hello, I used GWT 2.0 since a few days. So, I try to code an basic application with a login form and a page accessible only if i am logged. Usually in my web application with jsf for example, I use Spring Security 3.0 to configure and secure that kind of application. So, I decided to try to do

Re: GWT 2.0 integration with Spring Security 3.0

2010-05-12 Thread Sripathi Krishnan
of another user), then you override the onAfterRequestDeserialized() method in your RPC Servlet and figure out if the current user has the necessary authorization. --Sri On 11 May 2010 22:09, sylvain.saurel sylvain.sau...@gmail.com wrote: Hello, I used GWT 2.0 since a few days. So, I try to code

Google API Library for GWT updated for GWT 2.0

2010-05-11 Thread Eric Ayers
, Search, Language, and AjaxLoader. Highlights of this release include: - Libraries updated to GWT 2.0 compatibility - Samples refactored to use war project structure - Added Eclipse project files and ant script to all samples Visualization: - Added support for all image-charts: ImageAreaChart

[gwt-contrib] Google API Library for GWT updated for GWT 2.0

2010-05-11 Thread Eric Ayers
, Search, Language, and AjaxLoader. Highlights of this release include: - Libraries updated to GWT 2.0 compatibility - Samples refactored to use war project structure - Added Eclipse project files and ant script to all samples Visualization: - Added support for all image-charts: ImageAreaChart

GWT 2.0 + jetty continuation

2010-05-03 Thread Michał Jabłoński
I've got some problem with integrating GWT 2.0 with jetty continuation. There problem is I made default GWT application in eclipse, added jetty-gwt-7.0.0.pre5.jar servlet-api-3.0.pre1.jar to war/WEB-INF/lib and class path and changed in server class only RemoteServiceServlet

  1   2   3   4   5   6   7   8   9   10   >