Re: Reusing widgets across mvp views

2011-11-26 Thread Andrei
Thomas, You have an interesting idea. I am not sure, however, how much you are going to win by trying to reuse a single copy of a widget. I have some very complex widgets in my app, and they render very quickly (I must add I use plain GWT). If I ever notice a delay, it's caused by loading data, no

Loading inherited module 'com.google.gwt.i18n.I18N' and Unexpected error while processing XML

2011-11-26 Thread bognekadje
Hi, Since yesterday, i have problem to compile my maven project. I use maven with archetype codehaus.mojo:gwt-maven-plugin. Compilation return following error message I don't understand, why this problem start since yesterday and don't see his causes. Please help me. [INFO] [INFO] --- gwt-mave

Smart GWT, GWT Designer & No Java Server

2011-11-26 Thread Fabe
Hi, I want to know if and how I could use the GWT Designer (via a GWT Java Project) with Smart GWT and make all of that running finally on a non Java Server such as Apache 2. I'm creating a web app based on a _GWT Java Project_ and on the Smart GWT module. The purpose is to make it running on a n

Ideal development platform for GWT/GAE?

2011-11-26 Thread Mark Molloy
Hi, I currently have one laptop (Windows 7 64-bit) that I use for everything -- and that's a lot of #&^%. It is an operational mess. Now, I've installed MyEclipse 9.0 to develop a GWT/GAE application. Unfortunately, whenever Eclipse is running, the browsers start timing out. E.g., it is impossibl

Simple OpenID web app example

2011-11-26 Thread Clever Ruse
Hello I've been trying to create a simple web app that uses OpenID... I've tried to follow this guide: http://code.google.com/appengine/articles/openid.html Let me say that I have very little knowledge. I would really appreciate help doing a super simple web app. I've followed this guide as well

Re: GWT Designer Local archive

2011-11-26 Thread tHr
Thanks How can I download GWT Documents? -- 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/-/FK7_fj9uh-IJ. To post to this group, send email to goog

Re: MVP framework(s) doubt

2011-11-26 Thread Thomas Broyer
What are your perf issues? Are they in DevMode or production mode? If you don't have perf issues in prod mode, then you don't have a perf issue: DevMode *is* slower; and moreover code splitting won't help. It's also important to define *which* are your perf issues: if it's download time, then co

Re: MVP framework(s) doubt

2011-11-26 Thread Christian Goudreau
I've used activities and places are great "tools", not a framework in itself. It can be used for mvp, but doesn't has to. What is missing with activity and places is a framework like Gwtp that remove all the boiler plate from it :D That being said, I would suggest using gwtp (since I'm one of the

Re: MVP framework(s) doubt

2011-11-26 Thread Travis Camechis
I have used GWTP a project I worked on and loved it. It doesn't require all the boiler plate code that you have to write use the ActivitiesAndPlaces model. On Sat, Nov 26, 2011 at 10:42 AM, vehdra music wrote: > I am creating a GWT application using GWT MVP as described here > ( > http://code.g

MVP framework(s) doubt

2011-11-26 Thread vehdra music
I am creating a GWT application using GWT MVP as described here ( http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html ) only that instead of ClientFactory I am using Gin. I started nice, but now that I have many entities with List & Edit views, activities and places,

Re: GWT e IDE

2011-11-26 Thread Eric Clayberg (Google)
Also note that the GPE (and tools like GWT Designer) are Eclipse only. -- 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/-/MzCO48RyX30J. To post to

Re: GWT Designer Local archive

2011-11-26 Thread Eric Clayberg (Google)
GPE includes GWT Designer. The Android feature requires that you install the Android tools (ADT) first. -- 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-t

Re: Reusing widgets across mvp views

2011-11-26 Thread Maximilian Eberl
> I am attempting to share widgets across various views in mvp. Just a simple idea: Create a Singleton class WidgetHolder and keep the Widgets in a HashMap or an Array List and provide a get(widgetname) method. Remember that client-side GWT is JavaScript, not Java!! So Your WidgetHolder should fit

Re: GWT e IDE

2011-11-26 Thread Maximilian Eberl
> Hi, I wanted to know if there is a RAD framework for GWT NetBeans IDE, > like Eclipse? There is an intereseting site on the internet which can help You. It's name is 'Google' http://www.google.com You should type 'netbeans gwt plugin' into the textField in the middle of their homepage. After s

Re: How to implement admin features/sections in app

2011-11-26 Thread Vitrums
since admin privileges are run-time features, deferred binding can't help you in this case, unless you duplicate your project adding some extended admin-only functionalities to redirect admin to, and this solution would be just as bad, as if you implement security facility in an abstraction of G

Re: attach listeners/handlers to widget, then do some DOM-stuff - listeners gone?

2011-11-26 Thread Vitrums
I frequently use native .onmouseover/.onmouseout events in my animations, and I always try to follow some limitations, which can save me from a set of known unpredictable behaviours concerning this matter. First of all, defer all your handlers attachments as much, as you're sure, that calling a