Clojure
Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.
- Java,
Tracking change and innovation in the enterprise software development community
Posted by Jon Rose on Oct 06, 2008 12:44 AM
FlexChart is an open source Flash application built for uses in AJAX applications. The charting application is driven through dynamically through XML. FlexChart was built by Barney Boisvert, he describes the application this way:FlexChart is a charting engine written in Flex that uses an XML descriptor to render charts dynamically at runtime. It's designed to be used from Ajax applications where the descriptor is supplied to the SWF dynamically, either generated client side or retrieved from the server.FlexChart allows for custom styling of charts and support for exporting to an image:
Direct support for PNG exports of the chart. A Base64-encoded PNG can be requested via an ExternalInterface callback, which you can then do whatever you want with. The demo app just sends it server side (in a new window) for deserialization with CFIMAGE and immediately sends it back to the client.FlexChart is deployed as binary and requires no server side infrastructure. Read more about it at on Boisvert blog. Also, you can find a demo here: http://barneyb.com/flexchart/.
Creating Rich Internet Applications with the Adobe Technology Platform
Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.
We introduce the concept of Composite Oriented Programming, and show how it avoids the issues with OOP and reignites the hope of being able to compose domain models with reusable pieces.
Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.
Alan Shalloway, CEO and founder of Net Objectives, presents the Lean software development principles and practices and how they can benefit to Agile practitioners.
Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.
Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.
The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.
Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.
No comments
Reply