InfoQ Homepage Development Content on InfoQ
-
Tools for Porting Android Apps to Windows Phone 7
Microsoft attracts Android developers to Windows Phone 7 (WP7) with an API mapping tool and a WP7 Guide.
-
NetRexx Open-Sourced
NetRexx, the JVM hosted runtime for the Rexx programming language designed by Mike Cowlishaw, has been open-sourced by IBM. Rexx is a scripting language which precedes Python, Ruby and other popular scripting languages by over a decade, and was originally designed for running on mainframes (VM/MVS), but found popularity in OS/2 and even AmgiaOS 2.0 under the name ARexx.
-
World IPv6 Day: Conclusions
World IPv6 Day proved to be a success. Major service providers and websites are ready for IPv6, but some experience response times lower than when using IPv4. Experts draw attention to a possible security flaw in IPv6 implementations.
-
Visual Studio Database Development with SQL Server "Juneau"
SQL Server Development Tools (SSDT), codenamed "Juneau", provide a new Visual Studio-based development environment for SQL Server. Some of its features are already available in Visual Studio 2010 Ultimate, but SSDT includes some key new additions such as the close integration of Database and Application Projects.
-
The Buzz Around the Lean Software & Systems Conference 2011 (LSSC11)
The Lean Software and Systems Consortium conference 2011 was held May 3-6 in Long Beach, California. This year, there seemed to be a strong focus on visualization, leadership, and real world solutions.
-
Rethinking Models in MVC
Jon Galloway is researching dynamic ASP.NET MVC 3 models using Mono’s Compiler as a Service. Meanwhile Karsten Januszewski is looking into deserialized JSON in lieu of statically typed models.
-
PMI Agile Certified Professional Body of Knowledge
There is no single central reference for those seeking to prepare for the new Project Management Institute - Agile Certified Practitioner (PMI-ACP) test; instead the PMI provides a list of test areas, and reference books, which taken together constitute the body of knowledge for the certification.
-
Safely use HTML 5 and CSS 3 Today with Modernizr
The principal problem with using HTML 5 and CSS 3 isn’t the adoption rate or the differences between browsers, it is knowing what those differences are in the first place. Once that is known developers can work around the limitations using graceful degradation techniques. To help figure that out many turn to the open source project Modernizr.
-
JavaSE 7 JSR Approved Despite Division
Oracle has announced that the JavaSE 7 governing JSR (336) has passed the public review ballot. Google voted against the vote, Werner Keil abstained, and no vote was received from Credit Suisse. Many others adding their concerns regarding the ongoing licensing dispute between Sun/Oracle and Apache.
-
Caucho Resin is Officially Certified Against the Java EE 6 Web Profile
Caucho Resin has recently been certified a compliant implementation of the EE 6 Web Profile, starting with version 4.0.17.
-
World IPv6 Day Has Started
June 8th 2011 is World IPv6 day, where many large internet organisations such as Google and YouTube, and social networks like Facebook have IPv6 enabled their sites for at least the next 24 hours. If you have an IPv6 connection, then when you visit these sites you'll be going over the IPv6 network instead of the IPv4 network.
-
Martin Lippert on the newly released SpringSource Tool Suite 2.6
Martin Lippert at VMWare's SpringSource recently announced the 2.6.0 and 2.6.1 releases of their Eclipse-based development environment for building Spring applications, SpringSource Tool Suite. InfoQ caught up with Martin to have him personally walk us through what developers can look forward to with this new release, and more.
-
The Android Ecosystem by Tim Bray
Tim Bray, developer advocate at Google, presented yesterday evening his views on the Android Ecosystem at the Seattle Android Meetup. He talked about the successful business models for mobile apps, the new features coming this month and shared briefly his opinion the Web vs Native app.
-
Oracle Moves JDeveloper to OSGi Backbone, Adds JSF 2 Support, Hudson Integration
Oracle has today released Oracle JDeveloper 11g Release 2, along with an update to their meta MVC framework Oracle ADF (Application Development Framework). The release includes support for JSF 2.0 and Facelets, adds Hudson integration to Oracle TPC, and improves hot deployment for ADF. At the same time JDeveloper has been re-architected to sit on top of an OSGi backbone.
-
Model-View-Presenter for Web Forms
While it is possible to use a MVC-style architecture with ASP.NET Web Forms, most find it to be a clumsy match. The rich components and stateful nature of Web Forms simply doesn’t mesh well with the MVC pattern. Yet developers still long for the separation and testability that MVC offers. This is where the open source project Web Forms MVP comes into play.