vote up 8 vote down star
2

My company is trying to migrate away from a .NET application to something that is purely web-based, and very "ajaxy". The original .NET app is fairly interactive, roughly equivalent to Google Maps as far as user interaction is concerned (zoom, pan, annotate features on a vector map).

Our .NET developer is really taken with Flex2. I'll admit to having a pretty strong Java bias. I also have about a year's worth of experience with GWT, and can get things done pretty quickly with it. Our codebase is mostly J2EE, so GWT seems a natural fit to me. I have zero experience with Flex, so I really can't make a recommendation for or against it

Our primary interests in selecting a framework are the following:

  • futureproof
  • works on all major browsers
  • fast & responsive user experience
  • code should be unit testable
  • code must be maintainable
  • speed & ease of development
  • supports vector graphics of some sort (SVG a plus)

Care to weigh in on the pros & cons of these two technologies, or even recommend a third option?

flag

53% accept rate
In the end we decided to take a hybrid approach- design the site using GWT, but the graphing portion will be done in a Flex component. – Limbic System Feb 7 at 21:41

9 Answers

vote up 8 vote down

I'm not familiar with GWT, but I'm very familiar with Flex. Even though GWT is Java-based (and it sounds like you're largely a Java shop), I'd recommend Flex based on your listed interests:

  • Futureproof - Flash powers YouTube and a huge percentage of multimedia on the web... they've built it into video game consoles and Intel is building it into settop boxes. It's going to be here for a long, long time, and Adobe has always maintained 100% backwards compatibility with their Flash players.

  • Works on all major browsers - yes. And with Flash Player 10, that includes Linux systems as well. And with very minimal admin headaches (way less than Java, in my opinion).

  • Fast & responsive user experience - yes, though Java can be faster in some scenarios. Flash is optimized for vector rendering, so since that's your target, it may be give you better performance than Java.

  • Code should be unit testable - yes, see FlexUnit.

  • Code must be maintainable - definitely. AS3 is a serious language, not a toy scripting language. It will be very familiar to users of C# or Java.

  • Speed & ease of development - for what you're doing, you'll be able to find dozens of examples of exactly what you described: zooming and panning Google Maps -like vector images. The core of the runtime is a well-designed graphics engine, so building an interactive graphics app is its natural chore.

  • Supports vector graphics of some sort (SVG a plus) - obviously, Flash does this natively. SVG is supported at the compilation stage (you can compile in SVG but you can't parse SVG at run-time). There are toolchains available that'll convert SVG to SWF for you at runtime.

The only reason I'd see for using GWT would be to keep your shop Java on server and client... but then again, you're looking for the best tech for the job, right? In that case, I'd say Flash (and in particular, the Flex framework) is best suited for what you're wanting to accomplish.

link|flag
I don't know that Flex or any other RIA technology can truly be futureproof. The only way to save yourself is to make your UI as lightweight as you can so that the cost to change to a new technology when the next great whiz-bang feature comes along is very low. – Scott W Jan 8 at 19:51
1  
Comment to: "Fast & responsive user experience - yes, though Java can be faster in some scenarios." GWT produces JavaScript, not Java for the browser. – Petteri Hietavirta Jan 23 at 16:51
vote up 2 vote down

I'm biased toward Flex since I've been doing Flash/Flex development since 2000. I think to answer your question though, it really comes down to the level of interactivity and complexity you want to achieve.

Flex is going to let you do things that would be nearly impossible in a JavaScript environment (ASP.NET AJAX, jQuery, GWT) such as simple 3d graphics. Building complex interactivity is really trivial in Flex. Also it is very fast and can handle lots of animated objects at a time. Flex can communicate seamlessly to .NET or Java using web services. The downside of using Flex is that it feels like an embedded application on your web site rather than something that is tightly integrated.

If you are going to stick with a JavaScript approach, usually I'd suggest using something language agnostic like jQuery. But since you already have GWT experience, that may work well for your project. The downside is that GWT in the end is still JavaScript, so you are going to be limited by the speed and interactivity of what is possible in a browser.

link|flag
vote up 2 vote down

Sun has recently launched a new technology called JavaFX for these kinds of RIAs. You may want to check it out (javafx.com). It is suppose to run on Java 5 or better but that will definitely not have the kind of client penetration that Flash does. I think however given your requirements for testing that this technology may not be appropriate at this time.

Also, I think Troy Gilbert made an error in his post. Specifically, he seems to indicate that a GWT application will run (by the client) in java. I'm almost certain that a GWT application is written first in Java and then GWT will compile that into a javascript library that the client runs.

link|flag
Your understanding of GWT is correct. – cletus Jan 8 at 22:05
vote up 10 vote down

I'm only mildly familiar with Flex, but have worked with GWT for many years. We had to make a very similar decision some years ago (Flash vs GWT), but for different reasons. In the end we saw the many advantages of GWT over Flash (Many of which apply to Flex):

  • Not all our customers have flash, penetration numbers from Adobe are useless, you need your own (which we have) to see what your customers actually have. In corporate and education markets the penetration is actually far lower than the high 90s that Adobe quotes.

  • GWT is truly cross-browser and platform compatible (Linux, Mac, Windows, Android, iPhone, etc, etc) whereas flash will never be. You may not care about that, but we did.

  • Flex is proprietry Adobe Technology, whereas GWT is fully open source and customisable

  • GWT integrates with the DOM, and everything else on your page far easier than flash and Flex do.

  • GWT is coded in Java, and we all know Java extremely well

To Address your specific points:

*  futureproof

Nothing is truly future proof, but I feel that both GWT and Flex would be fairly future proof. Maybe GWT a tiny bit more so because it's open source.

* works on all major browsers

GWT works in Firefox(and all gecko browser), Safari (and all Webkit browsers), IE and Opera. Flex works in all browsers, but only if Flash is supported, so I would say GWT comes out on top there.

* fast & responsive user experience

On platforms where it's supported, Flex is going to kill GWT dead for user experience. You just can't compete with flash when it comes to smoothness and slickness.

* code should be unit testable

Both are easily unit testable

* code must be maintainable

When coded well both are maintainable

* speed & ease of development

As long as your familiar with them, I'd say it's much of a muchness.

* supports vector graphics of some sort (SVG a plus)

I can't speak for Flex, but GWT supports vector graphics via SVG, through third-party libraries.

link|flag
Flex is open source, see labs.adobe.com/wiki/index.php/… Flex supports compile-time SVG: adobe.com/devnet/flex/… – Troy Gilbert Apr 10 at 15:44
vote up 1 vote down

One other point to note is that neither the iPhone nor Android currently support Flash. A lot more people are expecting to access web apps on their phones.

link|flag
vote up 0 vote down

While iPhone and Android do not support flash YET, you should also note that Google create applications targeted for the mobile phone. They are doing that because the screen on mobile devices is vastly smaller then the typical laptop/desktop. Therefore, the lack of flash support is a non-issue, since a targeted app provides a better user experience.

link|flag
vote up 0 vote down

My company was faced with the same decision about one year ago. Have you heard of GXT http://extjs.com/products/gxt/? We ultimately chose GXT. As a .NET developer, making the transition from .NET to GXT was great. We developed an corporate-wide management program with GXT/GWT. The downsides are that GXT is developed by a much smaller team compared to Flex and the community isn't near as large. However, it delivers an impressive in-browser experience. Check it out.

link|flag
vote up -1 vote down

I know you asked about GWT vs Flex, but if you have a say over the final decision you should seriously consider whether to move away from AJAX and ASP.NET. Despite what Adobe, Microsoft, and Sun say, RIAs (Rich Internet Applications) are not yet ready for a primetime browser experience except in limited form (like video players).

A full-blown application written for the browser, in native browser technology, is going to give the best possible experience to the user as well as having the most development resources available to maintain it.

ASP.NET is not going anywhere. Neither is Java or Flex. But for sheer reach, best possible user experience overall, and maintainability (due to there just being far more available programming resources available) you cannot beat a native browser-based application.

ASP.NET MVC is purely web-based and very Ajaxy. You might check it out. It is similar to Ruby on Rails (without the Rails) and developers (even devs new to ASP.NET) are quite taken with it.

link|flag
vote up 2 vote down

I was part of a project that used GWT, and I loved it, especially since Java is my primary programming language of choice. I haven't used Flex, so I'm only giving you info on what I've experienced with GWT. To comment on some your requirements

*futureproof - GWT's been there for a couple of years already, and its continually supported by Google.

*works on all major browsers - if you've used GWT, cross-browser programming has never been much easier. GWT does this for you!

*code should be unit testable - yes you can unit test GWT, its also easy to debug GWT.

*speed & ease of development - Ajax is made a lot less complicated thanks to GWT. That alone could speed up your RIA development.

Aside from these, I just have to say, I love their Google Group! It's very active and you could find a lot of people out there that could help you out in case you get stuck with something.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.