InfoQ Homepage Development Content on InfoQ
-
Apache Wicket 1.4 Released
The Apache Wicket project has released version 1.4 of its open source, component oriented Java web application framework. This is their first release that requires Java 5 and above which allows for the use of Java 5 idioms like the generics which increase type safety of the APIs
-
A US Judge Orders Microsoft to Stop Selling Word
A Texan judge has ordered Microsoft to stop selling MS Word in US because it infringes on a patent hold by i4i.
-
Introducing the Windows 7 API Code Pack for .NET
The “Windows API Code Pack for Microsoft .NET Framework” is a wrapper that exposes Windows functionality to .NET developers. The wrapper is written primarily in C#, with the DirectX functionality in C++/CLI. The source code is available, but it isn’t licensed as open source.
-
New Installer Provides a Much Faster Ruby for Windows
Luis Lavena is working on an update to the Ruby installer for Windows, including a new Ruby binary built with a modern compiler. Benchmarks show Ruby 1.8.6 running more than twice as fast than previously. We talked to Luis Lavena about the new Ruby Installer.
-
VMware Acquires SpringSource for $420 Million - Industry Reactions (Updated)
Today VMware announced they have acquired SpringSource for a mix of approximately $362 million in cash and equity plus the assumption of approximately $58 million of unvested stock and options. Industry reactions soon...
-
The “IE6 No More” Campaign
Once the most prominent browser on the web, IE6 has drawn lots of criticism for it compatibility and security issues culminating with the “IE6 No More” campaign supported by web companies tired of spending extra time coding specifically for IE6.
-
What’s Next for SQL Server?
As we reported last year, SQL Server 2008 R2 will support 256 logical processors. Other features include better multi-server management tools and geospatial visualization in Reporting Services 3. A preview of the new version is available to MSDN and TechNet subscribers. The general public will have access later this month.
-
Ruby 1.9 Roundup: Ruby-debug on 1.9, Ruby Switcher, MacRuby
A first incarnation of ruby-debug support on 1.9 is now available. Ruby switcher makes it easy to run different Ruby versions in parallel. Also: MacRuby's experimental branch was merged into MacRuby Trunk.
-
VB Power Packs Slipped into VS 2008 SP 1
If a bug fix is shipped and no one knows about, has it been actually been fixed? The VB Power Packs were patched and shipped with VS 2008 SP 1, but only those who knew to explicitly change which DLL they referenced got the update.
-
The Wiki Engine from CodePlex is now Open Source
The Wiki rendering engine from Microsoft’s open source site, CodePlex, has been itself open sourced as an API.
-
Windows 7 RTM Available For Download
Today Microsoft made Windows 7 (English) available for download for MSDN and TechNet subscribers. Windows 7 will be available for general consumers October 22nd. A complete list of the different availability dates for all type of customers can be found at the Windows 7 blog.
-
SQLite Has Been Ported to .NET
Noah Hart has ported SQLite3 to C#. While the first port is slower than the original, the project opens the way for SQLite to be used in .NET managed projects without using P/Invoke or unsafe code.
-
Web Services as an Alternative to Copy-Protected Software
Microsoft has released an API for generating Tags, their new barcode technology. But unlike most commercial libraries, there are no attempts at copy-protection. Instead, the library is only available as a web service.
-
Dependency Injection harmonized for Java EE 6
Earlier this year, Google and SpringSource announced that they were co-operating on a standard set of annotations to be used for dependency injection which were proposed via JSR-330. These annotations didn't line up with those proposed for JSR-299, which generated controversy that has now been resolved, with JSR-299 adopting the JSR-330 annotations and both moving forward to be part of Java EE 6.
-
Google Chose Jetty for App Engine
Google App Engine was initially using Apache Tomcat as their webserver/servlet container but eventually switched to Jetty.