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 Al Tenhundfeld on Jun 25, 2008 05:22 PM
Jeff Wilcox, primary developer of the Silverlight unit test framework, has posted several entries on writing unit tests for Silverlight 2. In addition to step-by-step instructions, Jeff has provided updated test project templates and repackaged Silverlight.Testing assemblies. The updated test framework allows testing against Microsoft's recently released Beta 2 of its upcoming Silverlight 2.0 rich-client browser plugin. The current Silverlight testing framework is not yet integrated into the Visual Studio test runner, but the framework leverages the same types and attributes used by MS Test and should be familiar to developers who are writing traditional unit tests in Visual Studio. Even if a development team does not practice test-driven development, having programmatic tests exercise UI code is valuable for regression and integration testing.
Jeff sums up the value in his tutorial:
Having unit tests is extremely useful because the more test scenarios you create, the more confidence you'll have when adding features and fixing bugs, especially if you're working with a team of developers. Since the test projects are packaged like any other Silverlight application, there's no special installation process to run the tests. On the Silverlight controls team we've built thousands of these tests!
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