Re: Superdev doesn't work with GWT 2.8.2 & IntelliJ 14

2020-04-02 Thread Stefan Bicher
Had the same problem today (with IntelliJ 2019.3 - quite updated) and it turned out, I had to reimport my Maven Project, on which I started the Super-Dev-Mode (Right Click in the Project Explorer -> Maven -> Reimport) After that all went well. BTW, the problem occured after I deleted my local

Re: GWT Material Design Addins

2016-06-20 Thread Stefan Falk
I'd recommend posting such issues on https://github.com/GwtMaterialDesign You can also visit those guys on https://gitter.im/GwtMaterialDesign/gwt-material It's quite active in there so give it a try :) On Monday, 20 June 2016 00:39:47 UTC+2, Velusamy Velu wrote: > > Thank you, your response

Re: GWT Material - Video tutorial #1

2016-06-12 Thread Stefan Falk
Awesome! Great work :) On Friday, 10 June 2016 10:00:53 UTC+2, mark kevin ringor wrote: > > We've just released our gwt-material first video tutorial - Project Setup > using gwt-material-archetype with Eclipse IDE and Intelij IDEA. > Also during weeked we will do some shooting to provide the

GWT Servlet - How can I get rid of /app prefix in my requests?

2016-06-12 Thread Stefan Falk
I don't know why but all requests are forcing me to to map each Servlet to something like xsrf /app/xsrf whatever /app/whatever and so on. I can't find anything that is actually setting the "base url" to e.g. localhost:8080/app for all requests but does anybody know how I can change

XsrfProtectedServiceServlet and subject to change. Do not use this in production code.

2016-06-07 Thread Stefan Falk
Since GWT 2.8.0 is going to be released sooner or later I'd just like to ask if anything is actually going to change in this class - because if not maybe someone could remove that comment. :D -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To

Re: Sorting cell table columns populated from gwt rpc not working

2016-05-13 Thread Stefan Bylund
creating the table. The ListDataProvider can also be created initially with the table. Then you only need to update the ListDataProvider in your async callback. /Stefan -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from

Re: Cannot get rich log messages from java.util.logging.Logger

2016-04-25 Thread Stefan Falk
gt; > > > > > name="compiler.emulatedStack.recordLineNumbers" value="true"/> > value="true"/> > > > > > > On Thursday, April 14, 2016 at 11:58:53 PM UTC+2, Stefan Falk wrote: >> >> Can somebody take a look at my question [1] on stackoverflow?

Re: Cannot get rich log messages from java.util.logging.Logger

2016-04-25 Thread Stefan Falk
Commenting out makes it compile but I still don't get package paths printed out .. On Monday, 25 April 2016 12:41:19 UTC+2, Stefan Falk wrote: > > If I use this I am getting > > Property 'gwt.logging.popupHandler' not found > > :/ Any idea why this do

Re: Cannot get rich log messages from java.util.logging.Logger

2016-04-25 Thread Stefan Falk
> settings: > > > > > > > > name="compiler.emulatedStack.recordLineNumbers" value="true"/> > value="true"/> > > > > > > On Thursday, April 14, 2016 at 11:58:53 PM UTC+2, Stefan Falk wrote: >> >> Can somebody

Cannot get rich log messages from java.util.logging.Logger

2016-04-14 Thread Stefan Falk
World! and I have no idea what the problem is .. Thank you for any help! BR; Stefan [1] http://stackoverflow.com/questions/36634580/why-am-i-not-getting-the-whole-class-path-added-to-my-log-messages -- You received this message because you are subscribed to the Google Groups "GWT

How can I set the parent of an Element?

2016-03-28 Thread Stefan Falk
I am "injecting" HTML code into a contenteditable . Since any content there could potentially be removed with e.g. BACKSPACE, I want to know when this elements are getting detached in order to remove the whole panel from the parent contenteditable div. However, these events don't seem to work.

Re: Why can I not extend java.util.Date?

2016-03-24 Thread Stefan Falk
functionality of any other libraries you use that aren't > expecting DOW to be non-standard. > getCustomDay(Date date) { > if (date.getDay() == 0) > return 7; > return date.getDay(); > } > > > > On Sunday, March 20, 2016 at 12:24:09 PM UTC-5, Stefan Falk wrote: >

Why can I not extend java.util.Date?

2016-03-20 Thread Stefan Falk
Working with Date is a nightmare.. so beforehand: Any advice regarding work with time and date in GWT are very welcome! Why do my requests silently fail if I do this: public class AwesomeDate extends java.util.Date { public final static int MONDAY = 1; public final static int TUESDAY = 2;

Re: Deploy GWT App to Google App Engine

2016-03-20 Thread Stefan Falk
very busy with my actual work and university - but I will take a look and update my question on SO with the trace output as you suggested. Thank you for helping me here! :) On Monday, 14 March 2016 01:01:17 UTC+1, Gilberto wrote: > > Hi Stefan, > > Did you manage to get it workin

Is anybody of you guys using GWT with Lombok?

2016-03-19 Thread Stefan Falk
HI! I recently stepped over Lombok [1],[2] and saw that it can be used with GWT. Did anybody of you guys ever use it with GWT? Does it pay off or is it unnecessary? BR; Stefan [1] https://projectlombok.org/index.html [2] https://github.com/rzwitserloot/lombok -- You received this message

Re: Is anybody of you guys using GWT with Lombok?

2016-03-19 Thread Stefan Falk
Okay, you guys convinced me. Maybe it's better to go without it :) On Wednesday, 16 March 2016 14:51:39 UTC+1, James Horsley wrote: > > I haven't used Lombok due to similar reasons as Jens described but have > had really great success with annotation processing libraries like > Immutables

Re: GWT-Material vs Polymer

2016-03-19 Thread Stefan Falk
one-sided but to summarize: GWTMD is awesome and the default style it comes shipped is already a very good base to start for an awesome design imho! BR; Stefan On Tuesday, 15 March 2016 18:06:22 UTC+1, Evan Ruff wrote: > > Hey guys, > > I was wondering if you could chime in about some of the

Can somebody explain what happened here?

2016-03-12 Thread Stefan Falk
working again. I can even remove it now and it's still working.. Thanks for any clarification! BR; Stefan -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an em

Re: Deploy GWT App to Google App Engine

2016-03-11 Thread Stefan Falk
or I am doing something wrong and I can't figure out what.. BR; Stefan On Tuesday, 8 March 2016 17:58:17 UTC+1, Rogelio Flores wrote: > > I started my gwt + appengine project with Brandon's archetype which > already does everything for me: > > > https://github.com/branflake22

Re: Deploy GWT App to Google App Engine

2016-03-07 Thread Stefan Falk
16 at 4:08:37 PM UTC+1, Stefan Falk wrote: >> >> I already have a project of type gwt-maven-archetypes. I don't want to >> change the whole project to another archetype. >> > > Why would you "change the whole project to another archetype"? An > archety

Re: Deploy GWT App to Google App Engine

2016-03-07 Thread Stefan Falk
Maybe I have to ask: How can I integrate the appengine-maven-plugin correctly into the gwt-maven-archetypes archetype? BR; Stefan On Sunday, 6 March 2016 18:22:27 UTC+1, Thomas Broyer wrote: > > Isn't the appengine-maven-plugin offering a goal to do the upload? -- You received this m

Re: Deploy GWT App to Google App Engine

2016-03-07 Thread Stefan Falk
> On Sunday, March 6, 2016 at 9:05:53 PM UTC+1, Stefan Falk wrote: >> >> Well, I don't know. I can remember when I did it last time it was a >> one-liner in the command line. I think I had something like a secret or API >> key or something like that and I could depl

Re: UIBinder & Materials

2016-03-07 Thread Stefan Falk
You can visit the guys on Gitter: https://gitter.im/GwtMaterialDesign/gwt-material :) BR; Stefan On Sunday, 6 March 2016 15:46:45 UTC+1, Sam Wootton wrote: > > Dear GWT Users, > > As ever, thanks for any help. > > Quick (possibly stupid) question. I'd like to start

Re: Deploy GWT App to Google App Engine

2016-03-06 Thread Stefan Falk
Well, I don't know. I can remember when I did it last time it was a one-liner in the command line. I think I had something like a secret or API key or something like that and I could deploy the web application to GAE. I was searching and searching but I can't find that anymore. How do you

Deploy GWT App to Google App Engine

2016-03-06 Thread Stefan Falk
that but I can't remember where I saw it or how it's called.. BR; Stefan [1] http://stackoverflow.com/questions/35817916/how-to-deploy-gwt-app-to-google-app-engine -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from

Re: What is best IDE for developing GWT applications?

2016-03-03 Thread Stefan Falk
Yes that's true but you can't e.g. shut down the Code Server from Eclipse. I have to use the task manager to kill the process ^^ On Wednesday, 2 March 2016 11:08:22 UTC+1, Thomas Broyer wrote: > > > > On Tuesday, March 1, 2016 at 6:17:48 PM UTC+1, Stefan Falk wrote: >> >&

Re: What is best IDE for developing GWT applications?

2016-03-01 Thread Stefan Falk
Ah, good to know. I really should try this plugin .. Have you ever tried GWT Material Design? On Tuesday, 1 March 2016 19:48:42 UTC+1, Rogelio Flores wrote: > > Works fine for me too. The only issue I've noticed is that for some > external modules such as mgwt, I don't get code-completion on

Re: What is best IDE for developing GWT applications?

2016-03-01 Thread Stefan Falk
Is working with your gwt-maven-archetype? I am using this for my project but it seems that this does not work with the plugin. On Tuesday, 1 March 2016 11:41:30 UTC+1, Thomas Broyer wrote: > > > > On Monday, February 29, 2016 at 11:56:06 PM UTC+1, Stefan Falk wrote: >> >

Re: What is best IDE for developing GWT applications?

2016-02-29 Thread Stefan Falk
To be hones I never tried IntelliJ with GWT but maybe I'll give it a try sometime :) Is there actually some development going on? Either for Eclipse of IntelliJ or are projects like these frozen? On Monday, 29 February 2016 17:46:54 UTC+1, Rogelio Flores wrote: > > @Stefan > You

Re: What is best IDE for developing GWT applications?

2016-02-28 Thread Stefan Falk
Somebody has to do it! :P #gwtisback On Monday, 29 February 2016 01:19:36 UTC+1, Alain wrote: > > "And GWT is such an awesome technology I am simply no getting why it's so > underused.." > > Advertissement :) > > On 29 February 2016 at 01:02, Stefan Falk

Re: What is best IDE for developing GWT applications?

2016-02-28 Thread Stefan Falk
Well, as for me I am willing to do almost *anything* just for the sake of not having to write too many JavaScript lines :D And GWT is such an awesome technology I am simply no getting why it's so underused.. On Sunday, 28 February 2016 23:15:17 UTC+1, Ed wrote: > > @Stefan > Tota

Re: What is best IDE for developing GWT applications?

2016-02-28 Thread Stefan Falk
@Ed: Don't get me wrong. I like Eclipse and I am basically an Eclipse-only developer. I would use it to brew coffee if there was a plug in. :D What I'm just missing are some basic support e.g. if I use GWTP I want to see some generated code. Java/GWT has some boilerplate code that could be

getCookie() always returns null

2016-02-28 Thread Stefan Falk
Can anybody tell me why my cookie is null ? Cookies.setCookie(ApiParameters.LOGIN_COOKIE, sessionId, expires, null, "/", true); String cookie = Cookies.getCookie(ApiParameters.LOGIN_COOKIE); if(cookie == null) {

Re: GWT Material Design

2016-02-27 Thread Stefan Falk
ial Design is really great. It is awesome how fast I can make a design that looks quite professional from just a few lines of XML. So if anybody has experience with GWT Material Design and wants to share his or her opinion let us/me know :) BR; Stefan On Friday, 19 February 2016 01:51:49 UT

Re: What is best IDE for developing GWT applications?

2016-02-27 Thread Stefan Falk
? Or are there any plugins for Eclipse that I missed ..? BR; Stefan On Tuesday, 21 October 2008 17:44:02 UTC+2, Sarah kho wrote: > > Hi > Thank you for reading my post > Can someone please let me know what is best IDE for developing GWT > applications? > > Tha

Re: GWT vs AngularJS

2016-02-18 Thread Stefan Falk
Those are actually two good points. It's very unfortunate that there is nothing that can help you to setup a GWT app a little faster. I am still using gwt-maven-archetype and create my modular app(s) by hand. XD On Friday, 19 February 2016 00:50:07 UTC+1, Marko wrote: > > > ... but how could

GWT vs AngularJS

2016-02-18 Thread Stefan Falk
ite programming language but how could one chose JavaScript over Java if he has the choice? What I wonder is if GWT will ever have a comeback or if it will slowly die as the Google Trend chart suggests. BR; Stefan [1] https://www.google.com/trends/explore#q=%2Fm%2F0d6jq1%2C%20%2Fm%2F0j45p7w=q=

GWT Material Design

2016-02-18 Thread Stefan Falk
. Thanks you! :) BR; Stefan [1] http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/ -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-w

Re: GWT CssResource not propagating width:calc(x) property

2016-02-18 Thread Stefan Falk
Oh! Thanks Jens and Gilberto! I'm definitely going to check that out! On Monday, 15 February 2016 14:40:05 UTC+1, Gilberto wrote: > > > Stefan, convert all your CSS files and declarations to GSS and > save yourself from going crazy. With GSS you can use all the CSS (and >

Re: GWT CssResource not propagating width:calc(x) property

2016-02-13 Thread Stefan Falk
Unfortunately GWT 2.8.0 still does not support that feature. Had to use literal("") as well here. On Saturday, 10 August 2013 22:23:26 UTC+2, Wayne Rasmuss wrote: > > For anyone who cares the final css looks like this: > > I'm actually thinking of trying position relative and using the same calc

Re: Is GWT not being massively adopted because the crawler problem?

2016-01-20 Thread Stefan Bylund
problems with indexing dynamic HTML pages generated with JavaScript. But with Google's market share I don't see that as a problem. /Stefan Den onsdag 20 januari 2016 kl. 06:35:30 UTC+1 skrev Adolfo Rodriguez: > > Hi, the title is provocative. I wanted to ask 2 questions in the same &g

Re: Are there any currently developed GWT Widget Libraries?

2016-01-17 Thread Stefan Falk
y > customizable. > You can add remove stuff as needed. And fully opensourced :) > > I never used Smart GWT so I can really help there. > > Sorry :) > > On 17 January 2016 at 04:02, Stefan Falk <stefan...@gmail.com > > wrote: > >> Wow, that looks quite i

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Stefan Falk
rying to build a webdesktop ? > Then Sencha really has the best foundament for that imho. > > To be honest I dont know what to use. > > I heard GXT 4 doest even offer a GPL version. > > > > > On 17 January 2016 at 02:37, Stefan Falk <stefan...@gmail.com > > wr

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Stefan Falk
tchen? BR; Stefan On Saturday, 16 January 2016 01:04:02 UTC+1, Alain wrote: > > Vaadin (https://vaadin.com/home) > GXT(https://www.sencha.com/products/gxt/) > GWT Bootstap (http://gwtbootstrap3.github.io/gwtbootstrap3-demo/) > Ext4j (http://eemi2010.github.io/ext4j/) : Disclaimer

Re: migrating from css to gss (gwt 2.7) - CellWidgets compile errors ?

2016-01-16 Thread Stefan Falk
Hi! I just had the same issue using this Vaadin library, or rather say while testing it. What does this mean exactly? That GWT 2.8.0 won't support CSS at all and that I will have to convert all the CSS into GSS? I am asking because in that case I wouldn't even start to use CSS. BR; Stefan

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Stefan Falk
think I forgot. > > > > On 17 January 2016 at 01:46, Stefan Falk <stefan...@gmail.com > > wrote: > >> qooxdoo looks indeed not bad but their showcase does not provide a lot of >> examples unfortunately (compared to others). >> >> I can't afford

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Stefan Falk
e smart client js library. It s nice but >>> i heard it does not play well with GWT widgets. >>> >>> We created our own library on top ext Ext JS called Ext4j. It s free to >>> use but Ext JS is commercial. >>> >>> If you ask me i would say g

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Stefan Falk
; > But again it s based on Ext JS > > If you can afford your app beeing GPL you can use it :) > > > > On 17 January 2016 at 03:13, Stefan Falk <stefan...@gmail.com > > wrote: > >> My brain hurts.. there's just so much. That GWT-Material library looks >

Are there any currently developed GWT Widget Libraries?

2016-01-15 Thread Stefan Falk
I am looking for a GWT Widget Library with basic desktop-like elements like Smart GWT [1]? Unfortunately Smart GWT is not really cheap. Is there a library that you can recommend me? Best regards and thank you for any hints. Stefan [1]: http://www.smartclient.com/smartgwt/showcase/#main

Re: How to avoid rounding problems when working with doubles

2016-01-12 Thread Stefan Bylund
Try BigDecimal if you need precision. /Stefan Den tisdag 12 januari 2016 kl. 12:28:31 UTC+1 skrev Frank: > > Javascript has some serious problems when working with floating numbers. > > Like if you enter the following into a javascript in any browser : 7.3 - 7 > These will all

Re: GWT strengths and suitability for enterprise apps - presentation

2015-12-09 Thread Stefan Bylund
Why not say something like: GWT, formerly known as Google Web Toolkit when run by Google and now simply called GWT when run as an open source project. Den onsdag 9 december 2015 kl. 07:04:45 UTC+1 skrev Anand, Debasish Gautam: > > Unfortunately GWT = GWT web toolkit sounds quite terrible. Anyone

Re: GWT app shows wrong on iPad/Safari?

2015-11-24 Thread Stefan Bylund
) and in case of iOS Safari add the viewport meta tag to your main HTML page. Maybe someone else can suggest a better solution for your problem? /Stefan Den torsdag 19 november 2015 kl. 04:37:17 UTC+1 skrev Magnus: > > Hi Stefan, > > my app always worked until a user of

Re: GWT app shows wrong on iPad/Safari?

2015-11-17 Thread Stefan Bylund
meta tag at all. /Stefan Den tisdag 17 november 2015 kl. 13:45:55 UTC+1 skrev Magnus: > > Hi, > in the meantime I found that the solution for IOS made the GUI unusable > for Android. > The display is shrinked to fit on the screen. There are no scrollbars > anymore. > >

Re: GWT app shows wrong on iPad/Safari?

2015-10-20 Thread Stefan Bylund
Try to add the following line to the head section in your HTML file: I think that the viewport meta tag was introduced by Apple in Safari on iOS and it's now supported by several other mobile web browsers as well. As far as I know, desktop we browsers ignore the viewport meta tag. /Stefan

Places & Activities for two folded website

2015-09-13 Thread Stefan Falk
What I mean by "two folded" is that I am having a public landing page for the "common folks" and an admin area for some particular users. However, I am realizing that the way I am handling Places at the moment does not "feel" optimal to me (check out my stackoverflow question [1]). But there's

Dead links on http://www.gwtproject.org

2015-09-07 Thread Stefan Falk
Hi! Somehow every link on http://www.gwtproject.org/doc/latest/DevGuideLogging.html appears to be broken. But I've seen a lot more broken links to images and/or other websites. What is the reason for all the dead links on http://www.gwtproject.org ? Best regards, Stefan -- You received

Building a simple layout.

2015-09-04 Thread Stefan Falk
looking but I can't find a way.. Or is a table a wrong approach here? Thanks for any help on this! Best regards, Stefan [1] http://stackoverflow.com/questions/32402917/how-to-use-flextable-with-uibinder -- You received this message because you are subscribed to the Google Groups "GWT

Hyperlink: Why does my history token getting removed and replaced by /# ?

2015-08-15 Thread Stefan Falk
Hi! This question is also on stackoverflow: http://stackoverflow.com/questions/32027495/gwt-hyperlink-strange-behavior-redirecting-to-http-localhost8080 But essentially the history token I am passing to the Hyperlink gets just loaded very shortly but then replaced by /# which causes my landing

gwtproject.org Images not displaying

2015-08-07 Thread Stefan Falk
For some reason the images on this article [1] are not displayed but instead their relative location is written e.g. ![screenshot](../images/contact-list-view.png). Any chance that somebody could fix this? Didn't check if other articles/pages are affected. [1]

Should I use XsrfProtectedServiceServlet despite its experimental declaration?

2015-08-03 Thread Stefan Falk
regards, Stefan [1] http://stackoverflow.com/questions/31784521/should-i-use-xsrfprotectedserviceservlet-despite-its-experimental-declaration -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails

Re: [gwt-contrib] Re: Stop calling it GWT 3.0

2015-06-16 Thread stefan . bylund99
APIs. * UiBinder * i18n * Event bus * History support * Eclipse IDE integration /Stefan -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web

Re: Logging GWT with Tomcat

2015-05-13 Thread Stefan Bylund
See the blog post 7 Tips for Exception Handling in GWT at http://www.summa-tech.com/blog/2012/06/11/7-tips-for-exception-handling-in-gwt and the GWT documentation http://www.gwtproject.org/doc/latest/DevGuideLogging.html#Remote_Logging. Section 4 Log exceptions on the server in this blog post

Re: Chrome prompts me to install GWT Developer Plugin even though the plugin is already installed

2015-04-20 Thread Stefan Bylund
I also noticed this yesterday. The GWT Developer Plugin requires NPAPI, which was disabled in Chrome version 42. It is possible to temporarily re-enable it again using the URL chrome://flags/#enable-npapi Evidently, that option will disappear in Chrome version 45... -- You received this

IntelliJ IDEA, custom urls in hosts file

2014-12-03 Thread Stefan Berger
Hi, in my hosts file I have 127.0.0.1 test.loc.com www.loc.com I'm playing with cookies, create them for different domain names. In IntelliJ's GWT configuration, in the Dev Mode Parameters I have -startupUrl http://test.loc.com: com.test.MyApp The console output is Dev Mode

[gwt-contrib] Re: GWT 2.7.0 beta1

2014-10-23 Thread Stefan Lecho
It seems that the com.google.gwt.widget.client.TextButton class is no longer packaged in the v2.7.0-beta1 of gwt-user.jar. Where can I find this class ? On Saturday, 18 October 2014 19:54:40 UTC+2, Daniel Kurka wrote: Hi all, since we are adding major features to GWT, we decided to change

Re: [gwt-contrib] Re: GWT 2.7.0 beta1

2014-10-23 Thread Stefan Lecho
: https://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/widget/client?r=9884 On Thu, Oct 23, 2014 at 7:57 AM, Stefan Lecho stl...@gmail.com javascript: wrote: It seems that the com.google.gwt.widget.client.TextButton class is no longer packaged in the v2.7.0

Re: Moving to Maven

2014-08-26 Thread Stefan Ollinger
[4], [5]. Regards, Stefan [1] http://maven.apache.org/guides/introduction/introduction-to-archetypes.html [2] http://mojo.codehaus.org/gwt-maven-plugin/user-guide/archetype.html [3] https://github.com/tbroyer/gwt-maven-archetypes [4] https://code.google.com/p/google-web-toolkit/source/browse

mgwt Scrollpanel doesn't scroll with Android-Phonegap

2014-02-06 Thread Stefan Strobl
to this issue in the internet. There are some ideas to fix it? Thanks, Stefan -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr

Re: mgwt Scrollpanel doesn't scroll with Android-Phonegap

2014-02-06 Thread Stefan Strobl
Sorry wrong Gorup :( https://groups.google.com/forum/#!topic/mgwt/YfGyYJjClmE Am Donnerstag, 6. Februar 2014 15:14:18 UTC+1 schrieb Stefan Strobl: Hello, I tried to deploy my mgwt-App with Phonegap on Android. My configuration is: gwt 2.5.0 mgwt 1.1.2 gwtphonegap:2.4.0.0

Re: Firefox / GWT plugin troubles

2013-12-04 Thread Stefan Brozinski
Is this known issue ever going to be fixed? I wouldn't call rolling back Firefox from 25.0.1 to 25 a fix. Sounds more like a workaround. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving

Re: Still problems with com.google.gwt.core.client.GWTBridge

2013-08-28 Thread Stefan Sandhop
UTC+2, Stefan Sandhop wrote: On Wednesday, June 5, 2013 4:32:04 PM UTC+2, Thomas Broyer wrote: Are you using any third-party GWT library on the server? Which class is trying to access com.google.gwt.core.client.GWT? (rather than com.google.gwt.core.shared.GWT) For me this happens

Re: Still problems with com.google.gwt.core.client.GWTBridge

2013-08-27 Thread Stefan Sandhop
On Wednesday, June 5, 2013 4:32:04 PM UTC+2, Thomas Broyer wrote: Are you using any third-party GWT library on the server? Which class is trying to access com.google.gwt.core.client.GWT? (rather than com.google.gwt.core.shared.GWT) For me this happens with

Re: Query Regarding MVP architecture

2013-04-17 Thread Stefan Ollinger
Hi, MVP makes sense if your application has multiple view implementations for different devices (browser, mobile, tablet). Otherwise I prefer simple widgets using UiBinder/HtmlPanel and Composite containing presenter and view logic together. Regards, Stefan Am 17.04.2013 um 07:42 schrieb

Re: What is right approach to send frequently server time to client in GWT?

2013-04-17 Thread Stefan Ollinger
Using RPC seems ok here. Note that there are no threads in the browser. Also you cant compare the JProfiler results of the application running in debug mode to the actually compiled JavaScript application which runs in the browser engine. On 17.04.2013 12:31, Bhumika Thaker wrote: Hi, I

Re: What is right approach to send frequently server time to client in GWT?

2013-04-17 Thread Stefan Ollinger
-2.0 Regards, Stefan On 17.04.2013 14:21, Bhumika Thaker wrote: Hi Stefan, No, I don't want to make rpc call frequently. because it will create unnecessaryRPC call. As I mention I want to show*server time *to client frequently. so to avoid unnecessary RPC call like client-request-server than

Re: RequestFactroy dilemma when entity id is null.

2013-04-17 Thread Stefan Ollinger
everything in objects adds sometimes only another layer of indirection. Regards, Stefan On 17.04.2013 16:22, Aryan wrote: Thanks Jens, This is exactly how I am doing right now. I am having something like EmployeeSearchProxy extends ValueProxy for EmployeeSearch class which wraps up Employee

[gwt-contrib] RequestFactory Feature Request: @Immutable EntityProxy, reduced payload size, Map support.

2013-04-16 Thread Stefan Ollinger
, and are they relevant enough to be taken into account in one of the next releases? Also is there a plan to add support for Maps ( https://codereview.appspot.com/6132056/.)? Regards, Stefan Ollinger -- -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message

Re: Gwt Request factory

2013-04-15 Thread Stefan Ollinger
Can you create a service implementation which forwards to the concrete services? Alternatively you can create a proxy for each service. On 15.04.2013 10:38, deepak chauhan wrote: Hi All, I am using gwt request factory. But, there is one design issue I am facing. As per the proxy design in

[no subject]

2013-04-13 Thread stefan bachert
-- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

Re: GWT , Highcharts not working

2013-04-05 Thread Andrei-Stefan Ifrim
On a first view JQuery is also needed. take a look at step 3 http://www.moxiegroup.com/moxieapps/gwt-highcharts/quickstart.jsp script type=text/javascript src=http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js; /script script type=text/javascript src=js/highcharts.js/script I

Re: Complex JSON and overlay types

2013-04-03 Thread Stefan Ollinger
, Stefan On 02.04.2013 16:24, sebastien.rib...@isen-lille.fr wrote: Thank you for your answers. - Thomas: Yes, it works. But the problem is that I don't know John. It can be anything else. For example the JSON can be: /{records: [{names: {Cedric: [50, H, US], Jean: [50, H, US]}, style: TR

Re: Complex JSON and overlay types

2013-04-01 Thread Stefan Ollinger
Hi, you could take a look at http://code.google.com/p/google-web-toolkit/wiki/AutoBean Regards, Stefan On 29.03.2013 14:18, sebastien.rib...@isen-lille.fr wrote: Hi everybody, I want to read this kind of JSON with GWT: /{records: [{names: {John: [50, H, US], Jack: [50, H, US]}, style: TR

Re: Complex JSON and overlay types

2013-04-01 Thread Stefan Ollinger
, H, US], Jack: [50, H, US]}, style: TR}]}./ Le lundi 1 avril 2013 12:43:37 UTC-4, Stefan Ollinger a écrit : Hi, you could take a look at http://code.google.com/p/google-web-toolkit/wiki/AutoBean http://code.google.com/p/google-web-toolkit/wiki/AutoBean Regards, Stefan

Java7 Langauge Feature Support

2013-03-12 Thread Stefan McDaniel
Compiler myself? Thanks, Stefan -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send

Re: Wishlist - What GWT developers want for Christmas

2012-12-11 Thread Stefan Ollinger
+1 Keep it moving Am 11.12.2012 19:45, schrieb Joonas Lehtinen: We just published all of the 2600+ wishes you guys added to the Future of GWT survey on most important things needed in GWT. Take a look: https://vaadin.com/gwt/report-2012/wishlist -- You received this message because you are

Re: [POLL] Maven project layout, what to standardize?

2012-11-13 Thread Stefan Ollinger
impact on the standard we choose. For super sources I am not sure what is best, since I dont use them. Regards, Stefan Am 13.11.2012 13:51, schrieb Thomas Broyer: Hi all, As some of view may already know, I'm porting GWT to use Maven as the build system (instead of Ant). I'm also about to reboot

Re: RPC call from server to client

2012-10-17 Thread Stefan Ollinger
it to the interested parties. Also see: http://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern Atmosphere is a good implementation and has support for GWT: https://github.com/Atmosphere/atmosphere/wiki/Getting-started-with-GWT Regards, Stefan Am 17.10.2012 13:31, schrieb Magnus: Hello, I realized

Re: RPC call from server to client

2012-10-17 Thread Stefan Ollinger
See answers inline. Am 17.10.2012 15:19, schrieb Magnus: Hello, thank you for the responses and the links. It would bother me a little bit to use a third-party library for this. If there is no other way I would do this, but at the moment I would like to know if this is really needed. You

Re: maven gwt

2012-05-16 Thread Stefan Ollinger
option you have, is to use a Maven archetype, which is a project template. Using an archetype creates a new project. So you would need to copy/paste your existing files over. Regards, Stefan Am 15.05.2012 18:31, schrieb tong123123: Thanks for reply. As I am new to maven, what I first need

Re: maven gwt

2012-05-16 Thread Stefan Ollinger
The resources which are in your/module/package/public can still be placed in src/main/java. Also if you have images which are used in CssResource or UiBinder, they can be kept in src/main/java. This is a pragmatic solution. Maven suggests to put them in src/main/resources. See:

Re: maven gwt

2012-05-16 Thread Stefan Ollinger
It adds the GWT project nature and the GWT builder to the eclipse project. You dont need the GPE, but i'd suggest you to use it. GPE adds syntax highlighting and completion to .ui.xml files, a development mode view and lots of other helpful things. Am 16.05.2012 18:15, schrieb Kei Kei:

Re: DTO + GWT

2012-04-24 Thread Stefan Ollinger
Hello Akram, Data Transfer Objects are just simple POJOs which are used to transfer data to the client. Take a look at Dozer to map data from your business objects to DTOs: http://dozer.sourceforge.net/documentation/about.html Regards, Stefan Am 24.04.2012 10:30, schrieb Akram Moncer

Re: DTO + GWT

2012-04-24 Thread Stefan Ollinger
1:1 DTOs are not required. I think you can configure Dozer. You could for example create multiple views of your business model. Regards, Stefan Am 24.04.2012 11:10, schrieb Akram Moncer: thinks a lot i have a big model of database, and i have association between entities, do i have

Re: I need help/tips with general application architecture

2012-02-08 Thread Stefan Ollinger
Regards, Stefan On 08.02.2012 17:57, divStar wrote: Hello, I've been using GWT for about two years now. In this period I've rewritten major parts of my application a few times. However: as I implement more and more stuff into it, I lose overview and sometimes am dazzled by the complexity my

Re: I need help/tips with general application architecture

2012-02-08 Thread Stefan Ollinger
in the .ui.xml files, since you can use light-weight html markup to create some parts of the widget layout. I suggest you to take a look at UiBinder first. MVP is great to separate the display logic from the business/application logic. Regards, Stefan On 09.02.2012 00:15, divStar wrote: Thank you

The (currently) definite way to achieve Push/Comet/Streaming in a GWT app? :)

2012-01-19 Thread Stefan Sigvardsson
/ (or is it abandoned)? 2. Do you know if maybe GWT soon will include a simple Push technology for servers other than app engine? 3. If you have your own implementation, and it is stable and easy to run in a GWT app, would you mind sharing it? Kind regards! Stefan -- You received this message because

Re: The (currently) definite way to achieve Push/Comet/Streaming in a GWT app? :)

2012-01-19 Thread Stefan Sigvardsson
*GWTEventService* looks promising, i'll look into that one. Thanks! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/_bahhP74zYQJ. To post to this

Re: Cocoa like UI API for GW

2011-12-29 Thread Stefan Ollinger
. Regards, Stefan Am 24.12.2011 23:20, schrieb Christopher Bruno: I plan to use the UiBinder-style XML as the file format for laying out widgets. Im not sure about supporting GWT designer -- I would rather implement something like Apple's Interface builder and not have it bound to Eclipse. Here

Re: Cocoa like UI API for GW

2011-12-24 Thread Stefan Ollinger
Do you plan to add UiBinder and GWT Designer support? Stefan Am 23.12.2011 21:10, schrieb cbruno: I am currently building a clean room implementation of the Cappuccino widgets (cappuccino.org) in GWT. Instead of using layout classes the widgets utilize absolute positioning and autoresizing

Re: ListEditor with inheritance

2011-12-22 Thread Stefan Ollinger
prevent this solution? Regards, Stefan Am 22.12.2011 17:56, schrieb Thomas Broyer: First, have you seen http://code.google.com/p/google-web-toolkit/issues/detail?id=6719 ? In your case, I think you could do it quite easily by: 1. not having the TextArea as a sub-editor 2. implementing

  1   2   3   4   5   >