Intentional Software - Democratizing Software Creation
Business users doing programming? Simonyi and Kolk presents how Intentional Software offers a radical new software approach that separates business knowledge from software engineering knowledge.
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.
IBM Web 2.0 Developer eKit: Free Tutorials, Webcasts, Whitepapers
Scale your applications without punishing your database
Info 2.0: IBM's vision for the world of Web 2.0 and enterprise mashups (Webcast)
RESTful todo list sample tutorial with Groovy & Project Zero
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.
Business users doing programming? Simonyi and Kolk presents how Intentional Software offers a radical new software approach that separates business knowledge from software engineering knowledge.
Jason Rudolph discusses Java/Grails integration, Grails plugins, creating a Grails sample application, Grails app structure, data querying and persistence, validation, controllers and tag libraries.
The Scrum Product Owner role is powerful, valuable and challenging to implement. It brings healthier relationships between customers and developers, and competitive advantage - if you do it right.
Effective Java, Second Edition by Joshua Bloch is an updated version of the classic first edition, which won a 2001 Jolt Award. InfoQ asked Bloch questions about the areas that the new edition covers.
A new article by I. Drobiazko and R. Zubairov introduces v. 5 of the Apache Tapestry component-oriented web framework. The tutorial shows how to create a component and covers IoC in Tapestry and Ajax.
In this interview, Burton Group consultant Pete Lacey talks to Stefan Tilkov about his disillusionment with SOAP, his opinion on REST, and addresses some of the perceived shortcomings REST vs. WS-*.
Jay Fields presents his concept of Business Natural Languages - a type of Domain Specific Languages geared towards being readable by domain experts.
Adoption and interest for Distributed Version Control Systems is constantly rising. We will introduce the concept of DVCS and have a look at 3 actors in the area: git, Mercurial and Bazaar.
7 comments
Reply