GWT

2008-09-06 Thread Daniel
Hi all, GWT is great! I'm following through the tutorial, but I've gotten stuck on the RPC stuff. When I run it I get this error: - [ERROR] Unable to instantiate 'com.google.gwt.sample.stockwatcher.server.StockPriceServiceImpl' java.lang.ClassNotFoundException:

Re: GWT

2008-09-06 Thread Daniel
This issue has been solved thanks to the help of a very informative irc #gwt member. :) On Sep 5, 3:28 pm, Daniel [EMAIL PROTECTED] wrote: Hi all, GWT is great! I'm following through the tutorial, but I've gotten stuck on the RPC stuff.  When I run it I get this error

Re: Invalid version number null when using the hosted mode

2008-09-16 Thread Daniel
appreciated!!! Daniel On Sep 15, 12:58 pm, WildWarrior03 [EMAIL PROTECTED] wrote: anybody found any solution? I am not using tomcat..I am not sure what is wrong..I also get the same error.. On Sep 5, 7:17 am, Noé [EMAIL PROTECTED] wrote: It works now. I think it was because of the cache

Re: Invalid version number null when using the hosted mode

2008-09-16 Thread Daniel
One more thing. I'm using JBoss and have tried clearing out all tmp/ work directories to no avail. Also, when looking at the access log in jboss you don't see a request for the hosted.html file. On Sep 16, 2:28 pm, Daniel [EMAIL PROTECTED] wrote: I'm getting this same problem.  I'm using osx

Re: Star project and RSS feed of releases

2009-04-08 Thread daniel
http://code.google.com/p/google-web-toolkit/ On 8 Apr., 23:15, Sam Halliday sam.halli...@gmail.com wrote: Dear all, All Google Code projects have a Star this button on their front page, and an RSS feed for files. However, because GWT is not really on Google Code, it misses these standard

Problem matching an empty cell in a Grid

2009-04-15 Thread Daniel
Hi all I hope that you can help me with a small issue I am having. Basically I am trying to get my program to return true when a cell in a grid is empty. I have found that if I print the contents of the 'empty' grid to console it is a single space character but if I try to match it to that it

Re: getting the same error

2009-05-20 Thread Daniel
Somehow the reference to the original post got lost strange: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/e39670388248ada8 On 20 Mai, 09:38, DanielK dkim...@googlemail.com wrote: I am getting the same error, is there a solution yet?

Re: Multiple Draggabe Widgets in a draggable container ?

2009-05-26 Thread daniel
public void addMouseListener(MouseListener listener) { this.addMouseListener(listener); } thats an infinite recursion - and the reason for the stackOverflow simply call addMouseListener and do not override the method On 26 Mai, 09:55, Nicholas nicholasfle...@gmail.com wrote: Hi ! I'm

async code and the callback-chain

2009-06-12 Thread daniel
hi all, I hope someone can help to find a solution to the following problem: I have some complex code that may need data from the server. When I make a request I get the data asynchronous, so I have to provide a callback to handle the response. Now all the code that use this function need a

Re: async code and the callback-chain

2009-06-12 Thread daniel
to get rid of the callback chain. On 12 Jun., 18:06, Ravi ping2r...@gmail.com wrote: Daniel, First thing, With Asynchronous call you should never get the Stack over flow as Asynchronous calls are running in different thread and your function retursn back before calls finish. But i think you have

jetty classpath in hosted mode?

2009-07-22 Thread Daniel
how can the classpath for the embedded jetty in hosted mode be configured? problem is that i need to read and write files from an rpc server implementation on the server side. as long as these files are located in the war directory everything is working fine. but i'm not able to put them into

Re: jetty classpath in hosted mode?

2009-07-23 Thread Daniel
come on. no one? On 22 Jul., 20:53, Daniel mail...@googlemail.com wrote: how can the classpath for the embedded jetty in hosted mode be configured? problem is that i need to read and write files from an rpc server implementation on the server side. as long as these files are located

GWT 1.7 - Problems with compile/browse from hosted mode

2009-08-20 Thread Daniel
and what I could do to prevent it. Why is the attribute com.google.gwt.dev.shell.workdirs not set and how can I set it (to which value)? Thanks in advance and kind regards, Daniel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Is there a way to override standard.css inline in UiBinder?

2010-04-25 Thread daniel
have a look at @external http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideClientBundle.html#Selector_obfuscation On 25 Apr., 22:36, Tristan tristan.slomin...@gmail.com wrote: Hey, Does anyone have an idea how to override standard.css inline in UiBinder?  For example,

Re: Is there a way to override standard.css inline in UiBinder?

2010-04-25 Thread daniel
just made that up, would that even work? Tristan On Apr 25, 4:36 pm, daniel d.brelov...@googlemail.com wrote: have a look at @externalhttp://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideClien... On 25 Apr., 22:36, Tristan tristan.slomin...@gmail.com wrote: Hey, Does

Re: UIBinder, PushButton and nested ui:field problem

2010-04-28 Thread daniel
write: public static MyButtonUiBinder uiBinder = GWT.create(MyButtonUiBinder.class); On 28 Apr., 18:38, Ulon monz...@gmail.com wrote: HI! I have a problem understanding how UIBinder really works. Let me show you the example I'm trying to run: public class MyButton extends

Re: UIBinder, PushButton and nested ui:field problem

2010-04-28 Thread daniel
or try this: public class MyButton extends Composite { interface MyButtonUiBinder extends MyButtonUiBinderPushButton, MyButton {} public static MyButton UiBinder uiBinder = GWT.create(MyButtonUiBinder.class); private final PushButton button; public SelectedButton() {

Re: UIBinder, PushButton and nested ui:field problem

2010-04-28 Thread daniel
sorry for the last post - i wasn't ready when i send... so again - you can also try: public class MyButton extends Composite { interface MyButtonUiBinder extends UiBinderPushButton, MyButton {} public static MyButtonUiBinder uiBinder = GWT.create(MyButtonUiBinder.class); private final

Re: jQuery with GWT

2010-05-06 Thread daniel
http://code.google.com/p/gwtquery/ On 7 Mai, 07:06, Tapas Adhikary tapas4...@gmail.com wrote: Hi All, Can somebody give some idea on integrating jQuery with GWT ? I have a project built on GWT and I would like to use jQuery in the project. How Smooth it is to integrate the both ? Is it

ImageSpriting now working in mobile Safari? gwt + phonegap

2010-05-11 Thread Daniel
Im building a phonegap Application with GWT and started switching my css files to ClientBundles and ImageSpriting with GWT 2.0 the css file looked something like: @sprite #someId { gwt-image: headerMiddle; position: relative; height: 40px; border-bottom: 1px solid rgb(45, 54,

Using HashCodeBuilder and EqualsBuilder (Apache Commons) with GWT

2010-05-18 Thread Daniel
For anyone interested in using Apache Commons Lang's HashCodeBuilder and EqualsBuilder in a GWT project, there is now an open source, GWT- friendly implementation available at http://gwt-hashcode-equals.googlecode.com . -- You received this message because you are subscribed to the Google Groups

Re: UiBinder - VerticalPanel not applicable for the argument SelectElement ...

2010-06-29 Thread daniel
try: g:VerticalPanel g:LabelDiscovery/g:Label g:ListBox ui:field=discovery/ /g:VerticalPanel or: g:HTMLPanel table trtddiscovery/td/tr trtd select ui:field=discovery/ /td/tr /table /g:HTMLPanel HTML-elements and widgets can only be mixed in a

Re: GWT client as Maven module in multi-module project

2010-07-15 Thread Daniel
The GWT Maven plugin deviates from the standard Maven directory structure by default, to accommodate the Google Plugin for Eclipse's default directory structure. If you want to use the standard Maven directory layout (with the static resources for your War file in src/ main/webapp instead of the

Re: PagingScrollTable Auto Resize

2010-09-10 Thread daniel
query the container widget's size in a deferred command (http:// code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/ google/gwt/user/client/DeferredCommand.java?r=1061) so the browser has time to calculate the containers size before you ask for it On 10 Sep., 18:06, Maurice

Re: UiBinder CSS class renaming

2010-09-14 Thread daniel
http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideUiBinder.html#Programmatic_access On 13 Sep., 05:53, hendrix.jason hendrix.ja...@gmail.com wrote: I'm using uibinder where i have defined a style in the ui.xml file. I have a list of hyperlinks being used as a menu. I have a class

Re: MVP pattern and dynamic widgets

2010-09-20 Thread daniel
Maybe you can give the Tags (currentUser.getTags()) to the view, so that the view is responsible for creating checkboxes or whatever, so the presenter does not have to deal with widgets. the view can map each Tab to the created Checkbox (to avoid the for- loop) und call a method like

Re: Where can I find documentation to GWT MVP comming with version 2.1

2010-09-30 Thread Daniel
I just wrote a blog post about gwt 2.1 m3 mvp, containing a small example how to use activities and activitiesmappers: http://blog.daniel-kurka.de/2010/09/testdriving-gwt-mvp-from-gwt-21-m3-part.html On 28 Sep., 21:25, Kasper Hansen kbhdk1...@gmail.com wrote: Sounds good !! Can you provide a

Possible bug with ImageResource

2009-12-30 Thread Daniel
Hi, It seems that GWT has problems loading certain png's into a ClientBundle. I will happily pass the image along to any other dev who wants to test it. The error in full: Compiling module org.codingventures.uiwithtest.UiWithTest [ERROR] Errors in

Re: Possible bug with ImageResource

2009-12-30 Thread Daniel
The image in question was being used in an image hover. I merged the image with the hover image (as recommended in this tutorial here: http://www.kyleschaeffer.com/best-practices/pure-css-image-hover/), and GWT was able to load it into the clientbundle. On Dec 30, 2:16 am, Daniel doubleagen

Simple UiBinder question about ui:image resource=....

2009-12-31 Thread Daniel
Here's a valid ui.xml file: ?xml version=1.0 encoding=UTF-8? !DOCTYPE ui:UiBinder SYSTEM http://dl.google.com/gwt/DTD/ xhtml.ent ui:UiBinder xmlns:ui=urn:ui:com.google.gwt.uibinder xmlns:g=urn:import:com.google.gwt.user.client.ui ui:style field=IekyStyle .anchorWrapper a {

AWT emulation in GWT

2010-01-03 Thread Daniel
comprehensive. Does anybody know a) if there is a project making a serious attempt at adding AWT to the GWT emulated JRE? b) any reason that such an endeavour would be impossible? c) what the best place to start would be? thanks, Daniel -- You received this message because you are subscribed

Re: Specifying -bindAddress 0.0.0.0 with gwt-maven-plugin

2010-03-07 Thread Daniel
Nice one! To get it to work on my Windows machine I had to change the single quotes to double quotes. i.e. logLevelINFO -bindAddress 0.0.0.0 -logLevel INFO/logLevel On Mar 5, 7:22 pm, Filip Balejko filip.bale...@gmail.com wrote: While waiting for support from gwt-maven-plugin, you can use this

Running Hupa in Hosted Mode

2009-09-13 Thread Daniel
In my attempt to run hupa in hosted mode I receive the following error. Could anyone provide some direction as to what may be going on here? [WARN] Failed startup of context com.google.gwt.dev.shell.jetty.JettyLauncher $webappcontextwithrel...@dab19a{/,C:\Documents and Settings\dsimons

Re: Running Apache Hupa sample of GWT MVP

2009-09-13 Thread Daniel
After checking out the hupa project, then importing into Eclipse I get compile errors for javax.activation imports in AbstractSendMessageHandler.java. I found that there is an issue using Sun JARs with Maven, and attempted to add the javax.activation dependency in my pom.xml, but the errors

Re: Running Apache Hupa sample of GWT MVP

2009-09-13 Thread Daniel
Could be more explicit about how to get the hupa project running in hosted mode from eclipse. The following error occurs in my attempt to run in hosted mode: [WARN] Failed startup of context com.google.gwt.dev.shell.jetty.JettyLauncher $webappcontextwithrel...@dab19a{/,C:\Documents and

Re: Running Apache Hupa sample of GWT MVP

2009-09-13 Thread Daniel
to restriction on required library C:\Program Files\Java \jdk1.6.0_11\jre\lib\rt.jar I found a guide to installing third party jars with maven - http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html , however, I am unsure about how this is done via eclipse. Thanks, daniel On Sep 5, 2:30 pm

Date-String, String-Date

2009-09-23 Thread Daniel
I have a class called DateFormatter, which currently lives in both the client and server directories, because I haven't found a way to do what it does within a single file, or rather what I want it to do within a single file. Here's what the code looks like on the server side:

Re: Date-String, String-Date

2009-09-23 Thread Daniel
Here's my quick, lame, unreliable implementation if anyone wants it. package ...; import java.util.Date; /** * I had to roll my own implementation (and it's not particularly good), * because a client solution and a server solution were mutually exclusive. * This will only parse and return

Re: ClosingHandler to prevent user from navigating away

2009-09-25 Thread daniel
make sure you use ClosingHandler and not CloseHandler... if a ClosingEvent arises set a message on the event - this will cause the browser to show a dialog with your message where the user have to confirm that he wants to leave the page On 25 Sep., 16:22, Marcelo Sena marceloslace...@gmail.com

Re: If anyone has a google wave invite - cough - please?

2009-09-30 Thread daniel
I would be happy to get one too ;) On 30 Sep., 14:26, Paul Hargreaves cbassthef...@yahoo.co.uk wrote: If anyone has a google wave invite may I beg an invite off you please :o)   Thx Paul --~--~-~--~~~---~--~~ You received this message because you are subscribed

History handling

2009-10-04 Thread Daniel
Hello there! I'm writing a GWT api for use in my web applications, and one of the problems I'm running into is an inability to distinguish between user input on the address bar and the back and forward buttons. I've got only a little over 1000 LOC written, so I'm not opposed to scrapping the

Re: History handling

2009-10-05 Thread Daniel
Here's how I'd like it to work: User enters a URL: new token is removed from the current history without reloading elements on the page, token is evaluated by the developer's StateHandler's validateToken() method, and ClientHistoryHandler.update() is called with a proper token. User hits

Re: History handling

2009-10-05 Thread Daniel
Here's how I'd like it to work: User enters a URL: new token is removed from the current history without reloading elements on the page, token is evaluated by the developer's StateHandler's validateToken() method, and ClientHistoryHandler.update() is called with a proper token. User hits

Re: History handling

2009-10-05 Thread Daniel
Here's how I'd like it to work: User enters a URL: new token is removed from the current history without reloading elements on the page, token is evaluated by the developer's StateHandler's validateToken() method, and ClientHistoryHandler.update() is called with a proper token. User hits

Re: History handling

2009-10-05 Thread Daniel
Here's how I'd like it to work: User enters a URL: new token is removed from the current history without reloading elements on the page, token is evaluated by the developer's StateHandler's validateToken() method, and ClientHistoryHandler.update() is called with a proper token. User hits

Re: History handling

2009-10-05 Thread Daniel
Here's how I'd like it to work: User enters a URL: new token is removed from the current history without reloading elements on the page, token is evaluated by the developer's StateHandler's validateToken() method, and ClientHistoryHandler.update() is called with a proper token. User hits

Re: String to date in client server side

2009-10-05 Thread Daniel
Is this similar to your problems? http://groups.google.com/group/google-web-toolkit/browse_thread/thread/20aa9df09d1d9ee3/63f4f2bec3783fa3?hl=en#63f4f2bec3783fa3 I had to roll my own solution - you may have too also. Good luck with getting help here. On Oct 5, 6:46 am, Rafael Albani

Re: Editable ListBox

2009-10-19 Thread daniel
if you don´t want to use ext-gwt, you can use a SuggestBox and provide a fixed list of items to the SuggestOracle On Oct 19, 10:42 am, Kanat Abaykhan abaykhan.ka...@gmail.com wrote: Hello Guys, Does GWT support editable ListBox? --~--~-~--~~~---~--~~ You

404 not found when POSTing to servlet - GoDaddy issue

2009-11-30 Thread Daniel
I've been in touch with GoDaddy's tech support because I'm convinced that it's an issue with the directory layout and/or config files, but they keep telling me it's a different issue. Maybe it is (I don't really understand this apache/tomcat stuff). Site is at

Re: 404 not found when POSTing to servlet - GoDaddy issue

2009-11-30 Thread Daniel
I've currently removed it and just uploaded it as a war file. I'm not sure - maybe Tomcat will fix the issue when it explodes. On Nov 30, 4:36 pm, Daniel doubleagen...@gmail.com wrote: I've been in touch with GoDaddy's tech support because I'm convinced that it's an issue with the directory

How to hot fix a common GWT widget without recompiling the GWT module?

2010-10-14 Thread Daniel
to be compiled with this new fix. I wonder is there a way to do this? I am using GWT v2.0.1. Our product is already deployed on the customer site just want to hot fix their environment. I appreciate and thank you for your responses. Daniel -- You received this message because you

Re: How to hot fix a common GWT widget without recompiling the GWT module?

2010-10-15 Thread Daniel
Hi Michael, Thanks for your reply. Can you explain the super-source option? Thanks Daniel On Oct 14, 1:55 pm, mmoossen mmoos...@gmail.com wrote: hi Daniel! if the fix affects only non-private members, the best is to extend the widget by your own. if not possible, then one possibility i

Re: Happy New Year to the GWT team

2010-12-31 Thread daniel
Thatbytes superco...@gmail.com Best wishes for 2011 to the GWT team. GWT is awesome. Daniel -- 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

Location.getParameter() returns nothing in GWT 2.1

2011-01-11 Thread Daniel
In GWT 2.1, the Location.getParameter(action) returns nothing. But Location.getQueryString() is able to get all the query parameters and had to workaround using the query string. I am using IE 6. Is this a bug in GWT 2.1? -- You received this message because you are subscribed to the Google

Network visualization with GWT

2011-02-15 Thread Daniel
I'd like to integrate network visualization into my GWT app. Here's what I've found thus far: *Drawing:* gwt graphics http://code.google.com/p/gwt-graphics/ *Network libraries:* graphviz http://www.graphviz.org (specifically neato for the layout) JUNG http://jung.sourceforge.net (doesn't work

Re: Network visualization with GWT

2011-02-16 Thread Daniel
I'm going to try to get this working today. Thanks for the link! -- 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

weird effect with UmbrellaExceptions in GWTTestCase?

2011-02-21 Thread daniel
I noticed a weird effect if an UmbrellaException is thrown inside a GWTTestCase. The test does not fail but hangs until timeout. Can someone confirm this behavior? my code to test this: public void test() { SetThrowable exceptions = new HashSetThrowable(); exceptions.add(new

Re: High-performance GWT: best practices for writing smaller, faster apps

2011-05-14 Thread Daniel
Here you go: http://www.youtube.com/watch?v=0F5zc1UAt2Y On May 13, 4:42 pm, Nicolas Antoniazzi nicolas.antonia...@gmail.com wrote: Hi, in the Google I/O, David Chandler did a presentation about best practices with GWT. I have gone to youtube, on the google developer

MultiWordSuggestOracle: disable auto sorting

2011-06-07 Thread Daniel
tried to write a subclass of MultiWordSuggestOracle without alphabetical sorting, but there are many private attributes I can't access in the subclass, so I would have to rewrite the whole class (+ dependencies)? Thanks, Daniel -- You received this message because you are subscribed

Re: GWT SEO

2011-06-07 Thread Daniel
As far as I know there isn't anything else you can do, except for the official google ajax solution you mentioned: http://code.google.com/web/ajaxcrawling/docs/getting-started.html I'd be very interested in this, too;) Also I'm thinking: If I provide very simple html pages of the GWT content

MultiWordSuggestOracle without automatic sorting?

2011-06-07 Thread Daniel
already tried to write a subclass of MultiWordSuggestOracle without alphabetical sorting, but there are many private attributes I can't access in the subclass, so I would have to rewrite the whole class (+ dependencies)? Thanks, Daniel -- You received this message because you are subscribed

Re: GWT SEO

2011-06-07 Thread Daniel
Thanks for your reply. However, for already coded projects it might be hard to add yet another framework. Isn't it possible to use that crawlerservice URL just with a regular GWT app? And then just the crawlerservice app is written with GWTP. Oh and @maq: sorry for asking questions here in your

GWT Googlebot/SEO questions

2011-11-23 Thread Daniel
Hi, I have 3 questions regarding GWT Apps and search engine crawlers (particularly googlebot): 1. I implemented the AJAX crawling scheme http://code.google.com/web/ajaxcrawling/docs/getting-started.html on some websites with static small HTML pages created on the server for googlebot. However

Re: GWT Googlebot/SEO questions

2011-11-23 Thread Daniel
thanks for your answer. So I'll force some link tags to the GWT HTML output too, even though the static HTML output has links. Just to be sure, in case google checks the javascript-version for links every now and then. Another related question: I noticed twitter uses 302 redirects. Any ideas

Re: GWT Googlebot/SEO questions

2011-11-23 Thread Daniel
But why don't they do a 301 redirect then? It seems to me they want google crawl twitter.com/username and point to those pages on the index. And yet they don't want their users to see those pages, so they redirect them to twitter.com/#!/username instead. Should I do such redirects too? I'm

Window Frozen

2011-12-16 Thread Daniel
in advance Best Regards Daniel -- 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

Start GWT App from JavaScript

2011-12-17 Thread Daniel
Hi, I want to embed a GWT App into another non-GWT website. Probably about 90% of the time the GWT App won't be needed by the user. So I don't want to include the nocache.js file when the page first loads. I'd rather include it via JavaScript when the user needs some GWT features. I tried

Re: Start GWT App from JavaScript

2011-12-17 Thread Daniel
Thanks. But I assume before I can call the exported functions from JavaScript I still have to include the GWT App (i.e. nocache.js) into the webpage? Or how else would JavaScript know of these functions? So this brings me back to the original problem how to start the GWT app from JavaScript.

Re: Start GWT App from JavaScript

2011-12-17 Thread Daniel
I did read it. But according to their simple demo I still have to include the generated .js file directly into the html page: http://code.google.com/p/gwt-exporter/source/browse/trunk/samples/src/main/java/simpledemo/public/SimpleDemo.html So how could I use gwt-exporter to start the GWT app

Re: Start GWT App from JavaScript

2011-12-17 Thread Daniel
How can I delay the loading of the js file and not directly included in your html page ? That's exactly the question here;) Seems to me I have to include the first nocache.js file on the host page and can NOT include this dynamically from JavaScript? Code splitting and runAsync() isn't really a

Re: Start GWT App from JavaScript

2011-12-17 Thread Daniel
The nocache.js file from gwt-exporter also can't be loaded dynamically (not with document.write() and not with the function from your link above). Seems to me writing a linker is the only solution? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

How to mark a field as completely hidden for smartgwt ListGrid?

2012-01-04 Thread Daniel
? Thank you Best Regards Daniel -- 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

GWT Cross Site Iframe Linker and Script Tags

2012-07-23 Thread Daniel
Hi, can someone please explain to me the technical details why the xsiframe Link can not compile GWT apps which load script tags in their .gwt.xml module? It gives the following error: [ERROR] The Cross-Site-Iframe linker does not support script tags in the gwt.xml files, but the gwt.xml file

Re: GWT Cross Site Iframe Linker and Script Tags

2012-07-24 Thread Daniel
Thanks for the explanation. I find this very interesting. This means I'll be able to extend the CrossSiteIframeLinker Linker and overwrite the fillSelectionScriptTemplate() function to include all required scripts with sth like document.write() or

Failure to send xml POST request in GWT

2013-06-13 Thread Daniel
Hello guys, I am trying to send xml in POST request in GWT, but no responses or success, see my code below: RequestBuilder builder = new RequestBuilder(RequestBuilder.POST, URL.encode(url)); logger.log(Level.INFO, Building payload+builder.toString()); try {

Re: Failure to send xml POST request in GWT

2013-06-13 Thread Daniel
I have noted also, even firebug does not register the POST request I made, it just load loaded the post domain. On Thursday, June 13, 2013 12:30:55 PM UTC+3, Daniel wrote: Hello guys, I am trying to send xml in POST request in GWT, but no responses or success, see my code below

Re: Failure to send xml POST request in GWT

2013-06-13 Thread Daniel
Hi Alfredo; Still not sure what is the issue, but when i try to remove the port and send my POST request to the IP only, the request goes out, but with a port it does not , does WTP have issues with port? Regards, Daniel. On Thursday, June 13, 2013 3:43:30 PM UTC+3, Alfredo Quiroga-Villamil

Re: Failure to send xml POST request in GWT

2013-06-13 Thread Daniel
yes true, seemed SOP is the problem https://developers.google.com/web-toolkit/doc/latest/FAQ_Server#What_is_the_Same_Origin_Policy,_and_how_does_it_affect_GWT Regards, Daniel. On Thursday, June 13, 2013 3:43:30 PM UTC+3, Alfredo Quiroga-Villamil wrote: Notorious SOP issue at hand perhaps

Re: OnFailure getting executed even though server code does not return any errors

2008-09-19 Thread Daniel Kurka
set the loglevel of your tomcat in embedded mode to a lower level an you will be seeing the exception regards daniel Ryan schrieb: danke lothar, I am running this application in the hosted modeand not on Tomcat. And I dont see any logs being generated for the application in the hosted

Re: where is my -xs output?

2008-10-05 Thread Daniel Kurka
Hi Paul, you don`t get any extra output anymore, but all the dirrented has.html files should be named hash.js. I did the exact same thing and it worked for me. 2008/10/5 Paul [EMAIL PROTECTED] Using 1.5.2 I have left the gwt.xml file completely as is, except added the tag add-linker name=xs

Re: JSP in GWT

2008-10-10 Thread Daniel Kurka
Hello tony,you can use a frame to do that. If you wish to use a JSP in hosted mode take a look here: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/dacde7a41e5b881d/f9186d10c219 2008/10/6 tony [EMAIL PROTECTED] Hello, I'm working on a project which already have

Re: How to refresh a component or page in GWT

2008-10-10 Thread Daniel Kurka
you should be asking this question in the ext-gwt user forums ext-gwt is layouting widgets lazily meaning you have to call layout after removing widgets. 2008/10/8 alex.d [EMAIL PROTECTED] Sorry, i'm not using ext-gwt - you should probably ask that in ext- gwt's forum. But basically you are

Re: Have source code in Frame contact GWT application

2008-10-13 Thread Daniel Kurka
] 'in tmpcallstatic!' [meaning that we got contact to the static java method] Then it stops. So this means that [EMAIL PROTECTED] did not work. How can this be? I can sort of understand that this. does not work. But then again, I think it should :) Any help? /Tobias On Oct 10, 8:17 am, Daniel Kurka

Re: Parameter passing between host jsp and embedded gwt application

2008-10-15 Thread Daniel Kurka
Im using a dictionary to do the exakt same thing and it works very good even with large amounts of data. you simply have forgotten the closing in the dictionary variables. 2008/10/15 Kevek [EMAIL PROTECTED] Hello, I have recently begun updating a web page for my company to be a bit more

Re: RPC failure with no useful information.

2008-10-19 Thread Daniel Kurka
I would suggest setting a lower loglevel. then you will be able to see the server side exception in the gwt window... 2008/10/19 jones34 [EMAIL PROTECTED] I'm getting an RPC failure (client stack trace below). The message says to check the server logs, but there's nothing in them. Stepping

Re: RPC Image

2008-10-29 Thread Daniel Kurka
2008/10/23 Jim Freeze [EMAIL PROTECTED] Hi On Thu, Oct 23, 2008 at 9:54 AM, Jason Essington [EMAIL PROTECTED] wrote: Although you could certainly return the bytes of an image via RPC, once you have them on the client side, there is no way to actually turn those bytes into an image

Re: Reg:image format with extension .tiff

2008-11-25 Thread Daniel Kurka
browsers can not display tiff files you have to convert the image on the serverside to a tjpg and then send it to the browser 2008/11/26 ramesh_mantra [EMAIL PROTECTED] hai all, i want to display .tiff image in my application. if i use .jpg format it is displaying bit .tiff is not

Re: javascript setTimeout method isnt working

2008-12-07 Thread Daniel Kurka
Try this instead: public static native void repeatTime() /*-{ bla = @com.google.gwt.client.myreminders::testtry()(); t=setTimeout(bla,500); }-*/; public static void testtry(){ int i = Random.nextInt(); login_name.setText(+i); } 2008/12/7 prat [EMAIL PROTECTED] public

GWT and Tapestry 5 integration

2009-01-06 Thread Daniel Jue
into the web app source. RPC Service class files end up in the target dir with the Tapestry class files. If you are interested, please let me know what improvements I can make. Regards, Daniel Jue --~--~-~--~~~---~--~~ You received this message because you

Re: Using JDBC realm-based authentication in GWT

2009-01-06 Thread Daniel Jue
I agree, using a realm (and useful options like digest) should be completely transparent to the application. Daniel Jue On Tue, Jan 6, 2009 at 2:07 PM, Sumit Chandel sumitchan...@google.com wrote: Hi JCM, As far as I know, JDBCRealm is a completely server-side facility for managing accesses

Re: Unit test: how to access an HTML page?

2009-01-25 Thread Daniel Wellman
GWTTestCase runs your test method as a special page inside an invisible hosted mode browser. Unfortunately, that means there's no way to specify the HTML that should be used as part of that page. So your instinct was right -- you'll need to set up the code in the DOM like demonstrated here:

Re: Problem Runnig GWTTestCase on Linux

2009-01-25 Thread Daniel Wellman
See this thread for more information on using Xvfb and/or awt.headless mode: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/69a215220a26316/ On Jan 17, 3:24 pm, Arthur Kalmenson arthur.k...@gmail.com wrote: I remember having a similar problem a while back. I think I

Re: whitelist

2009-01-27 Thread Daniel Kurka
your webservice with an ajax request you have to first contact the server with an rpc call and he can call the webservice and return the result to the browser Daniel 2009/1/27 Arend van der Veen arend.vanderv...@gmail.com HI All, I am developing a GWT application with requires access

Re: Singleton with FF

2009-01-27 Thread Daniel Kurka
Could you post a code short code example demonstrating that issue? by the way: which gwt version are you using? 2009/1/27 Yousef.Ghandour yousef.ghand...@gmail.com I've created a single class, with singleton patter, and called the method getInstance() to obtaine a reference to that object.

Re: GWTTestCase v/s Selenium

2009-01-28 Thread Daniel Wellman
I've always used Selenium directly. You can start by using the Selenium IDE to record the script, but for an AJAX application, you'll need to tweak the script by hand to add the appropriate waitFor() commands (e.g. waitForVisible, waitForElementPresent, etc.) to ensure that your script waits for

Re: JUnit tests for widgets

2009-01-31 Thread Daniel Wellman
Unfortunately, the event propagation system doesn't work in GWTTestCase - so that means you can't send a click() message to a Button and expect the registered ClickListeners to be notified. This means you wouldn't be able to test clicking on an Anchor in a test and verifying any resulting

Re: How do you design your project structure?

2009-02-10 Thread Daniel Jue
You can take a look at the various extensions out there . (I don't know what the GWT community official calls them) to get an idea of packaging, like Ext-GWT, GWT-Ext, (I forget but one of them is called GXT), Smart GWT. etc. Some of the Explorer demos show some package structures you may find

Re: GWT and Tapestry 5 integration

2009-02-15 Thread Daniel Jue
j.casey.one...@gmail.com wrote: Thanks for putting this up. I'm going to take a look it at now. On Jan 6, 1:51 pm, Daniel Jue teamp...@gmail.com wrote: Hi, I'm relatively new to GWT, but I've been working with Apache Tapestry 5 for a while now. I've written a tutorial (with source

Re: Using GWT on an existing Java application

2009-02-19 Thread Daniel Jue
On Thu, Feb 19, 2009 at 6:21 PM, FractalBob ruom...@gmail.com wrote: Hi, I developed a Swing-based mail application that I'd like to convert to JavaScript. Is this the sort of thing that GWT can do? No, it's not going to convert it for you. Your benefit is that building the GUI is similar

Re: How to do automatic testing of GWT web application

2009-02-21 Thread Daniel Wellman
Try looking at Selenium, which lets you write test scripts which can control IE, Firefox, and Safari. http://seleniumhq.org/ GWT 1.5 introduced a feature which made it easy to add DOM IDs for writing browser tests with tools like Selenium, see the JavaDoc for UIObject#ensureDebugId:

  1   2   3   4   5   6   7   8   9   10   >