Posts Tagged: 2010


14
May 10

webDU 2010 – Caleb Adam Haye – Continuous Integration

Session Detail

To be discussed will be the overall concept of continuous integration, detailing the overwhelming benefits (and challenges) of employing a continuous integration strategy into your Flash Platform development paradigm, which transcends the build process into a science, rather than a black art. We will also cover concrete approaches to implementing continuous integration. Specifically, best practices for developing rich internet applications on the Flash Platform, with an emphasis on Flex/AIR development.  Some of these concepts include: PureMVC integration, generating documentation, setting up project dependencies, integrated unit testing with FlexUnit, and elegant deployment – all autonomously.
By Caleb Adam Haye

Here are the videos
Continue reading →


11
May 10

WebDU 2010 – Michael Plank – Component Architecturel

Hello,

I will be posting some videos of the webDU 2010 sessions.
The first one is the component architecture done by Michael Plank

Session Details

Conventional game architectures enjoin you to use an inheritance based class hierarchy which often ends up in having huge type hierarchies and bloating base classes which you have to extend. This makes it really hard to reuse certain parts of the game. Component-based game architecture is a completely different approach to creating games. The idea is to assemble the game from small pieces so called components. This design uses composition instead of inheritance and enables you to develop highly reusable parts. Michael gives an introduction to component-based development and how it was used in the Flash realtime multiplayer strategy game DeltaStrike.
By Michael Plank

Here are the videos
Continue reading →