GWT Compile for a large code base

2010-09-13 Thread KaiWeing
Hello, we are currently evaluating GWT as a replacement view layer for a large product. This product (now Swing) consist of independend contributions which are currently compiled per module. As I understand, to build a GWT project, every module has to be built in one go (or to be more specific,

Howto access instance method from external JavaScript?

2010-09-02 Thread KaiWeing
Hello, I am looking for a way to post to my event bus via user defined javascript. This is what I came up with, but the event is not fired. What's wrong? // I call this during onModuleLoad public native void registerExternalEventSink() /*-{ $wnd.fireExternalEvent =

Re: Role-based security and widget visualization

2010-07-03 Thread KaiWeing
the release. BR, Laco On 1. Júl, 14:07 h., KaiWeing kaiwe...@gmx.net wrote: Hello, we are evaluating GWT as a basis for different kinds of enterprise applications we have here. Some of those have controls which must only be displayed for users in a certain role, also, the decision which

Role-based security and widget visualization

2010-07-01 Thread KaiWeing
Hello, we are evaluating GWT as a basis for different kinds of enterprise applications we have here. Some of those have controls which must only be displayed for users in a certain role, also, the decision which controls to display must be made at serverside, to avoid clientside manipulation.