Karl
Karl

Reputation: 2945

Using Flex/Air with Java EE

I work on a large financial system which is hosted on WebSphere and currently has an applet front end.

I am just playing around with Flex for the first time and I am really impressed with the quality of the framework. I am interested to see if there is anyway I can integrate Flex into my Java EE application in a simple type safe fashion.

As a complete newbie I have no idea how to go about doing this;

Thanks in advance.

Karl

Upvotes: 0

Views: 219

Answers (1)

Hrundik
Hrundik

Reputation: 1838

Take a look at BlazeDS

Generally you call some method on the server side and get some data back. After receiving the data, you update your UI accordingly. It's actually all rather easy, flex was designed to display and edit data easily.

Upvotes: 1

Related Questions