ADS BY GOOGLE



2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
DIGITAL EDITION

SYS-CON.TV
TOP FLEX LINKS TO CLICK ON
Flex

Pages: « Prev 1 2 3 4 5 6 7 8 9 10 Next »

AJAX Version of ClearBI Web Reporter for Adobe Flex Will Be Unveiled at AJAXWorld
Farata Systems has announced the production release of ClearBI 1.0, a Web reporter and business intelligence engine for rich Internet applications. While ClearBI 1.0 is targeted for Adobe Flex and Java developers, the upcoming ClearBI 1.1 is a rich reporting component that can be used with any AJAX application.
Using XMLSocket for Server Push in Flex
Adobe's LifeCycle Data Services ES offers developers powerful capabilities. Some of this software's capabilities, specifically server push, can be developed with relative ease using a utility class that has been around in the Flash APIs for a great while, and without having to pay licensing fees for LifeCycle Data Services ES. The utility class spotlighted in this article is flash.net.XMLSocket, and it provides all the client-side plumbing required for implementing server push.
Real-World Adobe Flex Tips, Tricks and Techniques
Some people take the dog for a walk, others go play a round of golf. Not Christophe Coenraets. His idea of a good time is to illustrate Flex 2 / JMS integration by extending a simple 'realtime feed' application that he built a while back! Web Developer's & Designer's Journal is proud to bring you each month two of the month's best tips from Adobe's intrepid Flex Hero.
Video Rock 'n Roll With Flex 2
Flex 2 and the Flash Media Server are a match made in heaven. By combining the two technologies, streaming Flash videos at my office has become a nice part of my daily routine and a good excuse to add another monitor to my desktop. Whether your musical genre taste is classical or rock 'n roll, it's relatively easy to quickly create a desktop library of Flash videos. In this article, I'll describe one approach that will have you streaming in no time.
Co-Authors of Bestselling RIA Book to Teach "Adobe Flex & Java" Public Workshop
The authors of the bestselling book 'RIA with Adobe Flex and Java' will teach a one of a kind workshop that is aimed at Java developers with no or limited experience in developing enterprise-grade J2EE application with Adobe Flex front end.
Get a Boost of Flex this Monday in New York City
Can afford to take just one day off, get out of your cubicle and see what other people up to these days? Is J2EE still in favor? What's this ESB is about? Have you even heard of using Flex as a Web front end of your Java applications? Do not miss an event in NYC this Monday, that is created for people who think that they are way too busy to take several days off and spend them in the class. Just take one day off and attend the Real-World Java event. The discounted rate for this event is $395. To get this discount, enter the coupon code ?JUGgold' while registering
Adobe Unveils LiveCycle Enterprise Suite
Adobe Systems Incorporated has introduced Adobe® LiveCycle® Enterprise Suite (ES), an integrated family of software for automating processes that help businesses and governments engage with customers, citizens, partners, and suppliers.
How and Why AJAX, Not Java, Became the Favored Technology for Rich Internet Applications
'The Java backlash,' writes Bruce Eckel, 'has been building up steam, and we're starting to see some fundamental shifts because of it.' Java has been around for 10 years yet applets are not the primary way that we interact with the web. Applets are not ubiquitous, and everyone got excited about AJAX instead.
ClearBI Web Reporter For Flex and Java Applications Goes to Public Beta
Other than Flash Player, ClearBI does not require any additional software install on the client side. At the time of this writing, ClearBI is the only professional reporting solution on the market of rich Internet applications developed using Adobe Flex and Java. ClearBI is available in two versions: ClearBI Plugin and ClearBI End-User.
Internationalizing Adobe Flex Apps
One of the many features available in Flex 2.0 is a ResourceBundle class, which allows for a standardized approach for internationalizing applications. Many recent projects of mine have required that applications be built that can easily be ported to other languages. Traditionally, I've used a series of XML files for this, one for each of the various languages that need to be supported. This strategy is still viable, and I still use it on some of my projects. However, I've recently discovered a different approach, which is available natively in Flex.
Adobe Flex Goes Open Source
Adobe has announced that a large portion of the next version of Flex goes open source under Mozilla Public License (MPL). Here's the partial list of what becomes open: mxml, compc, and ActionScript compiler, command line debugger FDB, Flex framework and RPC libraries and testing infrastructure.
Farata Systems Announces Release of MyFlex.org at AJAXWorld Conference
Farata Systems, a leading provider of Flex and Java services and components has announced availability of the Alpha version of the first community site www.myflex.org that will become a repository for commercial Flex components and Eclipse plugins developed by independent vendors.
Adobe's Coenraets Will Introduce "HDUX" Concept At AJAXWorld Conference & Expo 2007 East
According to Adobe's senior technical evangelist and AJAXWorld 2006 veteran Christophe Coenraets, we're seeing today the first steps of the industry's journey down a path towards 'high definition' user interfaces. 'Real time data, in-context collaboration, vector graphics-powered expressiveness, rich media integration, and offline capabilities will soon become standard attributes of any client application,' says Coenraets.
Event-Driven Programming in Flex with Custom Events
Event-driven programming model offers an excellent architecture based on loosely-coupled components consuming and throwing events. In this tutorial I'll show how to design component that communicate with each other via events.
Namespaces in Flex and Soprano
In XML, namespaces are used to avoid potential naming conflicts with other components having the same names. Flex also has namespaces. Familiarity with Soprano family is a pre-requisite for reading this article.
Ask the Expert
Andrew Trice, co-author of Flex 2 articles on Adobe's Developer Center, maintains a blog at http: //www.cynergysystems.com/ blogs/page/andrewtrice in which he helps orient newbies and experts alike about Flex. Web Developer's & Designer's Journal is pleased here to bring a sampler of some of his more recent shared insights.
The Value-Aware ComboBox
What I love about Adobe Flex is that it is a framework in addition to a pretty impressive library of off-the-shelf controls, which can fit the bill for many of the Rich Internet Applications. Flex enables you to create new and extend existing components with a simplicity and elegance hardly ever offered by other GUI development systems. In this article I'll show you how to start extending a standard ComboBox component, which is a combination of edit field, button and a dropdown list. We will be customizing the API and adding some new functionality, making our ComboBox a bit handier than a standard one.
Object-Oriented Programming in ActionScript 3 vs Java
You know the drill: a language is called object-oriented if it supports inheritance, encapsulation and polymorphism. And what do we do with interfaces?
How To Create a Photo Slide Show ...
All applications, simple or complex, online or desktop, are composed of many elements: screens, forms, menus, etc. In a Rich Internet Application, those elements can also include video, audio, or images. From the programmer's standpoint, it would be great to be able to reuse those parts so that they can be incorporated into different places of the application, or in different applications, using the same component.
Our Flex Book Is Written!
The book 'RIA development with Adobe Flex and Java' is written. Check out the book site. Do you know why we are smiling? Because the writing is over! It took us longer than planned because we had to work for a living, and the time for writing this book was just stolen from our families and our sleep.
Advanced Ant for Adobe Flex Projects
Typically, Flex developers use Flex Builder IDE, but Adobe also offers free Flex SDK, and you should know how to build your applications without Flex Builder. Using a sample Flex project, this article shows how you can automate its build and creation of HTML wrappers for your swf files.
Flex: The Value-Aware ComboBox
Flex framework contains a pretty impressive library of the off-the-shelf controls, which can fit the bill for many of the Rich Internet Applications needs. And yet, it is just the tip of the iceberg, because Flex enables you to create, combine and/or extend existing components with a simplicity and elegance hardly ever offered by other GUI development systems.
Intro to Building and Deploying Flex Applications with Ant
Unless your project is as simple as HelloWorld application, compilation and deployment of this application has to be automated. Creating a build script for any decent size application (i.e. hundreds of files in Flex and server-side Java) is a project on its own. Java programmers typically use one of the open source build tools such as Ant or Maven to formally describe and execute all steps required to build and deploy their projects.
Closures in ActionScript 3
Closures is one of the cornerstones of dynamic languages. Closures are unavoidable when you use asynchronous operations or need to process an event on the other object. Almost any non-trivial action in Flex communication with the server or getting an input from user is asynchronous. Using closure automatically gives you the reference to the class instance in which you have your function to the external object processing the event.
Video Conference with Flex & FMS
Video over the Internet and Rich Internet Applications (RIA) are the latest craze. With Flex 2 and Flash Media Server 2 (FMS), developers can easily create interactive media Web applications. In this article you'll create a basic video conference application that will give you the foundation to take you to the next step.
Comparing the syntax of Java 5 and ActionScript 3
This is a short comparison table of major elements/concepts of these two languages for a quick reference.
Back and Forth
For over a decade now, we have been trained to use the 'back' and 'forward' buttons in our Web browser to review or backtrack previously viewed content. We are trained to the point that there are even keyboard shortcuts. Unfortunately, this can be a problem when browsing Flex applications. Being the well-trained users that we are, we often forget that we could cause the Flex application to reload unwittingly.
Using a Hierarchy of Components
This article is about creating a Flex tree control that uses a component hierarchy as the data provider. As with most of my Flex development, after struggling for days and then finally getting something to work, I later find out that there is a much easier way to do it that none of my searches ever turned up. I am a beginner Flex 2 developer, so any constructive feedback would be greatly appreciated.
Making Great Mapping Mashups Using Adobe Flex
This article is based on a presentation that I made at the Adobe Flex seminar in August 2006 (www.flexseminar.com/), after which the master of ceremonies Jeremy Geelan asked me to explain how to make great mapping mashups using Adobe Flex.
Introducing Adobe Flex to Java Developers
Christophe Coenraets, a senior Flex Evangelist from Adobe has published a blog showing a number of sample Flex applications that communicate with Java on the server side.
Flex and LiveCycle - Platform for Enterprise Success
When I joined Macromedia/Adobe Consulting, my role as Practice Leader was to grow a practice in EMEA around Rich Internet Application technologies. , reflecting the recurrence in opportunity for us to fuse these client and server technologies together to solve a number of enterprise business problems. As I assume the responsibility to grow this combined practice in EMEA, I'll extend my blogging to share some of the excitement and thinking we have around how the technologies from our Enterprise Developer Business Unit - including Flex, Flex Data Services and the numerous LiveCycle technologies - converge as an enterprise business platform.
PowerBuilder, Java, Flex, Agile Programming
Ten years ago I've been doing PowerBuilder and my mentality was different: first, I was the best friend of business users, and second I did not really worry about what's under the hood. I could do stuff quickly, or using the modern jargon, I was an
Passing parameters to Flex that works
The subject of this piece is how to pass parameters from HTML to a Flex 2 application using flashVars parameters.
Flash Player 9 on Linux and Adobe marketing
Flash Player 9 enters pre-Alpha stage on Linux. Adobe marketing needs to work harder.
Business Intelligence in the world of Rich Internet Applications
We are about to enter a new era, when plain looking Web applications will gradually be replaced with RIA delivered over the Web that can actually land on the PC and work in a disconnected mode as well. How this will affect the evolution of Business Intelligence (BI) applications?
Designing Loosely Coupled Flex 2 Components
Flex 2 applications may have complex architectures and they are usually made up of multiple files: MXML, Actionscript and CSS.
Rich Internet Applications
You read the blogs, see a couple of articles, and hear all the buzz about Flex 2 and how it can really transform how your users can fluidly interact with information and the business in an exciting and efficient new way.
ActionScript 3: Dynamic classes
In Java, if you've created an object from a particular class, you can use only properties and methods that were defined in this class. This is not the case in ActionScript 3. This is one of the examples of unusual (from the OOP perspective) programming techniques.
New Development Strategies for New Markets
Traditional application development processes make it challenging to meet the time and budget constraints facing businesses today. Going from the requirements gathering phase to writing up design documents to delivering applications can take many months-which is often too long for executives wanting to address new market opportunities or solve old business problems.
AJAX, JSON, PHP, and Flex Together
We've all seen Google finance, and the great job that it does at mixing HTML content with Flash content, as seen on company stock quotes. Google has done a great job at using Flash where it makes the most sense, in the graphs for company quotes, with HTML where it makes sense (linking to news items). Today, I'll show you how to build your own Google-finance type site, using a combination of Ajax, JSON, PHP and Flex / Flash. And, best of all, we'll do it all for free.

Pages: « Prev 1 2 3 4 5 6 7 8 9 10 Next »
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
FEATURED WHITE PAPERS
SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE
Adobe's Kevin Lynch and Microsoft's Scott Guthrie to Keynote AJAX World RIA Conference & Expo
Two of the biggest launches in Rich Internet Appli
Flex 4 SDK News
Yesterday, a new component architecture and featur
Adobe Gives Yahoo & Google Special Flash Treatment
Adobe says it's going to 'dramatically improve' th
Food Dial, a Facebook RIA Application Written in Flex
Food Dial is not just a book of recipes. Here's th
DreamFace Interactive Delivers Mashup Kit: DreamFace-Fx for Adobe Flex
Following the private Beta release last month, Dre
Integration Between Flex and AJAX Made Easy
Flex is a great way to introduce rich Internet app
AJAX and Enterprise RIA Tools - JSF, Flex, and JavaFX
2008 is going to be an important year for Rich Int
Adobe Releases Significantly Enhanced LiveCycle ES
Adobe has released a substantially enhanced BPM/RI
Microsoft's Virtualization Chief Mike Neil To Keynote SYS-CON's Virtualization Conference & Expo
Mike Neil is general manager for virtualization st
Flex Is Strong Because of Java
I received an email stating that AOL finally aband
iPhone 3G - The Best Apple Keynote Ever
Keynotes are often boring, but watching today's ke
SYS-CON's Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up
And Next We Have the All-Singing, All-Dancing PDF Plus an Adobe Cloud
Adobe says Acrobat 9.0, a major upgrade, will be a
Adobe Erects Photoshop on the Cloud
Adobe, which is not exactly unfamiliar with the co
IBM's Got its Head in the Clouds
Reminding people of how its backing was the making
Adobe Betas Three Pieces of CS4
Adobe has put out three free public betas: Dreamwe
AJAX World - Google Prices App Engine
Google is opening up App Engine to one and all. Th
Product Review: Adobe Flash Player 10
I might have skipped some of the new features of F
AJAX World - Google Web Toolkit RC1.5 Ready To Pop
Google's Web Toolkit Release Candidate 1.5 will be
Facelift Your SOA with Rich Internet Applications
We are entering an era of Rich Internet Applicatio
PRODUCT REVIEWS
Product Review: Adobe Flash Player 10
I might have skipped some of the new features of Flash Player 10, but you can always refer to the official FAQ page. Visit Plash Players 10 page on Adobe Labs to dow
Book Review: Advanced AJAX by Shawn M. Lauriat
Because AJAX moves so much application logic from the server to the client, it forces many developers to master a wider range of web technologies than ever before. T
A Quick Analysis of BlazeDS Offering
Release of BlazeDS is a great help from the Flex enterprise adoption perspective. On the technical side, BlazeDS provides a lightweight replacement for LiveCycle Dat
Boost Productivity of Your Flex-Java Project with Log4Fx Component
It's hard to overestimate the importance of having a good logging facility when you develop distributed applications. Did the client's request reached the server-sid
MX Kollection 3 by InterAKT Online For Macromedia Dreamweaver
Web development is a changing industry. Technologies are born, thrive, and then die, while web developers experience a great stress helping their clients get an Inte
BREAKING MX NEWS
Elemental Technologies, Inc. (ETI) Secures First Round Funding from General Catalyst Partners and Voyager Capital
Elemental Technologies Inc. (ETI), a leading provider of massively parallel video proce