Flex vs GWT again

Posted by CK Lee on Stack Overflow See other posts from Stack Overflow or by CK Lee
Published on 2011-01-11T09:06:13Z Indexed on 2011/01/11 9:54 UTC
Read the original article Hit count: 207

Filed under:
|
|

Hi all,

I am working on a customized web ontology editor (something like http://webprotege.stanford.edu/ which is built by GWT). My backend will be Java+Spring+Hibernate and domain models are in Java. My frontend will be something like WebProtege which requires extensive RPC call. It is quite clear that I should use GWT as I can refer to the open source code. However, due to company policy, I shall consider Flex as well.

I understand Flex can remotely invoke Java backend methods via BlazeDS using AMF (Is there a Flex equivalent of GWT-RPC?). I have read discussion on GWT vs Flex vs ?. If I can make full decision sure I will go with GWT. GWT strengths like support right to left characters, support iPhone/iPad, smaller size, support JSON out of the box, support printing are not important considerations for my project.

Besides GWT supports Java generic, enum; domain objects can be shared with both GWT client and server; coding are more seamlessly... anyone can suggest other strong reasons that I should only go with GWT?

FYI, I have plenty of Java experience but both GWT and Flex are new to me.

Thanks.

© Stack Overflow or respective owner

Related posts about flex

Related posts about gwt