Ivan G.
Ivan G.

Reputation: 5215

Silverlight analog in Java environment

Is there any analog to Microsoft Silverlight in Java World? The requirement is to use native language and share some already written libraries while hosting in a web browser on client side. Silverlight is a great technology, but it doesn't work on Linux. Please don't remind me of Moonlight. Please don't suggest ActionScript as it's not Java.

Thanks.

Upvotes: 0

Views: 144

Answers (2)

Peter Lawrey
Peter Lawrey

Reputation: 533680

You could look at GWT or Echo2

You may find this review http://vinaytechs.blogspot.com/2009/09/comparison-matrix-of-ajax-frameworks-zk.html interesting as it covers many other options and lists the different features of each.

Upvotes: 1

skaffman
skaffman

Reputation: 403551

JavaFX springs immediately to mind, which sort of hangs around in the Flash/Silverlight space. It's pretty immature, though, and not heavily used.

For a more general RCP platform, try Eclipse RCP.

Upvotes: 2

Related Questions