Hey Muhammed,

>  1. RAD toolkit for editing the interfaces (GUI designer preferred):
>     While GWT has exciting GUI designer Wt hasn't so when I tried to
>     write my first application (addressbook) it took me a full day to
>     build the interfaces while GWT took 10min, so I wonder is there any
>     suggestion or solution to make interfaces designing much developer
>     friendly?

We don't have a designer; we usually start from HTML templates. We
find that this becomes very effective once you start modifying and
adding things, although there is indeed a learning curve involved.

>  2. Report designer: While GWT can easily integrate to JasperReports
>     engine & iReport, Wt hasn't any report designer to be integrated
>     although I found OpenRPT which works fine with Qt but it doesn't
>     support server mode unlike JasperReports, so do you've any
>     suggestion or idea about this point?

Wt includes Wt::Render which is an HTML/CSS to PDF renderer. This is
(in our experience) brilliant for reporting since you can reuse much
of the HTML/CSS that use for displaying the same information on the
user's screen.

We've expanded this renderer alot within the scope of the current
imminent release.

>  3. Toolkit continuance: Google has a huge reputation, this gives GWT a
>     big advantage over Wt specially number of the contributes and number
>     of website built by GWT for that I'm really afraid of discontinuing
>     Wt suddenly because lack of the contributors, so do you find this
>     point is rightly?

If I'm not mistaken, Google no longer owns/drives GWT but "dumped" it
in the community last year. I don't believe they are still using GWT
themselves in their own product development.

We are indeed a small company, but Wt is our bread and butter, and the
user base of Wt is still growing.

On a technical side, here are some advantages of using Wt : no need
for implementing client/server protocol with security risks and
performance issues (not too many requests!), no need to artificially
trying to break application in smaller downloads using a complicated
strategy to have faster startup times ...

Regards,
koen

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to