InfoQ Homepage Development Content on InfoQ
-
JRebel 4.0 Release - Instrumentation/HotSwap Integration
ZeroTurnaround has released the next version of their JVM plugin that allows for instant code changes without complete redeployments.
-
webOS 3.0 Is Based on Enyo, a New HTML Framework
HP launched TouchPad, a tabled based on webOS 3.0, on July 1st. webOS 3.0 has a completely new application framework that generates web applications that can run in any WebKit browser.
-
Entity Framework June CTP Gets Enum, Spatial Data-Types, Better VS Tooling
Entity Framework June 2011 CTP comes with several features like support for Enum data-type, two new spatial data-types for Geography and Geometry, automatically compiled and cached LINQ queries, and more. There are also several Visual Studio improvements like multiple diagrams for an EF Model and batch import of Stored Procedures.
-
Web 3.0 - Cult or Culture?
In a recent article by Jonathan Strickland for HowStuffWorks the author addresses Web 3.0. This "long anticipated and disruptive new technology" is supposed to increase the possibilities of users and providers. But what exactly is the Web 3.0?
-
Rhino is About to Get a Lot Faster
Charles Nutter of JRuby fame recently started assisting the Rhino project (Java implementation of JavaScript) to speed up the Rhino JavaScript runtime.
-
Testing a Browser’s JavaScript Compatibility with Test 262
The recently released ECMAScript 262 5.1 fixes bugs in the previous major version 5.0, and is accompanied by Test 262, an online JavaScript compatibility test suite.
-
Rx 1.0 Solves the Problem of Asynchronous Data Access
Microsoft has released version 1.0 of their Reactive Extensions (Rx) library after two years in incubation. Rx combines event-driven UI with LINQ, concurrency and asynchronous calls.
-
IE10 Platform Preview 2 Available
The IE team has announced Second Platform Preview for IE10. The Preview showcases new IE features like Positioned Floats, HTML5 SandBox, HTML5 Forms, setImmediate API, Page Visibility API, Async Scripts and more. It uses the same HTML5 engine seen in the recent Windows 8 demos.
-
Cloud-Based Server Management and Troubleshooting with System Center Advisor
Microsoft System Center Advisor is a new cloud-based service that analyzes installations of Windows Server 2008 and SQL Server 2008 (and later versions). It tracks configuration changes and upgrades, and reports on potential issues due to missing security patches, incompatibilities, or deviations from best practices.
-
Developers Can Get a Taste of Mango with WP SDK 7.1 Beta 2
An early access program allows developers to install Mango on their devices using the just released WP SDK 7.1 Beta2.
-
OpenJDK to be Java SE 7 Reference Implementation, Bylaws Ratified by Oracle
The OpenJDK Community Bylaws have been ratified, with 70 votes in favour, no votes against, and nine abstentions. 61 of the votes in favour were from Oracle employees.
-
IBM WebSphere Application Server Version 8 Released with Full Java EE 6 Support
IBM WebSphere Application Server V8 has been launched, becoming the third application server to offer complete support for the full Java EE 6 profile.
-
Yahoo Hadoop Spinout Hortonworks Announces Plans
Yahoo spun-out its core Hadoop team, forming a new company Hortonworks. CEO Eric Baldeschwieler presented their vision of easing adoption of Hadoop and making core engineering improvements for availability, performance, and manageability. Hortonworks will sell support, training, and certification, primarily indirects through partners.
-
Microsoft Releases Java-Friendly Interop Bindings for WCF Services
In June, Microsoft released a set of open-source configurations to accelerate interoperability between Microsoft’s WCF platform and leading Java-based web service stacks. WCF bindings, which define transport details for invoking or consuming WCF services, are now available for Oracle WebLogic, Oracle Metro, IBM WebSphere and Apache Axis2.
-
Mixins for C# and Visual Basic
Mixins are small bits of functionality that are useful to a wide variety of otherwise unrelated classes. In languages that support multiple inheritance mixins are added as secondary base classes while dynamically typed languages simply merge in the extra functionality. The re-mix project uses runtime code generation to add this capability to C# and VB.