Re: GWT Rocks!

2010-07-30 Thread Deepak Singh
How can i integrate gwt 2.1 with Spring ? My need is to call cross-domain web service from gwt. So i thought to use spring on server side just for web services and integrate with gwt. kindly explain with codes. On Fri, Jul 30, 2010 at 6:42 AM, Craigo wrote: > With 6 developers, we used GWT to

Re: GWTCanvas vs gwt-graphics?

2010-07-30 Thread Sorinel C
I would go with GWTCanvas too :-) here's a small starting point http://ui-programming.blogspot.com/2010/07/gwt-how-to-draw-in-browser-with.html but I assume you're an expert, so please contribute with your discoveries. Cheers! -- You received this message because you are subscribed to the Google

Re: GWT Rocks!

2010-07-30 Thread gopal bhalala
in India-Gujrati Tame badha kaho te barabar che Dear Best Regards & Thanking you, Gopal Dhanjibhai Bhalala On Fri, Jul 30, 2010 at 12:34 PM, Deepak Singh wrote: > How can i integrate gwt 2.1 with Spring ? My need is to call cross-domain > web service from gwt. So i thought to use spring on se

Re: how to size Frame so no scrollbars?

2010-07-30 Thread bcw
I put this into the class that creates the Frame. A mouse event in the primary screen class (which extends AbsolutePanel and has this object placed on it) calls 'offerControls()' - which will someday. For now, it's just a quick re-use while I work this out. It has no effect - the scrollbars are s

Re: GWT Rocks!

2010-07-30 Thread Deepak Singh
what is meaning of this gujrati ? On Fri, Jul 30, 2010 at 2:01 PM, gopal bhalala wrote: > in India-Gujrati > > Tame badha kaho te barabar che Dear > > Best Regards & Thanking you, > Gopal Dhanjibhai Bhalala > > > On Fri, Jul 30, 2010 at 12:34 PM, Deepak Singh > wrote: > >> How can i integr

Re: GWT Rocks!

2010-07-30 Thread Ignat Alexeyenko
Hi. I'm developing a simple project with GWT (2.0.0) and Spring. Project is in early ALPHA stage. There is a login screen that sends request to a server (web application powered by Spring framework). You can checkout source from the SVN repository: https://simpleworklog.svn.sourceforge.net/svnroo

Re: GWT Rocks!

2010-07-30 Thread aditya sanas
In Marathi -- "GWT lai bhari..." -- Aditya On Fri, Jul 30, 2010 at 2:32 PM, Ignat Alexeyenko wrote: > Hi. > > I'm developing a simple project with GWT (2.0.0) and Spring. > Project is in early ALPHA stage. > > There is a login screen that sends request to a server (web application > powered by

Dev plugin 1.0.7511 doesn't work with Firefox 3.6.8

2010-07-30 Thread Utgarda
I installed the plugin, but every time I launch GWT devmode and then the browser, the page http://127.0.0.1:/index.html?gwt.codesvr=127.0.0.1:9997 keeps telling me I need the plugin to be installed. I remember it working for me before, don't know what happened. Really, I could use a hint :) T

GWT evaluation: How to realize this specific app scenario? (v.2)

2010-07-30 Thread A.Augustini
[**Republished to get rid of ugly line-break cluttering**] Dear GWT Community members: As GWT newbie I'm currently evaluating GWT for some potential future projects. After reading available introductory materials, I'm now wondering if GWT is the appropriate candidate for my specific app scenario.

Re: GWT Rocks!

2010-07-30 Thread André Moraes
Em português: GWT é bom demais! On Fri, Jul 30, 2010 at 6:11 AM, aditya sanas <007aditya.b...@gmail.com>wrote: > In Marathi -- > > "GWT lai bhari..." > -- > Aditya > > > > On Fri, Jul 30, 2010 at 2:32 PM, Ignat Alexeyenko < > ignatalexeye...@gmail.com> wrote: > >> Hi. >> >> I'm developing a simp

Mobile Phone permutation strategy suggestions wanted

2010-07-30 Thread Falcon
Hey all. I'm going to be using GWT for some mobile phone web applications. My company primarily makes Java desktop applications and wants web versions of several of those applications. There's another group here that's already using GWT for web apps but they're not concerned with mobile phone brow

How To apply Customised CSS

2010-07-30 Thread vinny
Hi, Im new to GWT tool. I want to know how to apply customised css to labels,buttons & text field etc etc. Thanx, Vinny -- 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.c

Integration of Gwt + Java Beans

2010-07-30 Thread Savdeep singh
Hi everyOne, I want to ask if there is any problem in integration of Gwt(as Front End) + Java Beans (as Back End)...? Secondly is there any better or best approach for web application rather than these 2 combinations? Thirdly any other irrespective of the these 2 Q's the suggestions are welcomed

Re: GWT 2.1 Simple Place example

2010-07-30 Thread Kailash Yadav
Hi, Can anyone provide url of tutorial/document of GWT place or example? Actually I am not getting what is place in GWT. Thanks On Jul 12, 5:50 pm, xworker wrote: > Hi all > > Strugling with finding documentation and a simple example with the > newPlaceconcept. Can anyone shed some light? Mo

Re: GWT evaluation: How to realize this specific app scenario? (v.2)

2010-07-30 Thread Sebastian Rothbucher
Hi Alessandro, GWT features a history mechanism which could solve the first question: http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/History.html or http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html provide info on that:

Propagate Style into RichTextArea

2010-07-30 Thread Jan
Hi, I am currently creating a Composite which contains a RichTextArea (RTA). The fact that the RTA is basically an iframe containing a separate page leads to the annoying fact, the the style surrounding it isn't adopted. Does anybody know a way to bring all css attributes (including the inherited

Re: GWT Rocks!

2010-07-30 Thread Supercobra Thatbytes
Thank you to the GWT team to make a piece of software without compromise: - GWT is easy to understand - It makes you do the right things - Dev environment has a 2 sec. learning curve - Has an Ultra optimized technology under the hood - It's open source. Daniel -- You received this message

Re: Protected Page + PopupPanel

2010-07-30 Thread Thomas Dvornik
It seems if your using a UIBinder, you would want to check before they get to that page. Are you using UIBinders for the whole site? I would recommend checking the user and popping up the log in box either on onModuleLoad() or in the clickHandler before you switch over to that page? Tom On Jul

Re: Do we have any Library for OpenID autentication(Authentication using Google accounts/Face book etc.)

2010-07-30 Thread V M
Anybody used "jopenid "? http://code.google.com/p/jopenid/ Cheers, VM On Thu, Jul 29, 2010 at 5:47 PM, V M wrote: > Thanks everyone for your valuable input. > > I guess i have to lookinto implementation of OpenID4Java. > > Ch

Re: Dev plugin 1.0.7511 doesn't work with Firefox 3.6.8

2010-07-30 Thread Chris Conroy
Please see this thread: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9e0c72621846bb45/6be4f19213378cf6 On Fri, Jul 30, 2010 at 7:24 AM, Utgarda wrote: > I installed the plugin, but every time I launch GWT devmode and then > the browser, the page > http://127.0.0.1:/

Rounded tab styles in TabLayoutPanelTab

2010-07-30 Thread Michael Jones
Hello, I am trying to make the corners rounded in a gwt-TabLayoutPanelTab. I have attempted a few things including setting: background-image: url("/website/images/bg_tab_first.png"); but it doesn't seem to have an effect. Any suggestions would be greatly appreciated. Thanks in advance, -- Y

Re: GWT app looks ugly in IE6

2010-07-30 Thread Michael W
I suggest you to add Google analytics to your website. It will give your some data of how many users come to your site with IE6 as well as other browsers. It is free and easy to use. https://www.google.com/analytics/settings/home Give you some idea: for our site, I see 8% of users use IE6. As we

Re: GWT app looks ugly in IE6

2010-07-30 Thread Christian Goudreau
Since you have multimillion users, you would help getting rid of those IE6 by letting them know to consider upgrading and telling them how to do that. There's a proportion of them that only don't know that there's something else out there and I think we could increase the changing rate by a little

Re: deRPC == Error in the com.google.gwt.rpc.server.CommandSerializationUtil

2010-07-30 Thread Sorinel C
Opened the ticket http://code.google.com/p/google-web-toolkit/issues/detail?id=5180&sort=-id&colspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars Cheers! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, s

Re: Possible problem with GWT URL mechanism and cache

2010-07-30 Thread Chris Conroy
If you use Apache, the following .htaccess should work:   ExpiresDefault "access"         ExpiresDefault "now plus 1 year" See the Compiling and Debugging section of the dev guide: http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html On Fri, Jul 30, 2010 at 2:35 A

Re: How To apply Customised CSS

2010-07-30 Thread Deepak Singh
You can create your own style and the setStyleName() and addStyleName() methods will do your job. On Fri, Jul 30, 2010 at 7:18 AM, vinny wrote: > Hi, Im new to GWT tool. I want to know how to apply customised css to > labels,buttons & text field etc etc. > > Thanx, > Vinny > > -- > You received

Re: Protected Page + PopupPanel

2010-07-30 Thread Hilco Wijbenga
On 30 July 2010 07:48, Thomas Dvornik wrote: > It seems if your using a UIBinder, you would want to check before they > get to that page. Are you using UIBinders for the whole site? The "whole site" is just two test pages at this moment. :-) I had planned to use UIBinder everywhere but I am findi

All my modules MUST be compiled together - a bug or a feature?

2010-07-30 Thread Alec
I have GWT module A tested and compiled (GWT SDK 2.0.4), and A.html pointing to its javascript, as part of webapp wa1, which runs in prod. After I copy the A + A.html unit to webapp wa2, the browser (Firefox 3.6.8 with Firebug 1.5.4) tells me it "Failed to load source for: " the A javascript, which

GWT - Sending Email Tutorial

2010-07-30 Thread seilz
Hey there, does somebody know a tutorial about, how to send emails with GWT? best regards seilz -- 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

Re: GWT - Sending Email Tutorial

2010-07-30 Thread Subhrajyoti Moitra
u can use GWT RPC to send all the user entered data(from UI) to the server, and then use javamail to send the actual mail. Thanks, Subhro. On Fri, Jul 30, 2010 at 10:04 PM, seilz wrote: > Hey there, > > does somebody know a tutorial about, how to send emails with GWT? > > best regards > seilz >

Re: Suggestion for real time logging widget

2010-07-30 Thread Jeff Chimene
On 07/30/2010 10:35 AM, Dave wrote: > I'm writing a UI application that will include a widget that will > provide a real-time view of a log. The widget will make requests back > to a server app for log messages and then display them to the user. > > I've played with a couple of different widgets

why doesn't this right-click capture work in IE?

2010-07-30 Thread BrianP
I'm trying to capture right-clicks on a widget, to popup my own context menu instead of the browser's. I've researched it a bit and pieced together bits and I've got it working in Chrome and FF but not IE. In IE it doesn't display the default browser context menu, but it doesn't display my popup me

Re: GWT evaluation: How to realize this specific app scenario? (v.2)

2010-07-30 Thread A.Augustini
@Sebastian: Thank you very much for the quick response. The link to the "Gears binding for GWT" was very helpful and just what I was looking for. Concerning the issue with the bookmarkable URLs (traditional vs. Ajax-ified URLs), I'm still not quite sure if I totally understood the "History" mecha

Suggestion for real time logging widget

2010-07-30 Thread Dave
I'm writing a UI application that will include a widget that will provide a real-time view of a log. The widget will make requests back to a server app for log messages and then display them to the user. I've played with a couple of different widgets but can't quit find the one that will do what

Creating Eye-candy UI

2010-07-30 Thread André Moraes
Hi, My girlfriend works with Q&A for a software company and in the spare time she like to draw, she would like to contribute to some project that is looking for eye-candy user interface, does anyone knows some project? How she could contribute? Some of her drawings can be see at: http://aeioudid

Re: GWT - Sending Email Tutorial

2010-07-30 Thread Sean
One thing to note is, if you're not using AppEngine, make sure NONE of its jars are in your war file. They conflict with JAVA Mail and you will get odd errors. On Jul 30, 12:47 pm, Subhrajyoti Moitra wrote: > u can use GWT RPC to send all the user entered data(from UI) to the server, > and then u

Re: Rounded tab styles in TabLayoutPanelTab

2010-07-30 Thread lineman78
There is no pure CSS solution short of using CSS3 border-radius. For efficiency I have stuck with this approach for now, but the most compatible way is to make your own decoratedPanel that allows you to only have rounded corners on top and use the widget in the tab. On Jul 30, 8:08 am, Michael Jo

Sliding effects...

2010-07-30 Thread Thamizharasu S
Hi, I saw one video demo video about GWT application. Whenever the user wants to navigate to another view, the view navigation is happening through some nice sliding effect. Can any one give some insight information about how this was done? Some clue... - Thamizharasu S -- You received this me

Re: Integration of Gwt + Java Beans

2010-07-30 Thread lineman78
I regularly use this approach, the only thing that you have not specified is you communication protocol. Also, do you plan on deploying as an EAR with an EJB and WEB module, or do you plan on taking advantage of EJB3's ability to have EJBs within a web module? I use the EAR approach. On Jul 30, 3

Re: How To apply Customised CSS

2010-07-30 Thread Thamizharasu S
Hi, If I use UiBinder for the layout, where the css and the related images should be placed? While in the run time how that will be bundled inside the WAR folder? - Thamizharasu S On Jul 30, 9:20 pm, Deepak Singh wrote: > You can create your own style and the setStyleName() and addStyleName() >

Re: Sliding effects...

2010-07-30 Thread Gal Dolber
Look at LayoutPanel class 2010/7/30 Thamizharasu S > Hi, > > I saw one video demo video about GWT application. Whenever the user > wants to navigate to another view, the view navigation is happening > through some nice sliding effect. Can any one give some insight > information about how this wa

Re: why doesn't this right-click capture work in IE?

2010-07-30 Thread lineman78
You are using the older method of event handling. This method works fine for me: addDomHandler(new ContextMenuHandler() { @Override public void onContextMenu(ContextMenuEvent event) { showMenu();

Re: Sliding effects...

2010-07-30 Thread Christian Goudreau
Why looking at LayoutPanel ? ... Look at Gwt fx :D I've made something similar with the move class and a ease in ease out effect. It really looks awesome and I've done the implementation inside Gwt-Plateform ! Cheers, On Fri, Jul 30, 2010 at 2:52 PM, Gal Dolber wrote: > Look at LayoutPanel c

Re: why doesn't this right-click capture work in IE?

2010-07-30 Thread BrianP
Thanks, that did it! On Jul 30, 3:00 pm, lineman78 wrote: > You are using the older method of event handling.  This method works > fine for me: > >             addDomHandler(new ContextMenuHandler() >             { >                 @Override >                 public void onContextMenu(ContextMen

Re: Creating Eye-candy UI

2010-07-30 Thread Jeff Chimene
On 07/30/2010 11:39 AM, André Moraes wrote: > Hi, > > My girlfriend works with Q&A for a software company and in the spare > time she like to draw, she would like to contribute to some project > that is looking for eye-candy user interface, does anyone knows some > project? > > How she could cont

Can Gin inject eventBus into a widget that's created from uiBinder?

2010-07-30 Thread PeteUK
Hello, I have a class called Mailboxes that derives from Composite. (This widget contains a tree control to allow the user to select the mail folder to view). The Mailboxes instance is created by uiBinder within another widget called Shortcuts. Here is the fragment of the Shortcuts.ui.xml file th

Re: Can Gin inject eventBus into a widget that's created from uiBinder?

2010-07-30 Thread David Grant
Inject your eventBus in to the widget, it will work just fine, then "new" your widget or create it by using injection, or whatever. You only need if you need to access some object in the ui.xml file that you want to be constructed somewhere else. Typically this is some object that get injected in

Good File Upload Example

2010-07-30 Thread alan
I need to read a csv file from the hard drive to populate a table in a dialog box. This seems to require using the FileUpload class, but I've not found a good example of it is use. Could anyone recommend a complete example that could accomplish this. Thanks, -- You received this message because

Re: Can Gin inject eventBus into a widget that's created from uiBinder?

2010-07-30 Thread Gal Dolber
A little improvement: public class MyWidget extends Composite { interface MyWidgetUiBinder extends UiBinder { } private final EventBus bus; @UiField private HTMLPanel outerPanel; @Inject public MyWidget(MyWidgetUiBinder uiBinder, EventBus bus) { this.bus = bus; initWidget(

Re: Creating Eye-candy UI

2010-07-30 Thread Dean S. Jones
attractive UI design is more of an art than a science, but factoring in usability is just as important. I wish most "designers" would read this book: http://www.amazon.com/Dont-Make-Me-Think-Usability/dp/0321344758/ref=sr_1_1?ie=UTF8&s=books&qid=1280544928&sr=8-1 something pretty is not ALWAYS ea

Re: Creating Eye-candy UI

2010-07-30 Thread Dean S. Jones
Oh, and... someone with an artistic bent along with technical knowledge could do quite well in the field of Data Visualization. Charting is pretty much covered these days, I have GWT wrapped both HighCharts http://www.highcharts.com/demo/ and Raphael http://raphaeljs.com/ , but images of complex id

One v.s N EventBus

2010-07-30 Thread Dean S. Jones
Looking at finishing up an idea, and I have come across a thought in MVP: Global v.s a multiple/hierarchy of view/presenter EventBus's, and wondered if anyone had explored this avenue. The basics are there is the global EventBus, as is typical now, and a local EventBus for actions in the current Vi

Re: Protected Page + PopupPanel

2010-07-30 Thread Dean S. Jones
Typically, I like to avoid this problem altogether, and NOT allow the user to see the GWT page until they are logged in. The Login page is normal JSP, and I employ a ServletFilter to check that if the user tries to load the GWT page and is not logged in, they get redirected to the Login JSP. There

Re: Protected Page + PopupPanel

2010-07-30 Thread Dean S. Jones
Sorry, again, looking at your above example, to make my point clear, using Firebug I can find (!user.isAuthenticated()) and any a JS debugger to subvert it. GWT obfuscates JS code, but anyone with 1) curiosity and a brain, 2) ulterior motives , this is a cakewalk. Think about it. and NEVER TRUST

is ZK better than GWT..?

2010-07-30 Thread akhil
pls help me to decide is ZK better than GWT..? Regards, Akhil -- 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 email to googl

Re: Protected Page + PopupPanel

2010-07-30 Thread Hilco Wijbenga
On 30 July 2010 21:27, Dean S. Jones wrote: > Sorry, again, looking at your above example, to make my point > clear, using Firebug I can find (!user.isAuthenticated()) and any > a JS debugger to subvert it. GWT obfuscates JS code, but > anyone with 1) curiosity and a brain, 2) ulterior motives , t