开发者

GWT, ASP.NET, jQuery... can you clarify me?

Does someone can help me to understand WHERE to collocate Gwt compared to (for exmaple): asp.net or jquery ? Does开发者_运维百科 it only a toolkit client side, server side or... ? I'd like the "final product" written with GWT but i'm an asp.net developer.. can i integrate asp.net with GWT ?

AS you can see.. i'm little confused about it!


I believe that the idea is that with Google Web Toolkit (GWT) you write in Java, but the output is JavaScript, therefore you would just need to include the JavaScript output in whatever project you are using in order to have the "deployed" version of your GWT code available.

I'm not sure why you'd use GWT with asp.net rather than crank some jQuery to sit alongside your asp.net pages. That's more of a subjective subject.


Since GWT is able to retrieve JSON data, you are free to integrate it with ASP.NET web site. But GWT is all about Java, I can't see any reason for ASP.NET developer to use it.

In case if you want to utilize it's UI widgets, you can try jQuery-UI, ExtJS or Yahoo UI client-side libraries.

Check out Morfik, it allows to build ajax apps with C#

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜