InfoQ Homepage Development Content on InfoQ
-
JBoss jBPM 4 First Release Supports BPMN Graphical Designer and Process Virtual Machine
The first release of JBoss Business Process Management (BPM) engine jBPM 4 supports an Eclipse based BPMN graphical designer. jBPM development team recently announced the release of jBPM 4.0.0.Alpha1 version. This release also leverages the new Process Virtual Machine which supports multiple process languages and execution modes.
-
Article: Using the Concurrency and Coordination Runtime
Nick Gunn provides a practical introduction Using the Concurrency and Coordination Runtime. CCR radically changes the way multi-threaded applications are written in .NET, shifting the focus from threads and locks to lightweight, asynchronous tasks. The Concurrency and Coordination Runtime, also known as CCR, offers actor-style concurrency for .NET applications.
-
Presentation: Conceptual Algorithms
In this talk from RubyFringe, Tom Preston-Werner talks about how he uses the scientific method for tracking down software problems. He demonstrates how he used this approach to track down a particularly sneaky memory leak in a Ruby app, and more.
-
A Rich Internet Application (RIA) Pattern
Microsoft’s patterns&practices has published a RIA pattern under the Application Architecture Guide 2.0 project. The pattern addresses a 3-tier scenario providing a solution for it.
-
Visual Studio 2008 Extensions for SharePoint 1.3 CTP Released
Microsoft has released a CTP of the new version of Visual Studio 2008 extensions for SharePoint (WSS). VSeWSS v1.3 includes several improvements SharePoint development including installation on x64 Windows Server, command line build, and improvements in the WSP View pane.
-
ASP.NET MVC 1.0 Release Candidate
Microsoft has published RC1 of ASP.NET MVC 1.0. It is expected to be the last public release before the final 1.0 release planned for February. MVC 1.0 RC1 makes significant Visual Studio tooling improvements, includes new run-time enhancements, and fixes numerous bug from the beta.
-
Two Type-Safe Criteria API Proposals for JPA 2.0
One of the most significant new features in the forthcoming Java Persistence API 2.0 specification is a type-safe criteria-based query API. There are two alternative proposals under consideration by the JSR-317 Expert Group and the group is seeking feedback from the wider development community.
-
JRuby GUI MVC Framework Monkeybars Goes 1.0
There are many JRuby libraries on top of Java GUI toolkits. Monkeybars is a JRuby MVC framework for building GUI applications, and it's now available in version 1.0. We talked to James Britt about Monkeybars.
-
SpringSource and Adobe Collaborate on Spring Support for BlazeDS
Adobe continued their courting of Java developers with help from Spring Source, with the recent announcement that the SpringFramework will add official Flex support with their new project called “Spring BlazeDS.”
-
Chef Configuration and Provisioning Tool Announced
Chef, a new Ruby-based configuration and provisioning tool, has been announced. Chef offers integration with multiple tools and platforms across extended networks, using "cookbooks" to define how to install and update applications across large networks like large web server farms, or cloud-computing platforms.
-
What Makes Haskell Worth Learning for Real World Applications
One of co-authors of the Real World Haskell book, John Goerzen, talks in a recent interview to O’Reilly about purity, laziness, recursiveness and many other subjects that make Haskell worth learning but may also be a source of reluctance for people coming from object oriented or imperative programming.
-
BPM Is Not Software Engineering
In his new article at BPM.com, Keith Swenson discusses the relationships between BPM and software engineering. He points out significant differences between the two and cautions against blindly using software engineering approaches for BPM design/implementation.
-
Debate: Prototype vs. jQuery
With Ajax dominating the Web development scene on the client-side, the question “which JavaScript/Ajax framework is the best” has become a common one. Glenn Vanderburg’s article which compares Prototype to jQuery caused diverse responses from industry experts Douglas Crockford and Dion Almaer.
-
Solo: Engine Yard on Amazon EC2
Solo is a new offering from Engine Yard to run their software stack on Amazon EC2. We talked to Engine Yard's founder and architect Jayson Vantuyl to learn the differences between Solo and their present hosting services and what their target audience is.
-
"Classic" versus "Mockist" TDD, Distinction Real?
Hot in the TDD Yahoo group is a discussion concerning the perceived continuum between the "Classic" and "Mockist" TDD. Steve Freeman, Nat Pryce, Michael Feathers, Dale Emery, and many more discuss terminology and describe their approaches. The discussion also debates whether there even really exists such a continuum, and if so, what distinguishes the approaches that represent it's extremes?