Re: Using GWT for a large UI project

2010-09-01 Thread Maxim
Marius you wrote: but one of our goals is to use plain browser functionality, available on all devices. Recently I changed my mind a little bit in connection to that - this goal is more technical than commercial. Users want certain functionality, if functionality demands plugin - they will instal

Re: Image problem, can't use file:/// URL, ie new Image("file:///c:/blah/blah.png");

2010-09-01 Thread Andrew Hughes
Thanks Abdullah, You're right... I setup some test content behind apache and found this to be true. The problems you mention I'm aware of but this wasn't my choice. Thanks for the prompt and helpful reply :) On Thu, Sep 2, 2010 at 2:49 PM, Abdullah Shaikh wrote: > Yes its browser security, yo

Re: Image problem, can't use file:/// URL, ie new Image("file:///c:/blah/blah.png");

2010-09-01 Thread Abdullah Shaikh
Yes its browser security, you need to load the images from the server and not directly from the drive, I dont know what you are trying to do, but this wont work on client side as the user may not have c: drive or the images. - Abdullah On Thu, Sep 2, 2010 at 10:39 AM, Andrew Hughes wrote: > Hi

Image problem, can't use file:/// URL, ie new Image("file:///c:/blah/blah.png");

2010-09-01 Thread Andrew Hughes
Hi Guys, Not by choice we need to load Images from a *file:///* url. For example... *Image myImage** = **new** **Image(**"**file:///c:/blah/blah.png**"**);* This will produce (as seen in chrome+firebug) html that looks like... The problem, is that the image is never loaded. Chrome's Develo

Re: Deploy simple app on jetty: Please help

2010-09-01 Thread SZK
You probably need to configure serverlets in your web.xml to match your @RemoteServiceRelativePath e.g look at contacts example contactsServiceServlet com.google.gwt.sample.contacts.server.ContactsServiceImpl contactsServiceServlet /contacts/contactsService error or wa

Re: Piriti xml read error

2010-09-01 Thread Deepak Singh
Hi Harald, I am stuck with the problem defined below. can you pls help on that. Regards Deepak On Sun, Aug 29, 2010 at 12:25 AM, Deepak Singh wrote: > Hi Harald, > > While running in development mode, It works fine in IE7 but again gives the > same exception in chrome. > Any solution ? > > Coul

GWT web app problem with Tomcat and Mod_Proxy

2010-09-01 Thread mdwarne
Hi, I have a GWT web app that has 2 servlets in the same context. Servlet_1 is the GWT RPC servlet. The other (Servlet_2) is a PDF reporting Servlet. When I save some report parameters in the httpSession using a RPC call to Servlet_1, the AsyncCallback will open another browser window, passing th

Deploy simple app on jetty: Please help

2010-09-01 Thread andrewjmccann
Hi Folks, I which to deploy my new GWT application on a local server running jetty-6.1.22 on ubuntu 10.04. Before I tried that I tried to host the MyWebApp (Web Application Starter Project). I cannot get it to work. In eclipse I click Google -> GWT compile. It seems to compile fine. Then I copy

Re: problems with auto-complete form login

2010-09-01 Thread Thomas Broyer
On Sep 1, 3:42 pm, Magnus wrote: > Hi Thomas, > > I have thought about this the whole day now and it really sounds > interesting to me to give it a try with external login, but - if I > understood you right - I see a big disatvantage: > > Many applications are not or should not be usable at all

Re: user.agent options

2010-09-01 Thread Thomas Broyer
On Sep 1, 10:10 pm, John Denley wrote: > Thanks for this sbraheem. > > For anyone else reading this who doesnt know how to access what sbraheem is > talking about (as I didnt) then just search your hard drive for the > gwt-user.jar file then simply copy it and rename it to gwt-user.jar.zip and >

Re: FlowPanel can only contain widgets, but found DateBox

2010-09-01 Thread brendan
Thanks for the effort putting together that demo. The problem turns out to be a little typo, was missing a colon in "urn:import com.google.gwt.user.datepicker.client". On Sep 2, 9:11 am, Gal Dolber wrote: > Just test it and it works fine. > Try the demo attached. > > 2010/9/1 brendan > > > > >

Re: GWT Database

2010-09-01 Thread Sean
GWT is a client side language. It requests from the server information. This can be done in many different ways. RPC's were already mentioned, which lets JAVA (client side) talk to JAVA server side. Any Database, like PostGres that JAVA can talk to can also be used. However, GWT can also request u

Re: GWT Designer not available ...

2010-09-01 Thread Eric Clayberg
Yes. We announced that we were planning to support UiBinder in the GWT Designer user forum quite awhile ago. -Eric On Sep 1, 9:30 am, Magno Machado wrote: > Does Google plan to implement UiBinder support on GWT Designer? > > It wasn't on the Instantiations roadmap (AFAIK) -- You received this

Re: Sizing AbsolutePanels to 100%

2010-09-01 Thread Riley
I see I can use getParent().getOffsetHeight() and .getOffsetWidth() to access the total height & width of the parent. Is there any way to calculate the inner dimensions? On Sep 1, 4:31 pm, Riley wrote: > I want an AbsolutePanel to fill a containing widget.  I understand it > will not do this aut

Re: GWT Designer not available ...

2010-09-01 Thread Bayard Randel
Very much looking forward to seeing a Googlised GWT Designer and seeing some real competition against proprietary development environments. From a technology perspective this is a great platform to develop against - having more mature tooling and documentation will go a long way towards attracting

Sizing AbsolutePanels to 100%

2010-09-01 Thread Riley
I want an AbsolutePanel to fill a containing widget. I understand it will not do this automatically, but is there a way for it to get the dimensions of its parent? For example, I've created a Composite widget that is primarily a fancy AbsolutePanel. Can I override some sizing function to calcula

Re: FlowPanel can only contain widgets, but found DateBox

2010-09-01 Thread brendan
It should, but it isn't. I'll raise a bug. 08:45:04.685 [DEBUG] [...] Rebinding com.example.client.MyViewImpl.Binder 08:45:04.690 [DEBUG] [...] Invoking com.google.gwt.dev.javac.standardgeneratorcont...@46815882 08:45:04.765 [ERROR] [...] can contain only widgets, but found 08:45:04.815 [ERROR]

Re: GWT Database

2010-09-01 Thread Gal Dolber
http://tinyurl.com/2b3nnss 2010/9/1 Noor > U know I am new to GWT and I am doing a dissertation on this topic at > the University? I am just asking u some question and it would be great > if u can help me!! > What database can I use with GWT and java as the server language?? can > PostgresSQL be

Re: App engine automatically caching?

2010-09-01 Thread Thomas Dvornik
Hey Ikai, Thanks for the reply. I'm not setting cache-control headers. I'm assuming if it was the browser, I would see the same thing locally. However, I'll test it with wget. I'll also verify that I see the problem on a different ISP when I get home. In the meantime, I'll give GAE community a

Re: GWT Database

2010-09-01 Thread Noor
U know I am new to GWT and I am doing a dissertation on this topic at the University? I am just asking u some question and it would be great if u can help me!! What database can I use with GWT and java as the server language?? can PostgresSQL be used?? -- You received this message because you are

Messages with plural text in a property file

2010-09-01 Thread Guillaume
Hi, I have written a GWT application which uses the Messages interface to render all the strings across the app. I would have liked to use the Plural text feature to render the string differently according to a "count" parameter. Unfortunately, I can't get this to work, I constantly get the defaul

Problem with GWT portlet and RPC

2010-09-01 Thread topher1120
Hi all, I've been using GWT for only a couple months and just have a cursory knowledge of AJAX, so I apologize if this question feels like a newbie question, it is. My group is gearing up to provide a set of dashboards for our executive management and we have been asked to provide the dashboards a

Window.open()

2010-09-01 Thread Sven
Hi there I have a problem using the GWT class Window. Please don't discuss the sense of fullscreen mode. I have to put fullscreen-mode on. My Source looks like this: btn.addClickHandler(new ClickHandler() { @Override public void onClick(ClickEvent

Re: FlowPanel can only contain widgets, but found DateBox

2010-09-01 Thread Gal Dolber
That should work 2010/9/1 brendan > Should I be able to the standard DateBox with uiBinder? > > I'm getting an error message saying: can contain only > widgets, but found > > http://dl.google.com/gwt/DTD/xhtml.ent";> > xmlns:g="urn:import:com.google.gwt.user.client.ui" >xmlns:d

Re: user.agent options

2010-09-01 Thread Gal Dolber
safari = webkit = chrome gecko = firefox 2010/9/1 John Denley > Thanks for this sbraheem. > > For anyone else reading this who doesnt know how to access what sbraheem is > talking about (as I didnt) then just search your hard drive for the > gwt-user.jar file then simply copy it and rename it t

FlowPanel can only contain widgets, but found DateBox

2010-09-01 Thread brendan
Should I be able to the standard DateBox with uiBinder? I'm getting an error message saying: can contain only widgets, but found http://dl.google.com/gwt/DTD/xhtml.ent";> -- You received this message because you are subscribed to the Google Groups "Goog

Re: user.agent options

2010-09-01 Thread John Denley
Thanks for this sbraheem. For anyone else reading this who doesnt know how to access what sbraheem is talking about (as I didnt) then just search your hard drive for the gwt-user.jar file then simply copy it and rename it to gwt-user.jar.zip and then open it with any zip browser and you can naviga

Re: 2.1 M3 sdk download missing classes

2010-09-01 Thread Thomas Broyer
On Sep 1, 4:29 pm, Christian Goudreau wrote: > cool, thanks ! > > I didn't had time yesterday to look into it further, so now I'll save a lot > of trouble and times :D See https://wave.google.com/wave/waveref/googlewave.com/w+wMCeF4wiC and http://code.google.com/p/google-web-toolkit/source/deta

Re: ClassNotFoundException when compiling with Java and using a generator

2010-09-01 Thread Thomas Broyer
On Sep 1, 11:17 am, db_the_geek wrote: > Hi, > > Hoping someone can point me in the right direction with a problem I am > having with compiling a GWT project. > > I have 2 GWT projects - Product which inherits Core. The Core project > uses a generator, which is configured with class="com.some.pa

eclipse plugin won't remember gwt compiler arguments

2010-09-01 Thread Peter Warren
How can I get the eclipse gwt plugin to remember my gwt compiler arguments? I click the "gwt compile project" button (the little red toolbox), open the "advanced" area in the dialog that appears, enter my compiler arguments in the "additional compiler arguments" area, and then click the "compile"

keyboard shortcuts with CTRL

2010-09-01 Thread levier
Hi all, I'm developing an enterprise application and all users scream for keyboard shortcuts. And not shortcuts like you see in GMail (focus some widget, press c to compose a new mail etc) but true CTRL+N, CTRL+S like you see in a desktop application. I thought it really couldn't be done, till I t

Re: Using GWT for a large UI project

2010-09-01 Thread marius.andreiana
Thanks Maxim (saw your email), http://demos.telerik.com/silverlight/salesdashboard/ says "Missing plugin". So I left ;) I'm sure silverlight can have great results for controlled end user environments, but one of our goals is to use plain browser functionality, available on all devices. On Sep 1

Re: Using GWT for a large UI project

2010-09-01 Thread marius.andreiana
Thanks Thomas, I'll look at 2.1 widgets once it's released and it haves more docs. On Sep 1, 11:02 am, Thomas Broyer wrote: > On 30 août, 21:32, "marius.andreiana" > wrote: > > > > > > > Hello group, > > > A few weeks ago I started a shared document which analysesusingGWT > > for a large UI pro

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-01 Thread Jeff Larsen
Take a look at gwt-dispatch. There is a version where spring can be used on the backend. Creating RPCs with the *Service/*ServiceAsync is not considered a best practice. Gwt-Dispatch http://code.google.com/p/gwt-dispatch/ Spring server side code (I believe) http://code.google.com/p/gwt-dispatch-s

Re: How to make a dockpanel center take up the whole center? like swing does?

2010-09-01 Thread Jeff Larsen
First, I think you want to use DockLayoutPanel, not DockPanel. Next, you have to specify the size of each of the panels that you're adding except the center... i.e. Then you want to add the dock panel to a RootLayoutPanel, not the RootPanel. On Aug 31, 8:44 pm, gwt hanasaki wrote: > The belo

Re: Window.open not working on Chrome 5 ( GWT 2.0.4 )

2010-09-01 Thread Jason Essington
That's correct. You only ever want to open a window as a direct result of a user action (onClick, keypress, etc) otherwise you may run afoul of any popup blocker. This means that you cannot open a window in a callback. That is asynchronous that is not a direct result of a user action. If you n

app in gwt+gae

2010-09-01 Thread ale
Hi everybody, in my free time (from work/family/friends) I create a webapp using GWT and GAE, and know I'm happy to expose to you. The application is http://www.meandsport.com The site is designed to manage amateur sports leagues, and you can register teams, matches and championships. For everyt

Re: GWT Designer not available ...

2010-09-01 Thread Chris Conroy
dev-tools-sales (at) google On Wed, Sep 1, 2010 at 8:02 AM, dleins wrote: > The email address "dev-tools-sa...@google.com" is not valid. > What is the actual email address to use? > Regards... > > On Aug 31, 6:19 pm, Eric Clayberg wrote: > > GWT Designer, along with the other Instantiations pr

Re: How to add an ImageResource to a CellTable Column

2010-09-01 Thread chiappone
Or does anyone have an example of implementing an IdentityColumn with a Cell? On Aug 31, 1:22 pm, chiappone wrote: > Thanks, do you have any examples implementing a CellTable with an > ImageResourceCell? > > On Aug 30, 6:50 am, Thomas Broyer wrote: > > > > > On 27 août, 20:48, chiappone wrote:

Re: problems with auto-complete form login

2010-09-01 Thread Jeff Chimene
On Wed, Sep 1, 2010 at 6:42 AM, Magnus wrote: > Hi Thomas, > > I have thought about this the whole day now and it really sounds > interesting to me to give it a try with external login, but - if I > understood you right - I see a big disatvantage: > > Many applications are not or should not be us

Re: 2.1 M3 sdk download missing classes

2010-09-01 Thread Christian Goudreau
cool, thanks ! I didn't had time yesterday to look into it further, so now I'll save a lot of trouble and times :D Cheers, On Wed, Sep 1, 2010 at 9:43 AM, AlexG wrote: > Hi @ all, > > well as already said, they changed a few classes. > Adapters doesn´t exist any more. Instead there is now > an

Re: Using GWT for a large UI project

2010-09-01 Thread Maxim
Oops, sorry, I gave wrong link, this is the correct one: http://www.projectkaiser.com:8080/pk/ -- 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 unsubscribe from th

Re: Problems with gwt plugin and eclipse

2010-09-01 Thread AlexG
Hi TBirch, hmmm it really seems that something is going wrong on your machines. Don´t know why it isn´t working on your machine. If you have everything as 32-Bit-versions, than it should work. Maybe someone else had this problem? Greets Alex On 30 Aug., 15:25, TBirch wrote: > Hi Alex, > > Tha

Re: problems with auto-complete form login

2010-09-01 Thread Magnus
Hi Thomas, I have thought about this the whole day now and it really sounds interesting to me to give it a try with external login, but - if I understood you right - I see a big disatvantage: Many applications are not or should not be usable at all when the user is not logged in. But there are al

Re: 2.1 M3 sdk download missing classes

2010-09-01 Thread AlexG
Hi @ all, well as already said, they changed a few classes. Adapters doesn´t exist any more. Instead there is now an abstract class called: AbstractDataProvider. It depends on what data you want to display in your CellTable. I prefer using the AsyncDataProvider, e.g. make a class which inherits t

Re: problems with auto-complete form login

2010-09-01 Thread Magnus
Hi Thomas, I have thought about this the whole day now and it really sounds interesting to me to give it a try with external login, but - if I understood you right - I see a big disatvantage: Many applications are not or should not be usable at all when the user is not logged in. But there are al

Re: gwt 2.1.0 m3 compilation error

2010-09-01 Thread Rokesh
Hi, @chiaponne I'm still working on it. The link that was provided by Travis did help, but now I don't get the application startedwhile eclipse doesn't give me any compilation errors. I hope to have an answer soon. Rokesh On Aug 31, 8:43 pm, chiappone wrote: > Could you provide an example

Re: Using GWT for a large UI project

2010-09-01 Thread Maxim
Marius, in your document you compare GWT wih ASP.NET AJAX but I think it should be rather compared with Silverlight, this is a "client-side" technology like GWT which is not linked to server. ASP.NET AJAX is something very different and demands IIS to be installed server-side. My story about this

Re: What are some of the most valuable frameworks in your project?

2010-09-01 Thread Olivier TURPIN
Well i tried mvp4g in late 2009, GWTP and GUIT were not available... only gwt-presenter. So i made proof of concept with both frameworks and i really like the way mvp4g did. Simple configuration, annotation facilities for binding, splitability, nice support... and i like the fact that there is no 1

Re: ClassNotFoundException when compiling with Java and using a generator

2010-09-01 Thread AlexG
Hi db_the_geek I had similar problems, also in Eclipse. In my opinion there may be two possible solutions for your problem. 1. Maybe something is wrong with your classpath, when not compiling in Eclipse?? I guess yu made the "child" project visible to your "parent"-project in Eclipse. I don´t kno

Re: GWT Designer not available ...

2010-09-01 Thread Magno Machado
Does Google plan to implement UiBinder support on GWT Designer? It wasn't on the Instantiations roadmap (AFAIK) On Tue, Aug 31, 2010 at 7:19 PM, Eric Clayberg wrote: > GWT Designer, along with the other Instantiations products, is > currently being Googlized (legal, branding, etc.) and will be

Re: What are the benefits of using a MVP Framework?

2010-09-01 Thread Falcon
Like I said, I'm new to all of this. I wasn't aware that the way the MVP frameworks were set up in 2.1 would be more of a scaffolding and that they were expecting them to be extended by third parties, hence me deferring the question to people with more experience than I. Trying to learn GWT, MVP,

Re: Speed-Optimization of an application (RPCs, Architecture)

2010-09-01 Thread Fabian
Hi Tanguy, thank you for your answer. I think for my app it is too late to switch to this kind of using commands and due to that having the chance to batch them. (since i have only a few days to finish it). I will consider it in my next apps. Thanks for telling me, that fewer rpc calls are better

Re: GWT Designer not available ...

2010-09-01 Thread Shawn Brown
> The email address "dev-tools-sa...@google.com" is not valid. > What is the actual email address to use? What I did was check the original message I got when I purchased a license. There was an email address of an individual there to contact if there were any questions. He was out of town but s

Re: GWT Designer not available ...

2010-09-01 Thread dleins
The email address "dev-tools-sa...@google.com" is not valid. What is the actual email address to use? Regards... On Aug 31, 6:19 pm, Eric Clayberg wrote: > GWT Designer, along with the other Instantiations products, is > currently being Googlized (legal, branding, etc.) and will be > available ag

Re: uibinder element get with jquery selector fail on chrome/safari

2010-09-01 Thread asianCoolz
sorry, what i mean is it work in firefox/ie but do not work in safari/ chrome -- 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 unsubscribe from this group, send em

Company Information

2010-09-01 Thread gopal bhalala
Hi to all, Anybody know about this company *Mantis Technologies Pvt. Ltd. F5 - Faculty Block, CIIE – IIM Ahmedabad New Campus, Vastrapur, Ahmedabad - 380015 *Best Regards & Thanking you, Gopal Dhanjibhai Bhalala -- You received this message because you are subscribed to the Google Groups "Go

Re: Window.open not working on Chrome 5 ( GWT 2.0.4 )

2010-09-01 Thread hermis
Whoops... apparently Chrome's pop-up blocker was kicking in :/ On 26 Aug, 16:08, hermis wrote: > Hello all, > > I can't seem to get Chrome to open a new window using the > Window.open() function. > > It seems to work fine if the function is called from a click handler, > but not when called direc

Re: ClassNotFoundException when compiling with Java and using a generator

2010-09-01 Thread db_the_geek
Not sure if it is any way related to http://code.google.com/p/google-web-toolkit/issues/detail?id=3614 On Sep 1, 11:17 am, db_the_geek wrote: > Hi, > > Hoping someone can point me in the right direction with a problem I am > having with compiling a GWT project. > > I have 2 GWT projects - Produc

ClassNotFoundException when compiling with Java and using a generator

2010-09-01 Thread db_the_geek
Hi, Hoping someone can point me in the right direction with a problem I am having with compiling a GWT project. I have 2 GWT projects - Product which inherits Core. The Core project uses a generator, which is configured with . When I compile my entry point project in Eclipse with the GWT plu

Re: Using GWT for a large UI project

2010-09-01 Thread Thomas Broyer
On 30 août, 21:32, "marius.andreiana" wrote: > Hello group, > > A few weeks ago I started a shared document which analyses using GWT > for a large UI project, which has also reviewed by this group (thanks > for your feedback!). After learning more, the analysis has been > updated to include the f

Re: Google's commitment to GWT

2010-09-01 Thread Ed
Please guys, stop with all these negative critism There is absolutely no reason for it and it only starts rumors Google is a hug company... and if it drops wave it doesn't mean anything for GWT, just like if my company would drop GWT and chooses another RIA technology... I never und

Re: user.agent options

2010-09-01 Thread sbraheem
You can see all the supported options at 'com/google/gwt/user/ UserAgent.gwt.xml' in the gwt-user.jar file. -- 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 unsubs

Re: PasswordTextBox Security

2010-09-01 Thread Gerhard Davids
Well said Chris, And as Chris mentioned : XSS is a big problem. Make sure to spend time to create XSS safe methods for UI objects especially those that are bound to data from user input. Pure java problem like the one you mentioned don't hold water on the web client. Just for the sake of complete