Passing form object

2010-03-28 Thread Vik
Hie I have a gwt FormPanel component in my onModuleLoad method. At onSubmitHandler I have to push the data to server. So is there any way to pass the complete form object or I have to pass all the fields of form independently? Thankx and Regards Vik Founder www.sakshum.com

Trying a simple Google Web Toolkit app, with no success

2010-03-28 Thread Jeremy R
Hi; I'm trying to evaluate Google Web Toolkit pretty much as an experiment. I have the simplest possible demo, a Hello World level app, that runs happily in devmode on my Windows XP system, as well as with Tomcat 6 on the same system. When I upload the same WAR file to MyServer/webapps, it gets

Error while lauching GWT module

2010-03-28 Thread thierry LE CONNIAT
HI Everybody, I am building the tutorial's project simpleExample, which is about GWT and REST. I have made a run configuration of type java application (main class : com.google.gwt.dev.DevMode, arguments : org.restlet.example.gwt.SimpleExample ) the launcher propose to use for startup url the

How can i send an RPC calls from server to client?

2010-03-28 Thread bitliner
Hi, i would that when on the server i add an istance of MyModel i can modify all windows that are in the ListWindow and that are on the client (where window can be also MyWidget). Do i need an RPC from the client to the server? Or how can i implementing this situation? Thanks. -- You received

RPC not working on linux deployment

2010-03-28 Thread Manish
Hi, I have an application which works fine on localhost in windows environment. But when i deploy it on linux server at production, It gives me error 404 ( Resource not found) . My Service is : @RemoteServiceRelativePath(exam) public interface QuestionService extends RemoteService { String

Problem in Running GWT NetBeans Tutorial

2010-03-28 Thread yccheok
I am using GWT4NB 2.6.17 NetBeans 6.7.1 GlassFish v2.1 I try to follow the tutorial http://netbeans.org/kb/docs/web/quickstart-webapps-gwt.html#creating However, when I click run, I get the follow error in HelloGWT (run) log Windows ... ... do-gwt-compile-20: In-place deployment at

Re: running gwt visualisation sample

2010-03-28 Thread thierry LE CONNIAT
hi, normaly, right click on the project and choice run as web application. On 26 mar, 18:07, imgnik ytbr...@gmail.com wrote: so how do i run the samples of gwt visualisation? I am using eclipse. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Service per Servlet?

2010-03-28 Thread cetina
Hi im a newbie in GWT and i have a very basic question. What im doing its create a 1 RPC Service ( GWTService, GWTServiceAsync and GWTServiceImpl) with many methods in GWTService and GWTServiceAsync and in the GWTServiceImpl i implement all of those methods, my question is this is correct or if

RPC not working on linux deployment

2010-03-28 Thread Manish Mudgal
Hi, I have an application which works fine on localhost in windows environment. But when i deploy it on linux server at production, It gives me error 404 ( Resource not found) . My Service is : @RemoteServiceRelativePath(exam) public interface QuestionService extends RemoteService { String

Problems GWT IE 6 Help...

2010-03-28 Thread Diego Gonzalez
Hey People how you doing, always i read this forum, but never was post something, now i have some issues with GWT , the problem is : I have 2 enviroments , QA and production, in QA everthing work perfect , even i can see the gwt appliaction in Chrome , Firefox and IE 6 , in

Re: Problem in Running GWT NetBeans Tutorial

2010-03-28 Thread tim.lebed...@googlemail.com
Hello, try to undeploy the app (eventually through the administration console) --Tim On 28 Mrz., 09:10, yccheok yancheng.ch...@gmail.com wrote: I am using GWT4NB 2.6.17 NetBeans 6.7.1 GlassFish v2.1 I try to follow the

Re: Trying a simple Google Web Toolkit app, with no success

2010-03-28 Thread bch...@gmail.com
1. Like you said, the problem seems to be Resin. Did you try asking the Resin forums ? 2. Resin 2 is like built in 2004. Did you try Resin 3 ? On Mar 26, 11:28 pm, Jeremy R ukdbtrai...@googlemail.com wrote: Hi; I'm trying to evaluate Google Web Toolkit pretty much as an experiment.  I have the

Re: Service per Servlet?

2010-03-28 Thread Dan
You can have many methods in one service. It works fine for me, and is certainly less work. It would be a good idea for the methods in serviceImpl to call other methods to do the work, so the source for that class doesn't get unmanageable. On Mar 26, 1:54 pm, cetina maxtorz...@gmail.com wrote:

Re: Trying a simple Google Web Toolkit app, with no success

2010-03-28 Thread Jeremy R
Further to my original question, this appears to be a general issue with JSPs at my hosting co. More when I get an answer from them. On Mar 26, 11:28 am, Jeremy R ukdbtrai...@googlemail.com wrote: Hi; I'm trying to evaluate Google Web Toolkit pretty much as an experiment.  I have the

Re: Getting error $doc.getBoxObjectFor is not a function in Firefox 3.6

2010-03-28 Thread Rich
Is there any further information on how to modify 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 unsubscribe from this group, send email to

Modifying gwt-user.jar

2010-03-28 Thread Rich
Because of the doc.getBoxObjectFor is not a function problem with Firefox 3.6 I need to modify a source file in gwt-user.jar. Unfortunately I can't just upgrate gwt-user.jar to the new version because it is not supported by my version of IntelliJ IDEA 7.04 and it would cost me several hundred

Progress indicator

2010-03-28 Thread Vik
Hie In my gwt app when i hit say submit button in a form it takes a while to get the response from server. Currently it seems nothing is happened on clicking the button. So how to show some kind of indicator showing its in progress? Thankx and Regards Vik Founder www.sakshum.com

Re: Progress indicator

2010-03-28 Thread Thomas Broyer
On Mar 28, 6:49 pm, Vik vik@gmail.com wrote: Hie In my gwt app when i hit say submit button in a form it takes a while to get the response from server. Currently it seems nothing is happened on clicking the button. So how to show some kind of indicator showing its in progress? You

Re: Modifying gwt-user.jar

2010-03-28 Thread kozura
Easy, use SVN to check out the revision of GWT corresponding to the GWT version you need, make your changes, and recompile. Full instructions here: http://code.google.com/webtoolkit/makinggwtbetter.html#workingoncode -- You received this message because you are subscribed to the Google Groups

Re: Modifying gwt-user.jar

2010-03-28 Thread Thomas Broyer
On Mar 28, 5:49 pm, Rich rvdown...@gmail.com wrote: Because of the doc.getBoxObjectFor is not a function problem with Firefox 3.6 I need to modify a source file in gwt-user.jar. Unfortunately I can't just upgrate gwt-user.jar to the new version because it is not supported by my version of

migration from GWT 1.4 to GWT 1.7 throwing exception content type was text/palin

2010-03-28 Thread pravn
Hi, After migrating to GWT 1.7 from GWT 1.4 we are getting an exception saying content type was text/plain; Expcted text/x-gwt-rpc. Can anyone suggest what might be the reason? Is there any configuration changes required? We have checked the jar files used and all of them are from GWT 1.7

Re: Dom element returns null after uiBinder bound?

2010-03-28 Thread Thomas Broyer
On Mar 27, 4:08 pm, matttai matt...@hotmail.com wrote: Here it is in a quick summary: - I have declared a html cell element td Id=unit / in the uibinder xml file. - In composite widget i then bind the xml via : initWidget(binder.createAndBindUi(this)); - Directly after this i then call

Re: Error while lauching GWT module

2010-03-28 Thread kozura
Double check that the src directory is included in the run configuration under the Classpath tab. Eclipse can be too smart and know to find the java files from the Build Path without necessarily including them in the classpath, but the GWT compiler needs to be able to find them there. If you

Re: Developing 2.0 like forms using GWT

2010-03-28 Thread kozura
Vik, my answer to this and your other question is, you may not want to be using forms, which are more pre-AJAX ways of getting info from the user, and are included in GWT mostly for compatibility with existing form-based services. If you want a truly dynamic application with validations and the

Re: Modifying gwt-user.jar

2010-03-28 Thread Rich
On Mar 28, 1:11 pm, Thomas Broyer t.bro...@gmail.com wrote: It's Java, so putting a class with the very same fully-qualified name earlier in the classpath is enough to do an override; without even modifying the JAR. Or you can also modify the JAR (hint: a JAR is hardly different from a ZIP),

Re: Trying a simple Google Web Toolkit app, with no success

2010-03-28 Thread Jeremy R
On Mar 28, 9:33 am, bch...@gmail.com bch...@gmail.com wrote: 1. Like you said, the problem seems to be Resin. Did you try asking the Resin forums ? No - but I will ... 2. Resin 2 is like built in 2004. Did you try Resin 3 ? Nope - I don't have that option, since I'm constrained by my web

SVG in UiBinder templates

2010-03-28 Thread Lukas Laag
Hi, I have just completed a development to let one add SVG to UiBinder templates. You can instatiate an SVGImage widget, and specify the SVG either with an SVGResource from a client bundle, or directly inline. If you use the latter, you can bind variables to any element in the SVG document, add

Re: Object nog in gwt.rpc file?

2010-03-28 Thread Ed
I have been staring at the rpc.log file which contains something like this: --- bla.AdministratorDto Serialization status Not serializable Path 'bla.AdministratorDto' is reachable as a subtype of type 'class bla.MemberDto' 'bla.MemberDto' is reachable from field 'member' of

Re: Modifying gwt-user.jar

2010-03-28 Thread kozura
Hi Rich, I believe you'd just need to checkout svn/releases/1.6 1.6 instead of trunk. I'm not sure it there's something particular to do to get the proper version of the tools directory to match with that, but try it and see if it works. jk On Mar 28, 1:23 pm, Rich rvdown...@gmail.com wrote:

Re: Object nog in gwt.rpc file?

2010-03-28 Thread kozura
Maybe just throw the relevant bits of MemberDto and AdministratorDto classes up here - all the members and the constructor? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

load content of directory server side

2010-03-28 Thread sc3sc3 .
hi i have directory with images im my war file: /war/images how can i iterate over the contents of this directory when my application starts i have to build: ListString imageNames thanks for your time sc3*2 -- You received this message because you are subscribed to the Google Groups Google

Re: load content of directory server side

2010-03-28 Thread Jeff Chimene
On 03/28/2010 11:19 AM, sc3sc3 . wrote: hi i have directory with images im my war file: /war/images how can i iterate over the contents of this directory when my application starts i have to build: ListString imageNames thanks for your time sc3*2 Can you define the images

Re: Modifying gwt-user.jar

2010-03-28 Thread Rich
Well I finally got it but it wasn't nearly as simple as it should have been. After modifying the file and recompiling, then recompiling my program and uploading to my web site I kept getting the same errors. It seems that there is a hidden .svn directory containing files which automatically

Re: Modifying gwt-user.jar

2010-03-28 Thread Thomas Broyer
On Mar 28, 7:46 pm, Rich rvdown...@gmail.com wrote: On Mar 28, 1:11 pm, Thomas Broyer t.bro...@gmail.com wrote: It's Java, so putting a class with the very same fully-qualified name earlier in the classpath is enough to do an override; without even modifying the JAR. Or you can also

re: load content of directory server side Options

2010-03-28 Thread sc3sc3 .
Jeff Chimene wrote: On 03/28/2010 11:19 AM, sc3sc3 . wrote: hi i have directory with images im my war file: /war/images how can i iterate over the contents of this directory when my application starts i have to build: ListString imageNames thanks for your time sc3*2 Can you define the

Re: load content of directory server side Options

2010-03-28 Thread Chad
On the server, you can use Java (or whatever else you want). So, make an RPC call from the client to the server to get the file names. You could return a string array. On the server, it could be as easy as: public String[] getImageNames() { return new File('images').list(); } Obviously, you

Re: Developing 2.0 like forms using GWT

2010-03-28 Thread Vik
Hie yeah i m using formPanel just to wrap my gwt ui components. So, even after using gwt components like textbox etc I am not sure how to build a ajax type validation form. Please advise Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Sun, Mar 28, 2010 at 10:58

Session management in GWT

2010-03-28 Thread Vik
Hie I have a index.html page with a login module (build in gwt) embedded into it. Once the user provide authentication details and hit login button I am redirecting the user to a new page named AdminDashboard.jsp Now, I will be creating and embedding a dashboard using GWT components on this

Re: Developing 2.0 like forms using GWT

2010-03-28 Thread kozura
So don't use the FormPanel/Submit mechanism. Instead add handlers to the widgets for what you are trying to do, ala http://code.google.com/webtoolkit/doc/latest/DevGuideUiHandlers.html. For example you can add an Ok button with a ClickHandler that gathers all the values from the GWT widgets that

Few Openings in UI

2010-03-28 Thread sridevi macherla
Hi, Few openings in User Interface on Java/J2EE in my organization, anyone willing to relocate to bangalore and are interested. Can send me their resumes at the earliest. Profile: Exp 4+ UI: Java/J2EE/Servlets/JSP ( Core Java should be strong). Location : Bangalore. Thanks Sri -- You

Re: Developing 2.0 like forms using GWT

2010-03-28 Thread Vik
hie Great thanks.. along with this do you have any code example as well to do a quick start? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Mon, Mar 29, 2010 at 10:01 AM, kozura koz...@gmail.com wrote: So don't use the FormPanel/Submit mechanism. Instead add

Can someone brief out about MVP

2010-03-28 Thread sridevi macherla
Hi, Can someone brief out about Model View Presenter architecture... Thanks Sri -- 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,

Re: Can someone brief out about MVP

2010-03-28 Thread Prashant Hegde
Here is a good starting point http://code.google.com/webtoolkit/doc/latest/tutorial/mvp-architecture.html Prashant On 29-03-2010 11:10, sridevi macherla wrote: Hi, Can someone brief out about Model View Presenter architecture... Thanks Sri -- You received this message because you are

Re: [gwt-contrib] Re: Comment on IE8Support in google-web-toolkit

2010-03-28 Thread John LaBanca
You probably need to look into IE8 compatibility view: http://blogs.msdn.com/ie/archive/2008/08/27/introducing-compatibility-view.aspx In order to support web pages designed specifically for IE6/7, IE8 includes a compatibility view feature that will render pages using a different set of rules.