Bindings, Platforms, and Innovation
This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.
Tracking change and innovation in the enterprise software development community
Posted by Jon Rose on Oct 30, 2007 10:46 AM
When considering new tools, decision makers in the software industry often consider the rate of adoption as a key metric in their assessment on whether or not to embrace a given tool. Adobe’s Flex framework seems to be nearing a critical point in this cycle, as a number of large companies are now using Flex to implement new features. So, who is using Flex anyway?"Anything that improves SAP's interfaces, which are hideous and hard to use, is a good thing," said James Governor, an industry analyst with RedMonk LLC.Spend Analytics is SAP’s first full-blown effort with Flex:
SAP has just developed its first application based entirely on Flex, called Spend Analytics, for aggregating and analyzing spend data, said Matthias Zeller, a senior Adobe product manager, in a presentation at Tech Ed.HP has also pushed ahead with Flex, launching a Print Studio recently built using Flex. Adobe’s Mike Potter announced the release of the new application on his blog this week. He outlines how the application works, and observes:
This is a really nice looking Flex application that doesn't look anything like a typical Flex application. Kudos to the HP team for doing such a great job on it.Google has joined the Flex developer community with a Flex version of their Searchmash application. Adobe’s Mike Potter makes a few observations on their Flex implementation:
There are a few interesting things about this Flex application. First of all, for video searches you can play the videos right in the search results, without having to visit the site. A nice touch, though the way they've implemented it could be done in an HTML page as well (the videos play on the right side of the results - it would be neat to play the search results themselves).In addition to those adopting Flex, Adobe has formed a few interesting partnerships, including a recent alliance with Business Objects. PCWorld.com details the partnership:
The second interesting thing that they've done is embed Google Maps in their Flex application. I haven't had time to figure out how they've done this (are they overlaying the HTML over the Flex application, or have they built a Flex version of Google Maps), but either solution would be really cool.
Adobe Systems Inc. is teaming up with Business Objects SA to add business-intelligence capabilities to rich Internet applications (RIAs).Along with a growing number of groups building Flex applications, Adobe is boasting a number of notable early adopters to their Adobe Integrated Runtime (AIR). The Register notes a number of the companies highlighted at the Adobe Max 2007 conference:
… Adobe and Business Objects also will explore technology to integrate Adobe's Flex development environment and Xcelsius to make it quicker and easier for developers to create more visually interesting business-intelligence applications.
Adobe paraded a string of early adopters at its Max 07 conference in Chicago to reinforce the message AIR is ready for action. AOL, eBay, PayPal, Business Objects, SAP, Yahoo! and Salesforce.com showed off desktop applications developed using AIR, Flex and Flash.Adobe has created a lot of buzz of late. There are certainly a number of interesting adopters to put some substance behind all the hype.
Download the Free Adobe® Flex® Builder 3 Trial
Adobe® Rich Internet Application Project Portal
Adobe® Rich Internet Application Project Portal
Built specifically for the Adobe Flex 3.0 platform. ILOG Elixir provides advanced capabilities for:
http://www.ilog.com/products/elixir/
Flex is ActionScript (ECMAScript) along with an XML dialect for layout. You can write everything in ActionScript and skip the XML if you want. Think of ActionScript as JavaScript on steroids. Scripting languages like Flex/ActionScript and JavaScript (especially in its AJAX incarnation) are back with a vengance. Rich client development or at least enhancements with a scripting language are a requirement of today's web application development. HTML with CSS is no longer adequate. The problem with scripting languages is that they encourage hacking. It is possible to write well designed, well written, modular JavaScript/ECMAScript programs and libraries. Unfortunately that seems to be the exception rather than the rule in JavaScript/Flex/ECMAScript development. ECMAScript is a skill every J2EE developer should develop. The ECMAScript community needs the influence of good design and pattern usage that is (usually) found in the J2EE community.
We use Flex 2 for our soon-to-launch online dating site viibee.com The reason: Flex enabled us to create a user experience far beyond anything that we could have done with a comparable effort in Javascript/Ajax. But, I would like to note that the programming paradigm is quite different to JS/web-based apps. It is not web programming, but rather client-server, much like Java applets (in fact, I like to think of Flex as Java applets done right). So, there is quite a learning curve in terms of architecture.
The Flex Showcase at http://flex.org/showcase/ has over 120 companies and individuals who have built Flex applications. Mike Mike Potter Adobe Systems Inc. http://flex.org/
The Adobe site also has a more extensive (but not complete) customer list: http://www.adobe.com/products/flex/customers/ -James www.jamesward.org
Our startup company Ezmo have used Flex since the start and we're extremely happy with the framework. Without any prior knowledge of Flex/Flash we built our application in less than two weeks. The integration between Java and Flex is super simple and getting started with Flex is just a walk in the park. The tool support is very good too with Flex Builder you get the familiar surroundings of Eclipse and you are off and running without much problems. The one thing that is missing is better tools for continuous integration and better plugins into Maven for building Flex applications.
The html component that was mentioned can be found here. http://www.judahfrangipane.com/blog/?p=104 It uses iframes and is a little buggy. The browser is basically applying things over top the flex content. This is a very interesting idea but the place where flex goes wrong in my mind thinking compiling everything up into a single unaccessible file is ok. Text is a good thing and the reason why silverlight will gain some speed. But in the end the silverlight will fail because it is to basic and a more comprehensive actionscript solution will be released.
This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.
This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.
This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.
This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.
This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.
After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.
IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.
Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.
7 comments
Watch Thread Reply