Re: GWT & Dagger 2

2015-08-18 Thread Roger Küng
On Tuesday, February 24, 2015 at 4:36:24 PM UTC+1, Jens wrote: > > > What's the best way to include your PR ( >> https://github.com/google/dagger/pull/119) in a project? >> > > Its a branch in my dagger fork that you can simply build and install into > your local repo: https://github.com/jnehlme

Re: [Request Factory]: 405 (HTTP method POST is not supported by this URL)

2015-07-17 Thread Roger Küng
> > Maybe you can use one of this sample projects as a starting point, and I > think that is easier to start with maven instead of gradle: > https://github.com/tbroyer/gwt-maven-archetypes > https://github.com/branflake2267/Archetypes > > On Monday, July 13, 2015 at 8:59:55

[Request Factory]: 405 (HTTP method POST is not supported by this URL)

2015-07-13 Thread Roger Küng
Good Day I am new to GWT and try to have the request factory server communication working. I setup everything according to the documentation: http://www.gwtproject.org/doc/latest/DevGuideRequestFactory.html But I receive the following error: POST http://localhost:9876/Example/gwtRequest 405

SDM Source Maps Out of Sync?

2014-02-10 Thread Roger Armstrong
therefore never registered it being hit. So, is there anything I can do to figure out why the execution and call stack would be correct but the source code be incorrectly highlighted? Is there a way that the source maps could be out of sync or somehow offset? Thanks in advance, Roger -- You re

Re: Are you happy with GWT?

2012-10-10 Thread Roger Studner
It helps the most when highly talented html5/css3/jquery people produce mockups etc.. as then translating them to GWT to get i8n, code splitting and a handy way to do an event bus + business logic all in java, is pretty darn easy Roger On Oct 10, 2012, at 6:03 PM, Brian Slesinsky wrote

Re: Are you happy with GWT?

2012-10-10 Thread Roger Studner
ny non-gwt application would use/produce. Roger On Oct 10, 2012, at 4:57 PM, Thomas Broyer wrote: > > > On Wednesday, October 10, 2012 10:13:36 PM UTC+2, Shaun Tarves wrote: > There is no doubt that what GWT does, it's really good at. However, some > things that I've fou

Re: Are you happy with GWT?

2012-10-05 Thread Roger Studner
te to a middle ground for the long term productivity of the people. Best, Roger On Friday, October 5, 2012 at 1:17 PM, Charlie Youakim wrote: > Thank you Roger. And thank you for pointing out you love JS. I think that's > an important thing to point out. The team has many Javascript

Re: Are you happy with GWT?

2012-10-05 Thread Roger Studner
happen to like the blend these days to separate concerns a bit. Best, Roger On Friday, October 5, 2012 at 1:00 PM, Charlie Youakim wrote: > Thanks for the early replies. I also wanted to point out we use PHP on the > server side, and I'm happy with that. I feel like our struggl

Re: Are you happy with GWT?

2012-10-05 Thread Roger Studner
7;t use gwt-rpc. I use GWTQuery or JSNI =-> jquery for 99% of my actual DOM manipulation & event handling. GWT/Java people can read it. The web designer / html / css / jquery people can read it. Best, Roger On Friday, October 5, 2012 at 12:45 PM, Paul Robinson wrote: > In a word: y

UIB click handlers, GWTQuery, and TD's ;)

2012-05-25 Thread Roger Studner
st to be.. I dunno.. "closer to GWT".. to be able to use @UiHandler on the UIBinder backed via class ThingyBarUIB. I realize this 'fails' the second I do thingyBar.getElement(). Any known techniques to get around this i.e. use UiHandler? reAttach()? Thanks! Roger -- You

Re: Google IO 2012 : no GWT session ?

2012-05-20 Thread Roger Studner
There is a "wave" and a "buzz" about GWT I jus can't put my finger on. Roger On May 20, 2012, at 6:17 AM, Andrés Testi wrote: > The session topic is "Migrating code from GWT to Dart"... sorry, but it > scares me. > > - Andrés > > E

Re: Cannot add "-localWorkers" to GWT Compiler when using Eclipse?

2012-05-19 Thread Roger Studner
is thre any documentation out there, other than a really weak javadoc for the ThreadPermutationWorkerFactory that describes what this is/why it works (or doesn't) etc? Roger On May 19, 2012, at 7:01 PM, Edson Richter wrote: > Sorry for answering my own question. I've found that

Re: JSNI madness!

2012-05-15 Thread Roger Studner
For some reason I was thinking/hoping that a "JSNI to JSNI call" wouldn't use the evil syntax. Thanks Thomas! Roger On May 15, 2012, at 11:16 AM, Thomas Broyer wrote: > > > On Tuesday, May 15, 2012 4:39:48 PM UTC+2, Roger wrote: > Okay, losing my mind on so

Re: JSNI madness!

2012-05-15 Thread Roger Studner
s more accurate (the fact that i'm trying to access it inside of a function, which affects "scope" to some degree of course Best, Roger On May 15, 2012, at 10:39 AM, Roger Studner wrote: > Okay, losing my mind on something trivial.. if I have > > public class FooB

JSNI madness!

2012-05-15 Thread Roger Studner
#x27;ve done it 1000 times, but now when I do this, I never can call "one JSNI method from another" Anyone :)? Bueller? Roger -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to goog

Re: Firefox 12 release

2012-04-30 Thread Roger Studner
Agreed… right now the giant issue is Mozilla/Firefox. If Firebug didn't exist, I imagine nobody would use Firefox anymore. It is that simple. Roger On Apr 30, 2012, at 10:37 AM, Paul Robinson wrote: > On 30/04/12 15:23, Piergrossi, Mark J wrote: >> >> Alan: >> &

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

2012-04-20 Thread Roger Studner
I believe there are a total of … "0".. sessions about GWT. Roger On Apr 20, 2012, at 8:18 AM, Travis Camechis wrote: > One thing for sure is that the code base is still being actively developed if > you look at the activity on the repository. It will be curious to see how &

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

2012-04-20 Thread Roger Studner
That is one awful looking website. *eats popcorn* On Apr 20, 2012, at 2:22 AM, Luc Claes wrote: > The two GWT founders, Bruce Johnson and Joel Webber, have left Google and are > creating a new startup: > http://www.monetology.com/team > > On Thursday, April 19, 2012 9:11:38 PM UTC+2, Supercobr

Re: Smart GWT use for commercial software development.

2012-04-04 Thread Roger Studner
Don't use SmartGWT for anything. Best, Guy who has actually tried to use SmartGWT at more than 1 company (lots of versions between attempts) and 100% of the time has had to rip it out. On Apr 3, 2012, at 7:09 PM, sanika joshi wrote: > Hi All, > Wanted to know if smart GWT can be used for com

Re: jquery?

2011-10-27 Thread Roger Studner
techniques, but that is beyond the technical realm of 'using jquery' Roger On Oct 27, 2011, at 7:04 PM, Andrei wrote: > I wrote complex apps in both JQuery and GWT. My experience boils down > to two key points: > > (1) 2-3,000 lines of code or less, you can do it much fast

Re: future of gwt & who use gwt

2011-10-23 Thread Roger Studner
jquery != problem with browser compatibility. People will make sure jquery 'still works' *long after* Google stops working on GWT and open sources it. (Not good or bad, just obviously true) Roger On Oct 23, 2011, at 1:57 PM, Rori Stumpf wrote: > > I have a greater fear

Re: GWT advantages

2011-10-23 Thread Roger Studner
As someone who uses GWT, but also knows HTML/CSS/jQuery… I will at least honestly (flames expected) say that developing with GWT, while great for 'java devs' is far slower and more painful than just doing traditional html/css/js development (if you know what you are doing that is)

Radiobutton vs checkbox in celltable

2011-09-15 Thread Roger Studner
If I do a single selection model etc.. (canonical).. I get a checkbox. Technically, you'd think, this would render as a radio button.. Anyone experiment/discover how to replace the default check box column w/ a radio button ? thanks Roger -- You received this message because yo

Detecting a checkbox click

2011-08-03 Thread Roger Studner
work. I assume this is a solved problem, but google searching has failed me :) Anyone :)? Thanks in advance, Roger -- 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@googlegrou

Re: Chrome, GWT Dev Mode, OSX

2010-12-22 Thread Roger Studner
/mac_util.mm(226)] Check failed: bundle. Failed to load the bundle at /Applications/Google Chrome.app/Contents/MacOS/Versions/10.0.612.3/Google Chrome Framework.framework Trace/BPT trap Roger On Dec 22, 2010, at 10:37 AM, Chris Conroy wrote: > Roger, > > Try launching Chrome from the com

Re: SmartGWT and Chrome vs Firefox

2010-12-22 Thread Roger Studner
Certainly feels like this could be it Roger On Dec 22, 2010, at 10:15 AM, Chris Conroy wrote: > just guessing, but you could be hitting a different manifestation of this > bug: http://code.google.com/p/google-web-toolkit/issues/detail?id=5778 > > On Wed, Dec 22, 2010 at 8:59 AM, R

Re: Chrome, GWT Dev Mode, OSX

2010-12-22 Thread Roger Studner
Yeah, toolbox stays red/no permissions issue.. I did go ahead and add localhost localhost:9997 127.0.0.1 127.0.0.1:9997 etc etc before I figured there might just be a bug ;) Roger On Dec 22, 2010, at 10:17 AM, Chris Conroy wrote: > Matthew: There is a plugin as of a few weeks

SmartGWT and Chrome vs Firefox

2010-12-22 Thread Roger Studner
MyEntryPoint.java:18) ... 9 more Any thoughts? Thanks, Roger -- 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 t

Chrome, GWT Dev Mode, OSX

2010-12-22 Thread Roger Studner
. i'd just like to use Chrome (with or without speed tracer) for my GWT Dev mode. Thanks Roger -- 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 uns

Re: GWT Designer Libraries

2010-11-12 Thread Roger Studner
etc and don't mind that technically, you are just using a javascript library with a "java API". Maybe I didn't make it simpler hah Roger On Nov 12, 2010, at 8:25 PM, jaybose wrote: > I see in the Designer docs (and in the actual tool itself) that there > are 3 promoted l

Re: Integration of hibernate with GWT

2010-10-07 Thread Roger Studner
aying, "The new version broke X,Y,Z" No worries though :) Roger On Oct 7, 2010, at 2:09 PM, Thomas Broyer wrote: > > > On 7 oct, 19:42, Roger Studner wrote: >> Why GWT scares me these days just a bit: >> >> "I'd suggest waiting a bit (a few days, ma

Re: Integration of hibernate with GWT

2010-10-07 Thread Roger Studner
Why GWT scares me these days just a bit: "I'd suggest waiting a bit (a few days, maybe even just hours) for the 2.1 RC1 release of GWT and use RequestFactory (you could go with the current M3, but many things have changed since then, so starting with RC1 would probably be better).&quo

Re: GWT 2.1M(anything)

2010-09-24 Thread Roger Studner
Thanks Christian. I did tons of GWT up until 1.6 and then got pulled away. So i'm digesting so many of the changes that obvious things skip by my brain when i'm stuck in the weeds hah Thanks! Roger On Sep 24, 2010, at 8:43 AM, Christian Goudreau wrote: > Well, it's becau

GWT 2.1M(anything)

2010-09-24 Thread Roger Studner
The onKeyPress events.. when you check for a modifying (shift, control, if they hit the enter key). On OSX *all* of these report 0. Thus, I mean, you can't really use onKeyPress to check for the ENTER key.. well.. ever ;) Roger -- You received this message because you are subscribed t

Re: Caution: SmartGwt loadup size is big

2010-07-14 Thread Roger Studner
SmartGWT or ExtJS(gwt-ext, ext-gwt) etc.. all have this issue. "I'd like one tiny tiny feature." "here are your 1000+ files." Thanks! Roger On Jul 14, 2010, at 7:22 PM, mk wrote: > We have a tiny widget from SmartClient's SmartGwt. And it had > incr

Re: Using Javascript Overlays vs. Manually setting up POJO instances?

2010-06-10 Thread Roger Studner
The only problem I found with this interface technique (which I immediately wanted) was this: public interface MyEntity { List getNames(); } The javascript overlay type has to deal in JSArray's, the server can't etc. So for all lists/collections I found it broke down pretty quick

Re: Smart GWT 2.1 Released

2010-03-03 Thread Roger Studner
Aha! The AutoZoom Chrome Extension breaks SmartGWT. If you load a page with it at anything other than 100%, it breaks it. If you load a page at 100%, then change it up/down things are fine. Victory SmartGWT! Roger On Mar 3, 2010, at 9:12 AM, Rob Smith wrote: > Which sample doesn't

Re: Smart GWT 2.1 Released

2010-03-03 Thread Roger Studner
; working for me. > > BTW - Love the new skin and the ability to add widgets to grid cells. > > On Mar 3, 8:55 am, Roger Studner wrote: >> it pains me to say that the samples doesn't work in GOOGLE chrome heh >> >> Roger >> >> On Mar 3, 2010, at 8:18 AM

Re: [ANN] Smart GWT 2.1 Released

2010-03-03 Thread Roger Studner
it pains me to say that the samples doesn't work in GOOGLE chrome heh Roger On Mar 3, 2010, at 8:18 AM, Sanjiv Jivan wrote: > Hi all, > Smart GWT 2.1 has just been released. > > Release announcement : > http://www.jroller.com/sjivan/entry/smart_gwt_2_1_released > Sh

Re: [ANN] Objectify-Appengine 2.0, easily use GWT with the GAE datastore

2010-02-12 Thread Roger Studner
Begs the question (and I don't have time, sadly, to try it). GWT 2.0 + ObjectifyWithGWT + (Gaelyk or Grails) That would be an insanely awesome stack. Roger On Feb 12, 2010, at 2:54 PM, Jeff Schnitzer wrote: > A couple days ago the Objectify team released version 2.0 of > Objectif

Re: GWT-EXT and GWT 2.0

2010-01-30 Thread Roger Studner
How did you find the migration from GWT-EXT to GXT? Do I basically just, well, "delete all my views" and start over :)? Roger On Jan 30, 2010, at 6:09 PM, Sorinel C wrote: > Hi Roger, > > There you go -- I hope, here: > > http://ui-programming.blogspot.com/2010/01/c

Re: GWT-EXT and GWT 2.0

2010-01-30 Thread Roger Studner
Pre-existing very large app, that is using GWT-EXT and GWT 1.5.3 :) Thus, just trying to decide which part of the "pain" to fix first :) Thanks, Roger On Jan 30, 2010, at 2:16 PM, Tercio wrote: > As GWT-EXT is not more maintained by it's team, I think that would not >

GWT-EXT and GWT 2.0

2010-01-29 Thread Roger Studner
Anyone have experience with mixing these two beasts? I have a GWT 1.5.3 based project that is using GWT-EXT (the old, free/opensource-ish versus that wrapped ExtJS). I'm not talking about GXT or EXT-GWT (yes, I know, confusing names) Roger -- You received this message because yo

Re: GWT support for Grails/Groovy domain objects

2010-01-28 Thread Roger Studner
it uses JAX-RS, that means "please include there 83 jars in your project"). Roger On Jan 28, 2010, at 4:53 AM, Johan Rydberg wrote: > Have you guys checked the http://github.com/chirino/resty-gwt project? It > has a generator > that does pretty much all the "awful"

Re: GWT support for Grails/Groovy domain objects

2010-01-28 Thread Roger Studner
Ooo.. will definitely check this out. I'd gone to using semi-generic JavaScriptObjects on the client side, and "closely" matching server side objects.. and then had Spring 3.0 w/ Jackson handle the server side marshalling in 2 directions. Thanks Johan Roger On Jan 28, 2010, at

Re: GWT support for Grails/Groovy domain objects

2010-01-27 Thread Roger Studner
cts" (which are of course actually javascript) into JSON. All in all, using JSON w/ GWT is a very (very) painful experience. THe humor of course, is that you have to convert objects "to and from Java" so that you can then use all the "java" API's etc that GWT (just

Re: MVP Question

2010-01-25 Thread Roger Studner
x27;t fear it. I would just update my diagrams accordingly and then *stick to it* in all cases. The statement "I'm using Pattern X" and then varying 50% of the time is far more dangerous, than modifying a pattern and sticking to it :) Roger On Jan 25, 2010, at 8:54 AM, rmuller

Re: HostedMode/Dev Mode, 2.0 and Javascript Overlay Types

2010-01-24 Thread Roger Studner
being able to do so (since i'd need ArrayList on the server and JsArray on the client). Roger On Jan 24, 2010, at 8:35 AM, jocke eriksson wrote: > How do you create an instance of JSMyInterface. If you are doing eval then i > think you have to first create an JsArray and copy the elemen

HostedMode/Dev Mode, 2.0 and Javascript Overlay Types

2010-01-24 Thread Roger Studner
; } } This works great when I deploy my app/run it in a browser. BUT, if I run it in DevMode(2.0).. I get: ClasscastException, cannot cast javaScriptObject to ArrayList. So why is DevMode being a stickler/stinker hah Roger On Jan 23, 2010, at 8:23 AM, Fletch wrote: > Upon upgrading to GWT

Overlay types, ArrayList, JsArray... DevMode vs stand alone browser

2010-01-22 Thread Roger
? My goal, is to have one interface that I can implement both ont he client and server side.. so I can user overlay types on the client .. and POJO's on the server.. But of course, it is important to have access to DevMode :) Thanks, Roger -- You received this message because you are subscri

ClassCastException in DevMode on GWT 2.0 w/ Overlay Types

2010-01-22 Thread Roger Studner
a client side Javascript Overlay Type that can implement that same interface as a server side object.. so marshalling to/from JSON is made easier.. and so the server side object can have a nice basic java.util.ArrayList to work with. Thanks, Roger -- You received this message because you are subs

RPC MySQL problem

2009-06-15 Thread Roger
Hello everyone, I am trying to connect a MySQL database to a simple GWT application. I build a simple application from scratch using the eclipse plugin. This application runs correctly. I changed the GreetingServiceImpl.java file as follow. And there is no way to run it correctly. Following the

Question: How can I get login user from Windows in GWT?

2009-02-12 Thread Roger
Hi all, Greeting from Roger. I do not know how to get login user from Windows in GWT. I try solving this in the way below, unfortunately does not work. In RemoteServiceServlet, ... Principal principal = getThreadLocalRequest().getUserPrincipal () // principal is NULL

Re: migrating to GWT-EXT

2008-11-13 Thread Roger Marin
After having finished with a fairly large project using GWT-EXT i would personally advise staying away from it, specially if you are a newbie with GWT. Why? * GWT-EXT's programming model != GWT's programming model. GWT-EXT is basically a JSNI wrapper for the ext-js API * Very slow performance compa

Re: Gwt Php Framework

2008-08-29 Thread Roger Marin
The widgets are awesome! perhaps the most slick GWT UI i've seen so far. congrats! 2008/8/28 Andrej <[EMAIL PROTECTED]> > > Hi, > > I'd like to introduce our new web application framework called GPF > (Gwt Php Framework). Server part > is completely written in PHP5. > We plan to release it as soo