Maven build error with GWT application (file not found)

2009-12-09 Thread manish panwar
I am building GWT application in Linux box, and getting following error. Please note my project gets build successfully in Windows. Here AdminHome.gwt.xml is my GWT config file, and I am able to see this file in my directory. I am attaching my POM file and GWT config XML file. [exec] [INFO] Copyi

GWT using domain models /services from external module (jar) ?

2009-12-09 Thread ashika umanga
Greetings, We have been using our reusable "user-management" module which was written using Spring/Hibernate(using Doman-Model Pattern).We have used that module in several project integrating with Wicket,JSP and ZK frameworks. Now I am going to develop an application using GWT.I am completely new

HtmlUnit seemly can not run JavaScript(GWT) on GoogleCodeSearch pages

2009-12-09 Thread Phan The Dai
Hi everyone, I am trying using HtmlUnit for parsing and checking a GoogleCodeSearch's Url, for example Url = "http://google.com/codesearch/p?hl=en#BDMVBjMQ9dM/developer/ technicalArticles/jini/javaspaces/HelloWorld.zip|0GBefwhg-XQ/ HelloWorld.java&q=HelloWorld%20lang:java" But I could not get the

Re: how large of your GWT compiled code? My one is 850K

2009-12-09 Thread Luis Fernando Planella Gonzalez
Sorry for taking so long to answer, but I haven't seen your post before. We haven't yet done any larger performance test, but it is very acceptable. Yesterday, in a first no-brainer attempt of GWT.runAsync(), I've managed to get a 650K initial download and then a separate file per module (for now,

Re: java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileUploadException

2009-12-09 Thread Henry
Oks :-), but running gwt in host mode, do where I've to move this jar files? Where is placed the internal tomcat shipped with GWT? Or I've to configure something else in the eclipse or in the GWT project to be able to run in host mode? On 9 Dec, 11:16, "bch...@gmail.com" wrote: > As the previous

GWT Chat applications

2009-12-09 Thread abhiram
Hi All, Can someone tell me which is the best (and convenient) method to implement a chat application for my web page using GWT? I believed using the comet.jar would be neat but had lot of problem implementin it. Can you please tell me which is the best possible approach? with any working ex

Install Speed Tracer on the Mac?

2009-12-09 Thread Jim Douglas
I'm feeling a bit dense -- I see instructions here for installing Speed Tracer on Windows, but no Mac instructions: http://code.google.com/webtoolkit/speedtracer/get-started.html#downloading But there are Mac screen shots on this page, so I'm assuming it's supposed to work. What am I missing her

MVP, GIN, UiBinder

2009-12-09 Thread P.G.Taboada
Hi, as many other GWT developers I really like the above mentioned approaches. I am having a little bit of pain when it comes down to embedding views into views. UiBinder and GIN don't play well together, I am struggling with ugly locator pattern usages to create my sub/ embedded views. My code i

Re: Anchor.wrap with GQuery

2009-12-09 Thread John Patterson
On 9 Dec 2009, at 16:59, Thomas Broyer wrote: > The element you're trying to wrap is a child of an element that's the > "root" element of a widget. A widget is supposed to control its > subtree, so wrapping a widget's child element in another widget is > prohibited, as the "parent" widget would b

Intellij idea + multiple modules

2009-12-09 Thread Thomas Matthijs
Hey, Question to everyone using gwt with intellij Since it doesn't support selecting which modules to compile[1], how do you deal with multiple modules, and/or development modules[2] to keep permutations down? Getting a bit tired of comment/uncommenting things in my gwt module xml. If you want t

TabLayoutPanel css

2009-12-09 Thread P.G.Taboada
I can't believe that - gwt 2.0 is out, - we have the "old" themes instead of injectable client bundles, - TabLayoutPanel does not have a default css in the standard theme. I know GWT is not eye candy but all about software engineering, but would it have been too much to add a simple implementa

Re: Giving GWT another test drive

2009-12-09 Thread P.G.Taboada
Really, you don't want your hibernate lazy loading instances in the UI. But, if your only problem is coding and using a dedicated ui model, I am really happy for you. I am using gwt-dispatch and creating command-dedicated models for my ui. Never been happier. brgds, Papick G. Taboada On 9 Dez

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread mariyan nenchev
Hi, very good job. Congratulations about the fast work. And is there a maven repository that has gwt libs? Regards. -- 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

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread gwtfanb0y
Try the "Spring Source Tool Suite", works fine on my machine. @GWT-Team Thx for this amazing work! On 9 Dez., 11:30, Mohamed Mansour wrote: > How did you guys manage to get it work? I downloaded "brand" new > eclipse, and within "Install New Software" I > added:http://dl.google.com/eclipse/plu

Re: java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileUploadException

2009-12-09 Thread bch...@gmail.com
As the previous post mentioned, these jar files should be in your war application's "WEB-INF/lib" director. On Dec 9, 6:52 pm, Henry wrote: > I've these jars in the built path of the eclipse: > >     commons-codec-1.4.jar >     commons-fileupload-1.2.1.jar >     commons-io-1.4.jar > > The proje

Re: java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileUploadException

2009-12-09 Thread Henry
I've these jars in the built path of the eclipse: commons-codec-1.4.jar commons-fileupload-1.2.1.jar commons-io-1.4.jar The project on the eclipse compiles without problems, but when im trying to run it on hostmode or deploying it at Google App Engine this classes are not found...prob

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread Mohamed Mansour
How did you guys manage to get it work? I downloaded "brand" new eclipse, and within "Install New Software" I added: http://dl.google.com/eclipse/plugin/3.5 When I press next (after I apply a check to Plugins/SDK) it gives me this error: Cannot complete the install because one or more required it

Giving GWT another test drive

2009-12-09 Thread HB
Hey, In the past I developed a GWT application for our client. The application was built upon Spring Framework and Hibernate ORM. While I love and adore GWT, I stopped using it for: 1. Building the interface in the code was a killer thing for me. 2. Difficulties marshelling Hibernate objects back t

Re: how to fire a change event on a textBox?

2009-12-09 Thread Thomas Broyer
On Dec 9, 5:56 am, Karan Sardana wrote: > I'd like to manually fire a change event on a text box, and let the > change handlers tap that event to do the needful. > > I tried using fireEvent(GwtEvent event) with no luck. We can't > instantiate changeEvent, so how could I fire a change event ???

Re: Anchor.wrap with GQuery

2009-12-09 Thread Thomas Broyer
On Dec 9, 7:58 am, jd wrote: > Hi, > > I am using GQuery to return elements that I want to attach > ClickHandlers to like this: > >                 GQuery h2s = $("#header > h2 > a"); >                 Anchor lowestPriceAnchor = Anchor.wrap(h2s.get(0)); > > But I am getting an exception: > > jav

Re: Is it possible to compile java swing application in GWT?

2009-12-09 Thread Olivier Gérardin
I also doubt it will ever exist, one of the reason being that Swing uses multi-threading and you now that JavaScript has strong limitations on this. AjaxSwing looks like a much more realistic way to achieve the same result through a completely different approach. it doesn't do any code migration,

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread Thomas Broyer
On Dec 9, 4:13 am, Miguel Méndez wrote: > Hi Folks! > > We have some very exciting announcements today.  Please check out the > following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, > and -- brand new in GWT 2.0 -- a performance analysis tool called Speed > Tracer.  I think

Re: Client<->Server communication

2009-12-09 Thread Flex
i got it working, this is my solution if someone has a similar problem or can tell me a better way :) public void javaFunc(String set) { //do something } public native void createJS(Class x) /*-{ $wnd.jsFunc= function(set) { return x...@package.class::javaFunc (Ljava/lang/String;)(set

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread Olivier
Great news ! Thanks a lot for the great job. Olivier On 9 Dec 2009, at 04:13, Miguel Méndez wrote: > Hi Folks! > > We have some very exciting announcements today. Please check out the > following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, > and -- brand new in GWT 2.0

Re: Embedding a gadget into a UIObject/Panel within GWT

2009-12-09 Thread R.Domingo
Did you make any progress on this ? I would also like to know how to embed gadgets in my app. On Dec 4, 6:13 pm, mmedvinsky wrote: > Hi All, > > I am having difficulty embeddinggadgetscript tag with a UIObject in > GWT.  Has anyone done this?  It seems obvious at first but I can not > get it to w

<    1   2