Re: Is it possible to use CSS Rem unit in GWT 2.0 layout system?

2024-08-27 Thread Craig Mitchell
You should be able to set it directly, something like this: myPanel.getElement().getStyle().setProperty("margin", "rem(14%, 3%)"); On Wednesday 28 August 2024 at 6:54:35 am UTC+10 Chak Lai wrote: > Greetings, > > Is it possible to use CSS Rem unit in GWT 2.0 layou

Is it possible to use CSS Rem unit in GWT 2.0 layout system?

2024-08-27 Thread Chak Lai
Greetings, Is it possible to use CSS Rem unit in GWT 2.0 layout system? I have a legacy GWT project that uses GWT 2.0 layout system. The project has been upgraded to gwt-2.11.0 successfully. However, I notice the current Enum Style.Unit in the com.google.gwt.dom.client package does not include

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 unfor

Re: Using Gilead with GWT 2.0 ms1

2012-07-31 Thread Rahul Gamit
1.5.2.jar > > > > slf4j-simple-1.5.2.jar > > > > trove-2.0.4.jar > > > > On Tue, Jan 19, 2010 at 10:26 AM, John Ivens < > john.wagner.iv...@gmail.com>wrote: > > > > > > > > > Anyone seen this error message? > > > > > [W

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

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 google-web-toolkit+unsubscr...@googleg

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

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

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 th

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 is

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 i

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

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 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 > "Google Web Toolk

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 u

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. As a die hard Unix/Linux user for many years, I put on m

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 : >> try these links: >> >>   [ Complete URLs deleted.  -khj ] > > I have tried them.  The pages are displayed as ex

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 : #ProxyPlace:org.springsource.roo.extrack.clien

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 wrote: > What I do in my apps i

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 nice/nee

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: 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 : >> http://code.google.com/webtoolkit/doc/latest/DevGuid

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

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 I

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) http://domain.com/

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 wrote: > Hi, > > I'm c

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 contai

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 wrote: > Hi > > On Thu, Oct 7, 2010 at 3:00 PM, aces2805 wrote: > > Hi Paul, thanks the reference is useful again I was able to do some > > some basic au

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 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 e: paul.gren..

Re: Spring 3.0 + GWT 2.0 integration

2010-10-07 Thread aces2805
it@googlegroups.com > Date: Wed, 6 Oct 2010 11:03:02 > To: Google Web Toolkit > 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

Re: Spring 3.0 + GWT 2.0 integration

2010-10-06 Thread Paul Grenyer
e-web-toolkit@googlegroups.com Date: Wed, 6 Oct 2010 11:03:02 To: Google Web Toolkit 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 yo

Re: Spring 3.0 + GWT 2.0 integration

2010-10-06 Thread aces2805
ces2805 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 atta

Re: Spring 3.0 + GWT 2.0 integration

2010-10-06 Thread lalit
mp;q=gwt+spring#8fd2365446b86be7 On Oct 6, 2:13 pm, Paul Grenyer wrote: > Hi > > On Wed, Oct 6, 2010 at 9:36 AM, aces2805 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.

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 G

Re: New GWT 2.0 Book

2010-10-05 Thread Bayard Randel
ale (Google's Developer > > > > Relations team to develop and advocate GWT best practices.) is > > > > writting a book about GWT 2.1 when he works at Google on the GWT team > > > > and there's no official documentation, except for a few waves > > &

Re: New GWT 2.0 Book

2010-10-05 Thread Chris Ramsdale
t; > Relations team to develop and advocate GWT best practices.) is > > > writting a book about GWT 2.1 when he works at Google on the GWT team > > > and there's no official documentation, except for a few waves > > > available to the developer community. > > &

Re: New GWT 2.0 Book

2010-10-05 Thread Y2i
ers 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

Re: New GWT 2.0 Book

2010-10-05 Thread Chris Ramsdale
uy 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 peo

Re: New GWT 2.0 Book

2010-10-05 Thread Kristjan
ning.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 on this topic -- You r

Re: New GWT 2.0 Book

2010-10-04 Thread lalit
s team to develop and advocate GWT best practices.) is > > > > writting a book about GWT 2.1 when he works at Google on the GWT team > > > > and there's no official documentation, except for a few waves > > > > available to the developer community. > &

Re: New GWT 2.0 Book

2010-10-04 Thread Paul Stockley
; > writting a book about GWT 2.1 when he works at Google on the GWT team > > > and there's no official documentation, except for a few waves > > > available to the developer community. > > > > Is this some way for him to force developers to buy his book? > > >

Re: New GWT 2.0 Book

2010-10-04 Thread Ashton Thomas
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 re

Re: New GWT 2.0 Book

2010-10-04 Thread Isaac Truett
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

New GWT 2.0 Book

2010-10-04 Thread Tommy Lui
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 this. I'd re

Re: GWT 2.0 + maven

2010-09-27 Thread aces2805
/08/how-to-use-google-plugin... > > On Sep 27, 5:12 am, aces2805 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

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 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. > &g

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

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 googl

Re: Widget libraries that work with uiBinder/GWT 2.0

2010-09-21 Thread Nirmal
GWT Mosaic On Sep 19, 5:57 am, RichardY 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 "Google Web Toolkit" g

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 google-web-t

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 http://code.google.com/p/google-web-toolkit/issues/list?c

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 w

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 som

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

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 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? At least for devel

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 wrote: > The maven-gae-plugin

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 wrote: > On 3 August 2010 10:44, abby wrote: > > > Has anyone gotten these to wo

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 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 reinvent the wheel a

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 someo

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 v

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 g

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 you

Re: New Project Start up in GWT 2.0

2010-07-26 Thread Peter Simun
55 PM, Deepak Singh wrote: > > > 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

Re: New Project Start up in GWT 2.0

2010-07-25 Thread Nabeel Ali Memon
an and Ray Cromwell. Nabeel On Sun, Jul 25, 2010 at 3:55 PM, Deepak Singh wrote: > 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 m

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 be

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

Re: Jetty login-config realm problems with GWT 2.0

2010-07-21 Thread Thomas Broyer
On Jul 21, 9:51 pm, mkh 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 method>BASIC genomix config> See http://code.google.com/p/google-web-toolkit/issues/detail?id=4462 It'll be fixed in

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 BASIC genomix java.lang.NullPointerException at org.mortbay.jetty.webapp.WebXmlConfiguration.initLoginConfig(WebXmlConfiguration.java: 883) at

Re: Google API Library for GWT updated for GWT 2.0

2010-07-13 Thread Eric Ayers
WT project > > > > 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. > > > > > > Highl

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 wrote: > Hi, > > I have an GWT 2.0 application using Spring and Hibernate. (GWT-SL &am

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

Re: JsonpRequestBuilder Timeout - GWT 2.0

2010-06-30 Thread Thomas Broyer
On 30 juin, 16:11, Márcio Menezes 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 json from some s

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=YahooDemo&query=Madonna&output=json, everything works fine. But, when I try to fetch json from some server inside my network,

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

Re: GWT 2.0 - & Spring Security

2010-06-22 Thread olivier nouguier
2010 at 8:07 PM, Tom 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 s

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 conf

Re: GWT 2.0 and JDK 1.4

2010-06-09 Thread Sripathi Krishnan
hed 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 wrote: > > > > > > > > > Hi, > > > > > Does GWT 2.0 requires JSDK 1.5 or

Re: GWT 2.0 and JDK 1.4

2010-06-09 Thread Ravuthakumar
> On Jun 7, 3:56 am, Ravuthakumar 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 > >

Re: GWT 2.0 and JDK 1.4

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

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 wrote: > Hi, > > Does GWT 2.0 requires JSDK 1.5 or higher version? > There is a limitatio

Re: GWT 2.0 and JDK 1.4

2010-06-07 Thread kozura
in 1.4 and the client in 2.0. On Jun 7, 4:56 am, Ravuthakumar 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 durin

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 wrote: > Hi, > > Does GWT 2.0 requires JSDK 1.5 or higher version? > There is a limitation, we have to use only jdk1.

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

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

Re: GWT 2.0

2010-06-04 Thread Kapil Kulkarni
alName()Ljava/lang/String; > > Can you double check your JDK Version? Do you have multiple versions of JRE > libraries in your classpath? > > --Sri > > On 1 June 2010 15:24, Kapil Kulkarni wrote: > > > Hi, > > I am new to GWT and in learning mode. > > I w

Re: GWT 2.0

2010-06-02 Thread Sripathi Krishnan
> > java.lang.Class.getCanonicalName()Ljava/lang/String; Can you double check your JDK Version? Do you have multiple versions of JRE libraries in your classpath? --Sri On 1 June 2010 15:24, Kapil Kulkarni wrote: > Hi, > I am new to GWT and in learning mode. > I worki

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 Pl

Re: Google API Library for GWT updated for GWT 2.0

2010-06-02 Thread Andrés Cerezo
ote: >> > > We are pleased to announce updates to the Google API Libraries for the >> > > Google Web Toolkit  project. The Google API Libraries for GWT project >> > > allows GWT developers to access some of Google's popular JavaScript >> > >

Re: Google API Library for GWT updated for GWT 2.0

2010-06-02 Thread jgonian
; > > 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: > > &g

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 Collection roles; @ManyToMany(cascade = CascadeType.ALL, fetch = FetchType.LAZY, mappedBy = "

Re: Google API Library for GWT updated for GWT 2.0

2010-05-13 Thread Eric Ayers
r the > > Google Web Toolkit project. The Google API Libraries for GWT project > > 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 Ajax

Re: Google API Library for GWT updated for GWT 2.0

2010-05-13 Thread jgonian
alization, > 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 > Visua

Re: GWT 2.0 integration with Spring Security 3.0

2010-05-13 Thread sylvain.saurel
; > --Sri > > On 11 May 2010 22:09, sylvain.saurel 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

Re: GWT 2.0 integration with Spring Security 3.0

2010-05-12 Thread Sripathi Krishnan
ds 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 wrote: > Hello, > > I used GWT 2.0 since a few days. So, I try to code an basic

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

Google API Library for GWT updated for GWT 2.0

2010-05-11 Thread Eric Ayers
dgets, 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: ImageArea

  1   2   3   4   5   6   7   8   9   10   >