SuperDevMode not so super

2012-11-14 Thread StefanR
In a larger GWT multi project app and it took me several hours to get the new SuperDevMode running (I found this videohttp://jeff-davis.blogspot.de/2012/07/setting-up-gwt-25s-superdevmode.htmlvery helpful). Now, I'm a bit disappointed about the coolest new feature of 2.5 and I wonder if I have

Re: SuperDevMode not so super

2012-11-14 Thread Filipe Sousa
I'm facing the same problems as you. But I'm using GIN and GWT-RPC On Wednesday, November 14, 2012 8:24:35 AM UTC, StefanR wrote: In a larger GWT multi project app and it took me several hours to get the new SuperDevMode running (I found this

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

2012-11-14 Thread Nader
I vote for alternative 1, as it complies with maven convention and I had no problem at all with this structure. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

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

2012-11-14 Thread Thomas Broyer
On Wednesday, November 14, 2012 11:16:11 AM UTC+1, Nader wrote: I vote for alternative 1, as it complies with maven convention and I had no problem at all with this structure. The question is about whether *in a library* *.gwt.xml and the likes should be seen as sources or resources, so

Re: SuperDevMode not so super

2012-11-14 Thread maticpetek
I understand you pain. Our application is around 150k LOC of client code, we are using only GWT-RPC, we have big problems with development productivity and unfortunately SuperDevMode did not bring anything useful for us. On Wednesday, November 14, 2012 9:24:35 AM UTC+1, StefanR wrote: In a

Re: SuperDevMode not so super

2012-11-14 Thread Paul Stockley
Our project is about 35,000 lines of client and server code. We don't use RPC or request factory because we have our own RPC mechanism. We do have quite a lot of UI binder files. Super dev mode recompiles take between 6 to 8 seconds. So it sounds like the generators are your problem. For some

Re: SuperDevMode not so super

2012-11-14 Thread Joshua Kappon
Also facing the same issue. On Wednesday, November 14, 2012 10:24:35 AM UTC+2, StefanR wrote: In a larger GWT multi project app and it took me several hours to get the new SuperDevMode running (I found this videohttp://jeff-davis.blogspot.de/2012/07/setting-up-gwt-25s-superdevmode.htmlvery

Re: SuperDevMode not so super

2012-11-14 Thread Paul Robinson
I have about 250kloc, lots of RPC and no generators or UI binder. With decent hardware, a recompile is about 7-8 seconds. With a 3-4 year old computer, it was taking about 20 seconds. Paul On 14/11/12 14:34, Paul Stockley wrote: Our project is about 35,000 lines of client and server code. We

Re: Running a Maven/GWT project

2012-11-14 Thread Magnus
Hi, this works! :-) Now I have to isolate the project from maven. (I want a working atmosphere example, but I won't use maven.) I used all the 8 jars found in the example, but I still have some unresolved dependencies: - org.atmosphere.gwt.client.AtmosphereGWTSerializer; -

Re: Running a Maven/GWT project

2012-11-14 Thread Magnus
Hi, this worked, thanks! Now I have to isolate the project from maven. (I want a working atmosphere example without maven, because I won't use maven.) I created a new GWT project, fetched all the sources from the example and all the jars and added the jars to the eclipse project. Then, I

Re: Running a Maven/GWT project

2012-11-14 Thread Magnus
Hi, this worked, thanks! Now I have to isolate the project from maven. (I want a working atmosphere example without maven, because I won't use maven.) I created a new GWT project, fetched all the sources from the example and all the jars and added the jars to the eclipse project. Then, I

Re: Running a Maven/GWT project

2012-11-14 Thread Jens
Looks like you have to use GWT 2.5. -- J. -- 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/-/jAJ-r9zbYUoJ. To post to this group, send email to

CalendarEntryPoint.java sample insertEvent() gives me error Bad Request

2012-11-14 Thread Rob0
I am attempting to get the CalendarEntryPoint.java working. Authentication works. I added code from other example to list calendar events, but the insertEvent() gives me error Bad Request and all of the other methods of Update, Delete, etc in example require the insert. I am using the

Needed Urgent Help:How to display PDF conent of page in GWT Panel or frame or HTML in HtmlPanel + source code

2012-11-14 Thread singh ajay
Hi Folk, can any one help me out with my problem, I am generating PDF file using JRXML using Java JASPEREXPORTMANAGER. but i don't know how to view pdf in gwt UI. any frame or special container require. Do let me know. Ragards, Ajay Singh, Mumbai, India -- You received this message because

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

2012-11-14 Thread Искандер Искандер
I agree with Stefan Ollinger. +1 for second alternative. -- 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/-/uP_fDPSjRkcJ. To post to this group,

Problem with HTMLPanel and method addAndReplaceElement

2012-11-14 Thread Sarah Konat
Hi, Here some explanations. If my HTML page contains : div id=cancel_date h3 id=cancel_date_title/h3 table align=center tr td id=cancel_date_labelDetailService/td td id=cancel_date_detailService/td /tr /table /div If my code contains HTMLPanel container =

GWT 2.5 Elemental WebRTC broken in Chrome 23

2012-11-14 Thread Seamus
Hello All, We are working on a video chat prototype using GWT 2.5 / Elemental / WebRTC along with Chrome 23. In Chrome 23 the PeerConnection object name is changed from webkitPeerConnection00 to webkitRTCPeerConnection and Elemental is not compatible any more. FYI, Elemental still has the

Using OAuth2Login Google authenticator with Security constraint

2012-11-14 Thread Allen Zhou
I want to use the Google authenticator as described here: https://developers.google.com/accounts/docs/OAuth2Login as the authentication link used for a security constraint. security-constraint web-resource-collection url-pattern//url-pattern /web-resource-collection

Data Replication Problem

2012-11-14 Thread Som
This is my first time with GWT. And, I had to built an app with GWT.So I chose GWT Activities and Places for designing of my app.I was really impressed by the way GWT provides you with a lot of features. As I was just at the closure of my App Development I was struck with the problem which I

i18n generate keys instead of failing at compilation

2012-11-14 Thread Olivier O
We have a internationalized application. The translations are managed by our analyst who maintains an excel sheet. The sheet is used to generate a .propeties file who is then used by 'org.codehaus.mojo:gwt-maven-plugin' to generate Gwt messages. But the maintenance of the excel sheet isn't easy

Creating a gwt.xml module for a 3rd Party Library

2012-11-14 Thread Jeffrey Elrod
Hi everyone, Is there a step by step document on creating a GWT module for a third party library where the library was not created for GWT? I find documentation about creating GWT modules but would like something more specific. Thank you for your time. Jeff -- You received this message

Developing a GWT application which only displays entities for a particular day

2012-11-14 Thread Philroc
Hello, I would like to develop an application which lets users manage newspaper print sites for a particular date. The main Entity will be called Printsite and will have the following attributes: - name - city - country - printRun (number of copies printed on an issue date) - issueDate (the

Re: SuperDevMode not so super

2012-11-14 Thread Daniel Mauricio Patino León
It's to sad that if i want to change a small line of code, like css on uibinder i need to recompile all the project. Plus JSR 303 Validation annotations aren't compiled in superdev mode i will put a issue El miércoles, 14 de noviembre de 2012 02:24:35 UTC-6, StefanR escribió: In a larger GWT

Problem org.gwt.advanced.client.ui.widget.DatePicker setDate No Refresh

2012-11-14 Thread Xavier
hello, I am developing a project and have a problem. I use org.gwt.advanced.client.ui.widget.DatePicker and when I call the function setDate (NewDate), the new date is not updated until I open the panel for the second time. Help please! Code: DatePicker StartDateTime; protected

Re: SuperDevMode not so super

2012-11-14 Thread Clint Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2012 09:47 AM, Andrew Mackenzie wrote: IMHO, SuperDev is not the fix for this, and GWT is exploring a path (Source maps, browser debug, etc) that breaks one of the best and distinguishing points of GWT. Agreed. The inability to debug

Re: SuperDevMode not so super

2012-11-14 Thread emurmur
I am really enjoying SuperDevMode. My desire is to program to the browser, not to a high-level GWT api. I've build an MVP framework on top of lower level browser api's, so no UI Binder, no request factory, no GWT widgets. Compiles are fast. Debugging in Chrome works well. There are some

RequestFactory Proxies and Generics - Compile problem

2012-11-14 Thread otth2oskier
I am writing a bunch of screens using CellTable and the AsyncDataProvider along with RequestFactory calls. I would like to get away from the pattern of making a server call for data and a second call for row count to update the AsyncDataProvider's data and row count. I would like create a

Re: RequestFactory Proxies and Generics - Compile problem

2012-11-14 Thread Andrea Boscolo
I guess, you can't. See http://code.google.com/p/google-web-toolkit/issues/detail?id=6967 and http://code.google.com/p/google-web-toolkit/issues/detail?id=5974 For the 2 server calls you can simply (and probabily better) call two different service methods with two different receivers in the

Re: Unicode Characters in Dynamic Text Content

2012-11-14 Thread drkstr1
Well I was able to come up with a temporary work around, but it's such an ugly hack I'm almost embarrassed to share it! I figured what I needed to do was force javascript to evaluate the String somehow. Here are the steps I took to make that happen: 1. Use javascript control codes (as text) in

Re: SuperDevMode not so super

2012-11-14 Thread Clint Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm glad SDM works for you; the ability to see HTML or CSS changes quickly is definitely a pro. But losing the IDE debugger is a big con. No browser debugger that I'm aware of matches the functionality of Eclipse or IntelliJ. Losing the ability to

Re: SuperDevMode not so super

2012-11-14 Thread Chris Lercher
In my opinion, Super Dev Mode is an awesome addition to Dev Mode. It fits in my workflow: - For super-fast changes in client-side code (to fine-tune styling etc.), I use Dev Mode, with a Debugger attached, and a simple button on the page that rebuilds just the widget I am tuning. Nothing beats

Re: SuperDevMode not so super

2012-11-14 Thread Oliver Krylow
We are also enjoying super death mode as it allows debugging mobile applications directly on the device . This is a huge time saver and while I agree that having the debugger not integrated is inconsistent for java devs but really, after spending 5 minutes with the chrome debugger you will find

Re: SuperDevMode not so super

2012-11-14 Thread Thomas Broyer
On Thursday, November 15, 2012 2:34:12 AM UTC+1, Oliver Krylow wrote: We are also enjoying super death mode as it allows debugging mobile applications directly on the device . This is a huge time saver and while I agree that having the debugger not integrated is inconsistent for java devs

Re: SuperDevMode not so super

2012-11-14 Thread Thomas Broyer
On Thursday, November 15, 2012 1:14:56 AM UTC+1, Chris Lercher wrote: The only problem I see is, that Super Dev Mode has been officially described as a replacement for Dev Mode. I don't know, if that's such a good idea. With browsers all adding remote debugging support (except IE maybe)

Re: SuperDevMode not so super

2012-11-14 Thread Chris Lercher
On Thursday, November 15, 2012 2:53:37 AM UTC+1, Thomas Broyer wrote: SourceMaps could then be used by your IDE so you could put breakpoints in your editor window. I can see the potential - it could be big. I do have a few doubts though: 1. Would this also allow me to inspect the internal

Re: Running a Maven/GWT project

2012-11-14 Thread Magnus
Looks like you have to use GWT 2.5. Ok. I always used GWT with the eclipse integration, i. e. giving a URL as a working site (which is specific to the eclipse version), the GWT files are automatically downloaded and integrated into eclipse somehow. I actually don't know the state of GWT