Can't Get Breakpoints to Work with Ecliose Luna and GWT 2.7

2015-04-25 Thread Ray Jantz
Hi, I've done a lot of programming, but am new to web development. I installed Eclipse Luna and GWT 2.6 plugin and have beat my head against the wall trying to get breakpoints to work, Thinking it might be better with GWT 2.7, I pointed Eclipse to my local 2.7 installation, but no luck. I've

Re: When Migrating JsInterop from GWT-Exporter to @JsInterface, JSORestrictionsChecker throws NullPointerException

2014-06-06 Thread 'Ray Cromwell' via Google Web Toolkit
JsInterop is only half implemented and not for use right now. There are several big patches that are going to land soon which change a lot about it. I would hold off using it until then. On Fri, Jun 6, 2014 at 1:24 AM, 田传武 wrote: > Hello, > > I tried converted two projects we are currently usi

Re: Thoughts on GWT 3.0 re: Java 8 and IE 8/9

2013-10-25 Thread Ray Cromwell
. Daniel Kurka will have a talk on this. -Ray On Friday, October 25, 2013 10:32:27 AM UTC-7, Timothy Spear wrote: > > Ray, > > There is already two existing versions of most container components. Are > you stating GWT will introduce a third? Or just migrate the Layout ones? >

Re: Thoughts on GWT 3.0 re: Java 8 and IE 8/9

2013-10-25 Thread Ray Cromwell
I think what we're really thinking about doing is preserving IE8 for the existing gwt widget stuff, but any features (APIs) we add going forward are going to leverage modern browser stuff, and we are not going to design (poorly performing, hacky) fallback/polyfill workarounds. For GWT 3.0, we

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-20 Thread Ray Cromwell
If I told you the number of monthly active GWT developers, I think you would be quite impressed. A hangout sounds like a good idea, I will look into setting one up soon. -Ray On Friday, April 20, 2012 4:15:27 PM UTC-7, Joshua Kappon wrote: > > Thanks for commenting Ray (and also for k

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-20 Thread Ray Cromwell
Over the past year, the GWT team did lose some people (Ray Ryan/Bob Vawter), some moved to other projects, and some recently left for a startup (Bruce/Joel/Kelly). One of our team members went for maternity leave, as a result, we didn't have enough resources to simultaneously focus o

GWT POPUP Z AXiS Order and after Keypress data change handler

2011-12-20 Thread RAY RAY
Dear Friends, i have a project on going and i need some help from you guys I have 2 questions I create a TabSet and a newTAB in it. inside the TAB i put a TextBox 1- I add an eventhandler to text box every time event fired a popup is set to be shown and after a while set to be hide. unfortu

Re: [gwt-contrib] [ANN] Scala+GWT 0.1-M1 released

2011-09-01 Thread Ray Ryan
Woo hoo! On Thu Sep 01 09:26:47 GMT-700 2011, Grzegorz Kossakowski wrote: > Hello, > > I'm excited to announce first milestone of Scala+GWT project. > > Download (and then follow README instructions) from here: > http://goo.gl/Ym3xU >

Positioning a Widget using CSS

2011-03-21 Thread Ray Mammola
How do I control the position of a widget in a LayoutPantel, for instance a button or textbox, using CSS? -- 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 unsubscr

Re: Server Push

2011-02-20 Thread Ray Tayek
At 03:07 PM 2/20/2011, you wrote: ... On 2/20/2011 11:02 AM, Nate wrote: ... The user will establish a connection at some point. Only one user will connect at any time. if you only have a small number of clients, http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ#Server

Re: [gwt-contrib] Re: Announcing GPE/GWT 2.2 RC1

2011-02-08 Thread Ray Ryan
It's not so much about missing features (although it will be nice to be allowed to use and emulate features that were added to the language more than four years ago). It's more about being in step with the rest of Google's code base. Having to keep an eye out for 1.6'ism creeping in has been a non-

Re: cannot install gwt IE developer plugin

2011-01-24 Thread Ray Marceau
I am also having the same issue when installing on 2 separate Windows XP 32bit machine. With Antivirus turned off. I was able to install the plugin using an offline installation from the following site: http://ui-programming.blogspot.com/2009/12/update-your-application-to-gwt-20.html but it appe

Re: Deprecation of DockPanel

2011-01-19 Thread Ray Ryan
88 > <http://code.google.com/p/google-web-toolkit/issues/detail?id=5888> > Thanks, > John LaBanca > jlaba...@google.com > > > On Wed, Jan 19, 2011 at 10:42 AM, Ray Ryan wrote: > >> Fine with me. >> >> >> On Wed, Jan 19, 2011 at 7:37 AM, John LaBanca w

Re: Deprecation of DockPanel

2011-01-19 Thread Ray Ryan
Fine with me. On Wed, Jan 19, 2011 at 7:37 AM, John LaBanca wrote: > DockPanel doesn't always work correctly in standards mode. Specifically, > setting the cell width/height via DockPanel.setCellWidth/Height() is almost > meaningless and will lead to incorrect behavior in standards mode. Howev

newbie: wrap a an input radio button modified by jquery

2010-12-12 Thread Ray Tayek
hi, my html person wants to use jquery. the html starts looking like: value="choice-1" checked="checked" />. this gets turned into some kind of JavaScript$ obect. i can wrap get this by id and wrap it in a simple radio button: Element on = Element.as(RootPanel.get("poweron").getElement()); Si

Re: Best practises in automatic test and deployment

2010-12-01 Thread Ray Tayek
At 06:10 AM 12/1/2010, you wrote: ... I am looking for some good tools which help me with deploying my application automaticly in a tomcat test server and later on the production server. ... What I am still missing is a automatic way of generating war files which are deployed on the test server(w

Re: "Large scale application development and MVP" tutorial / no Places or Activities

2010-11-30 Thread Ray Ryan
ivity != Presenter. > > I think some of the reason for the confusion around Activity vs. > Presenter has been that the community has different definitions of > what is a presenter. In the first version of the gwt-presenter > framework (and perhaps Ray Ryan's MVP talk at I/O '0

Re: Generating build.xml file for web app

2010-11-29 Thread Ray Tayek
At 02:00 PM 11/29/2010, you wrote: ... but I don't know how to generate the ant build script ... i'm a newbie also. if you have the command line versio, create an app and copy and modify the build.xml (please see below). i just chabge the app name in about 7 places and it seems to work ok t

Re: is there a way to see or export the dynamic html?

2010-11-29 Thread Ray Tayek
At 06:25 PM 11/29/2010, you wrote: Snapshot (Firefox plugin) to the rescue... http://turbomanage.wordpress.com/2010/05/22/how-to-save-a-snapshot-of-a-web-page-including-gwt/ got it. thanks On Mon, Nov 29, 2010 at 8:23 PM, Ray Tayek wrote: > hi, is any way to grab a copy of the dyna

is there a way to see or export the dynamic html?

2010-11-29 Thread Ray Tayek
hi, is any way to grab a copy of the dynamic stuff that my gwt app added to the dom? i have fierbug and see some of it, but i have poor vision and it would be nice to save it somehow. thanks --- co-chair http://ocjug.org/ -- You received this message because you are subscribed to the Google G

Re: newbie trying to use htmlunit & gwt 2.1 to test greet example

2010-11-27 Thread Ray Tayek
At 04:36 AM 11/27/2010, you wrote: You aren't finding any buttons because HTML doesn't have a tag. Use one of the methods described under "Finding a specific element" at this page: http://htmlunit.sourceforge.net/gettingStarted.html. I generally find myself needing xpath sooner or later. the

Re: Server Push with GWT

2010-11-23 Thread Ray Tayek
At 01:07 PM 11/23/2010, you wrote: can someone guide me or points me to some tutorial which shows the implementation of server push technology with gwt i did this part: http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ#Server_Push_in_GWT and it seems to work ok. thank

Re: server push

2010-11-09 Thread Ray Tayek
At 07:12 PM 11/8/2010, you wrote: My project gwt-comet implements server push: http://code.google.com/p/gwt-comet how are you testing it? i have not been able to do any kind of load testing withe either hymlunt or synctest. thanks On Nov 8, 11:27 am, Ray Tayek wrote: > At 08:33 PM

Re: server push

2010-11-07 Thread Ray Tayek
At 08:33 PM 11/3/2010, you wrote: hi, trying to do this:: http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ#Server_Push_in_GWT. ... i know there may be other options, but i want to roll my own for demo. the basic idea seems to work. but my server threads are waiting. tr

newbie trying to use htmlunit & gwt 2.1 to test greet example

2010-11-06 Thread Ray Tayek
hi, i am trying to use htmlunit to test the greeting service that gets generated in eclipse when you make a new web application project. i am trying to find the send button in the project. i tried some of the suggestions at http://htmlunit.sourceforge.net/faq.html#AJAXDoesNotWork, but all of

htmlunit - how to access widgets added by client?

2010-11-04 Thread Ray Tayek
hi, trying out htmlunit. it's easy to find static elements using page.getElementsByTagName(). but this does not seem to work for any of the widgets that i added in the client. can some tell whether or not the above works or is there another way to get at them? thanks --- co-chair http://o

Re: server push

2010-11-04 Thread Ray Tayek
At 07:38 AM 11/4/2010, you wrote: What is the question? ;) does anyone have any experience with this? (that they are willing to shore) any pointers will be appreciated. thanks On Nov 4, 5:33 am, Ray Tayek wrote: > hi, trying to do this::http://code.google.com/p/google-web-tool

server push

2010-11-03 Thread Ray Tayek
hi, trying to do this:: http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ#Server_Push_in_GWT. does anyone have any experience with this? i know there may be other options, but i want to roll my own for demo. thanks --- co-chair http://ocjug.org/ -- You received this me

Re: newbie: looking for very simple chat like thing

2010-11-01 Thread Ray Tayek
At 10:16 PM 11/1/2010, you wrote: ... I can suggest the IM service (xmpp) of Google App Engine: see http://code.google.com/appengine/docs/java/xmpp/overview.html You gain scalability for free. ths will probably never need that. thanks On Nov 2, 12:55 am, Ray Tayek wrote: > hi, i have t

Re: newbie - basic questions

2010-11-01 Thread Ray Tayek
hat is just for static pages. On Nov 2, 1:01 am, Ray Tayek wrote: > hi, i have a simple gwt app workng. > > can i run the app after compiling it in/from eclispe or do i have to > deploy it to tomcat? > > is there a way to do that from the command line (i only see > webAppCreato

newbie - basic questions

2010-11-01 Thread Ray Tayek
hi, i have a simple gwt app workng. can i run the app after compiling it in/from eclispe or do i have to deploy it to tomcat? is there a way to do that from the command line (i only see webAppCreator.cmd and benchmarkViewer.cmd in my gwt download). if i am running in dev mode in eclipse (

newbie: looking for very simple chat like thing

2010-11-01 Thread Ray Tayek
hi, i have this web app that needs to keep an connection open for server side push. the messages are short (< 128 characters) and fairly infrequent. i have googled and found comet, websockets, http://www.google.com/events/io/2010/sessions/building-real-time-apps-app-engine-feed-api.html, bosh

Re: newbie - unit test (solved)

2010-10-17 Thread Ray Tayek
At 06:08 PM 10/16/2010, you wrote: On 16 oct, 23:25, Ray Tayek wrote: > hi, i added a unit test to the greet example (please see code below). i get > > ... > The development shell servlet received a request for 'greet' in > module 'p.R.JUnit.gwt.xml' >

newbie - unit test

2010-10-16 Thread Ray Tayek
hi, i added a unit test to the greet example (please see code below). i get Starting HTTP on port 0 HTTP listening on port 4889 Starting http://192.168.1.105:4889/p.R.JUnit/junit.html?gwt.codesvr=192.168.1.105:4887 on browser FF3 Module p.R.JUnit has been loaded The development shell servle

newbie - unit test fails with: Resource not found: greet

2010-10-15 Thread Ray Tayek
hi, trying to add a test to my simple app - a hacked up greet server (please see test code below). error says: Starting HTTP on port 0 HTTP listening on port 3518 Starting http://192.168.1.105:3518/p.Rtecg2.JUnit/junit.html?gwt.codesvr=192.168.1.105:3516 on browser FF3 Module p.Rtecg2.JUn

Re: GWT Eclipse not working -- newbie question

2010-10-13 Thread Ray Tayek
At 08:04 AM 10/13/2010, you wrote: ... I'm new to this. I'm trying to create a simple GWT component with Eclipse 3.5 plugin in the following way: 1. I create a new Module (new > other > ...). All it does for me is generate a MyPage.gwt.xml in com.myApp package. 2. I create a MyPage.java class i

newbie: add timeout to greet service

2010-10-13 Thread Ray Tayek
hi, trying to add a timeout to the greeting service. there does not seem to ne any way to add a timeout on the client stide, so i am trying a request builder using this example: http://jagadesh4java.blogspot.com/2009/04/gwt-rpc-using-request-builder-hi.html the server complains using the code

Re: how to get rid of "GWT Code Server Disconnected" (solved)

2010-10-11 Thread Ray Tayek
At 10:11 PM 10/11/2010, you wrote: You can also find all the information in the Development view in Eclipse. i can see the logs there just fine. On Oct 11, 5:20 pm, Ray Tayek wrote: > At 03:09 PM 10/11/2010, you wrote: > > >i have poor vision, is there some way to get rid of .

Re: how to get rid of "GWT Code Server Disconnected" (solved)

2010-10-11 Thread Ray Tayek
At 03:09 PM 10/11/2010, you wrote: hi, when things go south, i am getting this get this big grey thing that says: "GWT Code Server Disconnected " which hides the log stiff and my html stuff. i have poor vision, is there some way to get rid of ... seems like i shoud be able to: In Firebug or

Re: newbie - GWT.getHostPageBaseURL() + "greetingService?input=" + string);

2010-10-11 Thread Ray Tayek
C call you can do something like this with an RpcRequestBuilder implementation that sets the request timeout to 6: ServiceDefTarget async = GWT.create(MyAsync.class); async.setRpcRequestBuilder(builder); ((MyAsync) async).method(data, callback); i will try this. thanks On Oct 11, 5:29 am, Ray Taye

how to get rid of "GWT Code Server Disconnected"

2010-10-11 Thread Ray Tayek
hi, when things go south, i am getting this get this big grey thing that says: "GWT Code Server Disconnected " which hides the log stiff and my html stuff. i have poor vision, is there some way to get rid of or move the thing that has the "GWT Code Server Disconnected " so i can see what's und

Re: some newbie questions

2010-10-11 Thread Ray Tayek
At 02:25 AM 10/11/2010, you wrote: On 9 oct, 04:15, Ray Tayek wrote: > ... i sometime get a: "A widget that has an existing parent widget may > not be added to the detach list" error ... You cannot have "root" widgets whose elements are nested (i.e. there'

Re: newbie - GWT.getHostPageBaseURL() + "greetingService?input=" + string);

2010-10-11 Thread Ray Tayek
At 11:22 PM 10/10/2010, you wrote: Hello Ray, if you are wondering what url the gwt async uses, you can see this in firebug (network tab). cool I think you are missing your module in the url. Dont use GWT.getHostPageBaseURL() use GWT.getModuleBaseURL() and you should be fine. that and

Re: newbie - GWT.getHostPageBaseURL() + "greetingService?input=" + string);

2010-10-10 Thread Ray Tayek
At 03:47 PM 10/10/2010, you wrote: hi, i would like to add a timeout to some of my async callbacks. i am using a hacked up version of greet server. the normal code: greetingService.greetServer(id, new AsyncCallback() { ... } ... using the second (please see code below), the code: GWT.getHos

newbie - GWT.getHostPageBaseURL() + "greetingService?input=" + string);

2010-10-10 Thread Ray Tayek
hi, i would like to add a timeout to some of my async callbacks. i am using a hacked up version of greet server. the normal code: greetingService.greetServer(id, new AsyncCallback() { ... } works fine. i found this: http://www.mail-archive.com/google-web-toolkit@googlegroups.com/msg25955.html

Re: some newbie questions

2010-10-09 Thread Ray Tayek
ink i can avoid those problems now. thanks On Oct 9, 4:15 am, Ray Tayek wrote: > hi, starting a project using eclipse galileo and a week old download > of gwt eclipse plugin.. > > i sometime get a: "A widget that has an existing parent widget may > not be added to the detach l

some newbie questions

2010-10-08 Thread Ray Tayek
hi, starting a project using eclipse galileo and a week old download of gwt eclipse plugin.. i sometime get a: "A widget that has an existing parent widget may not be added to the detach list" error when doing the following type of thing: //static bar Label bar = new Label("bar label); bar.ge

Re: ui:image, image within an anchor or a button

2010-05-30 Thread Ray
I got the same situation. Currently my solution is only has anchor in ***.ui.xml image part was added using code. eg: Image myImage = new Image(); monitorOverImage = new Image(); monitorImage.setUrl(IFMResources.INSTANCE.vehicleMonitor().getURL()); monitorOverImage

Unable to find type 'com.foo.client.MyApp'

2010-04-23 Thread Ray
I am getting following error in GWT development console when I try to use "Run Configuration" from Eclipse. 00:00:20.360 [TRACE] Finding entry point classes 00:00:20.360 [ERROR] Unable to find type 'org.drools.guvnor.client.JBRMSEntryPoint' 00:00:20.407 [ERROR] Hint: Check

Re: Unable to Use GWT Developer Plugin with Firefox 3.6

2010-03-24 Thread J Robert Ray
The binary component of the extension (libgwt_dev_ff36.so) comes built with a runtime dependency on libnspr4.so.0d. On my linux system, I do not have this '0d' version, just /lib/libnspr4.so. I was able to get the plugin to load by creating a symlink libnspr4.so.0d -> libnspr4.so in /lib. On Mon

Re: gwt test suite: did you forget to inherit a required module? (solved!)

2010-02-03 Thread Ray Tayek
At 12:54 AM 2/3/2010, you wrote: Hi, I have the same error for one of my own custom class. I entered the following where the path is the exact location of the class I am using. However, now I'm no longer having not being able to find the source, Compiler tells me that an EntryPoint cannot

gwt test suite: did you forget to inherit a required module?

2010-02-02 Thread Ray Tayek
ed to inherit something? any pointers will be appreciated. thanks Starting HTTP on port 0 HTTP listening on port 3689 Validating newly compiled units [ERROR] Errors in 'file:/D:/home/ray/gwtapps/StockWatcher/test/com/google/gwt/sample/stockwatcher/client/MySuite.java' [ERROR]

Re: Google Web Toolkit 2.0 RC2 Now Available

2009-11-26 Thread - Ray
Hi, I've got the same issue as you did. The same Date Object gives me the Time with different TImezone, sometimes with CET, sometimes with UTC. It happens randomly. Now i am using Calender instead of Date. 2009/11/25 armogur > is it possible, that java.util.Date behaves differently in devmode

Re: how to use a server class in client code

2009-11-16 Thread Ray
tions. Is there no way to include the library and GWT creates the client-side java-script whith the model automatically? Thanks Ray On 11 Nov., 20:58, Dominik Steiner wrote: > Sanjith, > > you can move the model classes to anywhere under the client folder,   > the client/domain examp

Re: how to use a server class in client code

2009-11-16 Thread Ray
. Because in the case of changes I don't want to change the DTO classes at two different places (GWT-Client+Server- api.jar) Thanks, Ray On 11 Nov., 20:58, Dominik Steiner wrote: > Sanjith, > > you can move the model classes to anywhere under the client folder,   > the client/domai

A newb needs your help with hyperlinks

2009-08-11 Thread Ray
add(firstPage.displayHyperlink()); Everything displays fine and the trace looks good, but the onClick event is not being reconized. I believe I'm missing something from my lawHyperlink class, but I have not been able to determine what. Any help will be greatly appreciated. Thanks, Ray --~--~

Re: GWT 1.6.4: .../war/WEB-INF/classes/log4j.properties trashed by Eclipse build

2009-05-03 Thread J Robert Ray
Things you want to live in war/WEB-INF/ you can put directly there. Things you want to live in war/WEB-INF/classes/ you put in your src/ path. Eclipse will copy src/log4j.properties to war/WEB-INF/classes/log4j.properties for you. On Sat, May 2, 2009 at 8:32 PM, Allen Holub wrote: > > I'd like

Re: Login form auto-complete and GWT-RPC (or RequestBuilder), a solution!

2009-04-23 Thread J Robert Ray
Thanks. I see now that this is discussed in the GWT FAQ and I understand why my attempt at using "this" in a callback doesn't work. On Wed, Apr 22, 2009 at 7:17 PM, Thomas Broyer wrote: > > > > On 21 avr, 04:21, jrray wrote: >> >> This technique would be more convenient if "doLogin" wasn't a s

Hosted mode, restart server, classloader errors

2009-04-22 Thread J Robert Ray
I get classloader errors from (re-)loading the Oracle JDBC driver when I attempt to "Restart Server" in hosted mode. java.lang.UnsatisfiedLinkError: Native Library /.../oracle/product/10.2.0.4.0/libocijdbc10.so already loaded in another classloader Is there something I can do to get pass this?

How to override style?

2009-02-26 Thread Ray
Hi,I have a CSS file which has something as follow: a { color: #77; font-size: 12px; text-decoration: none ; } .Login{ color:#FF } Now in my GWT application when I using widget Hyperlink like: Hyperlink link = new Hyperlink(); link.setText("Login

Re: JDBC postrges under gwt

2009-01-11 Thread Aka ray
Great!! Thanks to all of you!! I will try it out soon! --~--~-~--~~~---~--~~ 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 unsubscrib

JDBC postrges under gwt

2009-01-08 Thread Aka ray
Hello everybody. Im new in using gwt. Almost everything is working but when I compile my project to run it on an external Browser, I get a ClassnotFoundException when I try to connect to the database ( jdbc: postgres) It works perfectly in hosted mode. Where do I have to copy / link the file in

Re: [gwt-contrib] Call for critical 1.6 bugs

2009-01-07 Thread Ray Cromwell
TestCase instead of GwtTestCase. I don't know if this will be mitigated by OOPHM or Jetty inclusion. Java 1.6 support on OSX would be nice as well, but I assume this is pending OOPHM and the jettisoning of SWT. -Ray On Wed, Jan 7, 2009 at 2:48 PM, Scott Blum wrote: > Hi all, > We'

Re: Suggestion: GWT port to Desktop

2008-11-12 Thread Ray Cromwell
to expose all the guts and internals of WebKit as JNI functions. The speedup benefit of running the UI modification thread inside of WebKit as JS, but running the business logic in Java, vs running everything in Java simply doesn't justify the downsides IMHO. -Ray p.s. my Syndroid pres

Announcing GWT 1.5.3

2008-10-17 Thread Ray Ryan
Hi, all. We have just deprecated GWT 1.5.2, and replaced it with GWT 1.5.3. This new release has a small handful of patches, mainly aimed at fixing RPC problems with Android. You can download the update from the usual location: http://code.google.com/webtoolkit/download.html You may find that

Re: EASYMOCK or JMOCK?

2008-10-10 Thread Ray Ryan
Actually, our mocking story improved in 1.5, with the addition of GWTMockUtilities. See that class's javadoc for a sample use with EasyMock. Note that this allows normal JUnit test cases to create mock instances of GWT widgets. E.g., if you have a controller class and you want a mock of the widge