InfoQ Homepage Development Content on InfoQ
-
Catching up with the Castle Project
The Castle Project is an open source project that runs on .NET, providing an MVC (Model-View-Controller) framework similar to the popular Ruby on Rails. The Castle Project has been in development since 2003 and released Version 1.0 RC2, in November of 2006. As the project nears its V1.0 RC3 we caught up with Hamilton Verissimo, the founder of the project.
-
Warbler: Rails Packaging for Java EE WAR files enhancement
To enable easy deployment of your Rails application to JEE Servers, Nick Sieger improved upon Goldspike with 'Warbler', a new tool to make it easier to package your Rails application into a war.
-
SOA Software Adds SOA Management for Microsoft BizTalk Server
SOA Software, a provider of Service-Oriented Architecture (SOA) Governance, Security, Mediation, and Management solutions, announces a partnership with Microsoft to provide SOA Governance features for BizTalk Server 2006 R2.
-
LINQ Aggregates in VB and C#
An aggregate is a function that takes a collection of values and returns a scalar value. Examples from T-SQL include min, max, and sum. Both VB and C# have support for aggregates, but in very different ways.
-
Gone in 160 seconds - cracking passwords with Rainbow Hash Cracking
The Microsoft password strength checker rates "Fgpyyih804423" as a strong password, but the multi-platform password cracking tool ophcrack was able to crack it in 160 seconds using a Rainbow Hash Table attack. Jeff Atwood takes a look at this attack technique, and offers suggestions for safe password storage.
-
Interview: Yahoo's Doug Cutting on MapReduce and the Future of Hadoop
In this special InfoQ interview, Hadoop project lead Doug Cutting discusses MapReduce, the benefits of open source, and the future direction of the project.
-
jQuery Gaining Traction With 1.2 and jQuery UI
jQuery is quickly becoming the Ajax library of choice for many. jQuery 1.2 was released yesterday and has many new features. A preview/teaser of jQuery User Interface was shown as well.
-
Agile Bibliography Wiki
George Dinwiddie announces the Agile Bibliography Wiki to track readings on the subject of agile, particularly those that are useful to back up a point, or which are useful references, and invites the community to help fill out the reading list.
-
Nimbus Look-and-Feel: Vector UIs for Java
In his announcement that the Nimbus Look-and-Feel (LAF) is nearing completion, Jasper Potts indicated that the Nimbus LAF will be based on vector graphics, with support for high-dpi resolution-independent user interfaces and assembled using a new visual tool for creating painters.
-
ColdFusion as an Integration Platform
Facing stiff competition in the web server market, Adobe has added .NET support to ColdFusion 8. This sets it up to be perhaps the most connected platform out of the box.
-
.NET to Ruby connector available
The Ruby Connector allows communication between .NET and Ruby. This brings the power of .NET to Ruby, and allows to use Ruby to power Visual Studio generated GUIs.
-
Presentation: Transaction Management Strategies in Mission Critical Applications
A core part of Spring's middle tier support is the transaction management support. This session presents several interesting "mission critical" cases and shows you how to properly handle them using transactions driven by Spring 2. You'll learn the ins-and-out of the "dark art" that is transaction management within a high-volume mission-critical JEE application.
-
OpenJPA 1.0: Enterprise O/R Mapping with full JPA 1.0 compliance
Apache OpenJPA, an open-source implementation of the Java Persistence API (JPA), recently released version 1.0.0. InfoQ spoke with OpenJPA project lead Patrick Linskey to learn more about this release.
-
Refactoring and Static Analysis Added to "Data Dude"
Microsoft has released the first set of power tools for VSDBPro, a.k.a Data Dude. These include refactoring, static analysis, MSBuild tasks for data and schema comparison, and a dependency walker.
-
MSBuild and #Develop Support Moves F# Closer to Production Quality
Robert Pickering has been hard at work trying to turn F# into a production-grade language. Since that means tool support, he has developed a MSBuild provider and a #Develop plug-in for F#.