From Max Katz, written by Igor Polevoy:
The current state and direction of the software development seems to be going towards agile approaches. This is mostly a resulted mostly from resurgence of the Internet itself with novel applications supporting Web 2.0 principles. In order to provide a quick response to market demands, the agile development approach seems to be displacing others as being the most efficient and effective. While agile development is not technology specific, there are technologies which are more conducive to agile development than others. Quite a few technologies exist for rapid development of traditional applications, but nothing to aid creation of rich internet application.
All that's fine, but now: Exadel has developed
Flamingo, a comprehensive development and runtime framework for building Rich Internet Applications.
From the start of the project, the bar was set high in order to not only develop a very efficient integration library to connect server side technologies such as JBoss Seam and Spring Framework to various rich client side technologies (Adobe Flex, Sun Microsystems JavaFX), but also provide additional convenient components and tools to give developers the power to do their job faster. Flamingo allows them to focus more on the business problem rather than on low level nitty-gritty details of project configuration. In short, Exadel Flamingo is:
- An integration library which provides support for very efficient binary communication protocols (AMF and Hessian)
- A set of client side components for various common tasks (validation, binding, bundling multiple calls into one call, etc.)
- A set of development tool for putting together a Flamingo-based project
What is a Flamingo project? In reality, any Java project for the web. It can take the form of an EAR or WAR file as deployment target. Flamingo projects are Maven-based, which allows anyone with Maven experience to feel right at home.
Exadel Flamingo supports the following server side technologies: JBoss Seam, Spring Framework, JBoss Hibernate, and Adobe Flex and JavaFX, as well.
Any combination can be present in the project. In fact, one of the Flamingo demos is a Hotel Booking application which was borrowed from the JBoss Seam project. This demo application originally has one user interface implementation, JSF, but Flamingo added two more ui implementations into the same application, Adobe Flex and JavaFX. The Flamingo team was careful to leave all server side code intact, which showcases that Flamingo can be adopted by an existing project if there is a necessity to add rich user experience. This was done with minimal effort.
Flamingo has great support for rapid development cycle. This is afforded by some unique features Flamingo has to offer:
- Ability to generate a fully working project
- Ability to generate entities and screens
- Seamless integration of server component on the client side
- Dynamic persistent methods
I hope I whetted your appetite enough to entice you to give Flamingo a spin. Please check it out here:
http://exadel.com/web/portal/download/flamingo