InfoQ Homepage Development Content on InfoQ
-
.NETZ – Compression and Packing for .NET Libraries
From the beginning, the .NET runtime had a decent packaging system based on a collection of assemblies. While far better than loose script files or collections of class files, it is not as convenient as statically linked executables or executable JARs. Vasian Cepa’s .NETZ gives developers the ability to compress .NET assemblies and pack them into a single executable file.
-
PMI Launches Agile Community of Practice at Agile2009
The Project Management Institute (PMI) officially launched their Agile Community of Practice at the Agile2009 conference. The group's stated mission is: "To equip PMI Members with Agile skills and knowledge" Mike Griffiths has been credited with getting things moving when he issued a challenge at Agile 2007 that PMI form an Agile Specific Interest Group.
-
Tasktop Supports Integration with ScrumWorks Pro and ThoughtWorks Adaptive ALM Tools
Tasktop Technologies, the company behind Eclipse Mylyn Application Lifecycle Management (ALM) integration framework, now supports integration with Danube Technologies Scrumworks Pro and ThoughtWorks Studios Adaptive ALM software. Tasktop also released Tasktop Pro 1.5 version back in June.
-
Role of Code Generation in Java Application Development
With the recent release of code generation tools such as Spring Roo from SpringSource, Skyway Builder Community Edition version 6.3 and BluAge's M2Spring, there is a renewed focus on the role of code generation in developing enterprise Java applications. InfoQ spoke with project leads from Spring Roo and Skyway products about how the code generation fits in the java application development.
-
StoryTeller and Executable Specifications - Interview with Jeremy D. Miller
Last week Jeremy D. Miller announced a preview release of his StoryTeller project: an open source .NET project for “Executable Specifications”. InfoQ sat down with Jeremy and asked him about what StoryTeller is, how it differs from other tools like Fit/FitNesse and Cucumber, and what the future looks like for the project.
-
SQLAzureMW Migrates SQL Databases to SQL Azure
The SQL Azure Migration Wizard (SQLAzureMW) is a CodePlex project and wizard that can be used to migrate SQL 2005 and SQL 2008 databases to SQL Azure.
-
SproutCore: An HTML 5 Application Framework
InfoQ has reported on SproutCore a couple times in the past and recently learned about the upcoming 1.0 release. SproutCore promises stunning desktop-class applications without plugins inside of the browser.
-
Ruby DCamp is Challenging the Economy
The slowdown in our economy has not only effected jobs but also other things developers take for granted such as attending conferences. Conference organizers are trying to up come with creative ways to attract attendees. One such conference is Ruby DCamp being held September 18-19, 2009 in Washington, D.C.
-
Project Coin Announces Final List of Small Language Changes
Joseph Darcy has published Project Coin's final list of approved changes to the Java language for the forthcoming version 7 release.
-
Intalio acquires Webtide, makers of Jetty
Intalio, Inc., the Enterprise Cloud Company, announced the acquisition of Webtide, the team behind the Jetty open source Java application server. Jetty is currently used on millions of web servers, and powers products such as Cisco SESM, Google AppEngine, Google GWT, HP OpenView, IBM Tivoli NetView, Oracle WebLogic Business Connect, Sybase EAServer, and Yahoo! Zimbra.
-
Delphi Prism 2010 Offers Improved .NET Development
Delphi Prism 2010 comes with major new features like better compatibility with the Delphi language, AOP, support for dynamic typing, and touch features like Range Enum Types, Read-only classes and support for negative low bounds in arrays.
-
Faster Ruby Test Execution With Devver
Devver is a new service that runs your Ruby tests in parallel on their cloud infrastructure. InfoQ talked to Ben Brinckerhoff from Devver to understand how they can speed up your tests.
-
ADO.NET Entity Framework Providers for Oracle
Microsoft’s vision for .NET is a wide one. In addition to support for all programming languages, MS wants to bring together all communication frameworks and data storage engines. While WCF is making headway for standardizing communication APIs, their universal data access model Entity Framework is lagging behind. Much is this is due to lack of direct vendor support from companies like Oracle.
-
The Complex Event Processing Forrester Report
The complex event processing (CEP) space is on the rise. This market is going to grow very quickly and there's increasing interest in these platforms. A new "The Forrester Wave: Complex Event Processing (CEP) Platforms Q3 2009" report evaluates and ranks most popular CEP platforms.
-
Empower Your Ruby With Haskell And Hubris
Embedding C in Ruby or Rails applications is a way to fix performance bottle necks. RubyInline made this easy for C. Mark Wotton recently created Hubris, a bridge which makes it possible to call Haskell code from Ruby.