Vandan Patel
Vandan Patel

Reputation: 1022

Difference between GWT and GWTP

I am completely new to GWT and so does GWTP. One of my friends said GWTP is better and easy than GWT. I tried to study both of them, but still can't figure out what are the main differences and which one is better to use?

Thanks ....

Upvotes: 1

Views: 2567

Answers (2)

Matthew Flaschen
Matthew Flaschen

Reputation: 284826

It's not a question of which, but rather A or A + B. GWTP is a MVP framework built on top of GWT. It's analogous to ASP.NET and ASP.NET MVC.

If you're new to GWT, GWTP is probably worth considering.

Upvotes: 5

spg
spg

Reputation: 9837

GWTP is not a replacement for GWT.

Instead, GWTP is a MVP (Model-View-Presenter) framework aimed to facilitate GWT application development.

GWT apps can be built without GWTP, but, in my experience (working on 10+ GWTP projects), GWTP greatly accelerates your development.

Upvotes: 3

Related Questions