InfoQ Homepage Development Content on InfoQ
-
Migrating to Struts 2, Part 2; First Struts 2 Dev Build Released
Part 2 of the Migrating to Struts 2 article series has been published, and the first dev build of Struts 2 has also recently been launched. In this a Struts and Struts 2 app is compared and migrations identified including converting actions, config changes, and commonalites.
-
Hibernate 3.2 Released with Java Persistence Provider Support
The Hibernate team has released Hibernate 3.2 GA. This release is ready for production use and includes final releases of the Java Persistence provider, Hibernate Annotations and Hibernate EntityManager. The Hibernate Java Persistence provider has been certified with the Sun TCK.
-
Rails Live CD 0.2.1 Released
Brian Ketelsen releases an update to the popular Rails Live CD Rails development and deployment environment.
-
Bringing Eclipse RCP to Cellphones
The embedded Rich Client Platform (eRCP) for Eclipse has recently released version 1.0. eRCP provides many of the same features for J2ME environments that the RCP does for the desktop, including OSGI and extension points, a version of SWT called eSWT, and eUpdate to provide dynamic updates. eRCP attempts to solve some of J2ME's shortcomings.
-
InfoQ Video: Architecting Toronto.com with .NET Casestudy
Toronto.Com attracts over 700,000 unique visitors per month, and offers comprehensive and searchable access to business and event listings. Originally built in 1997, the previous J2EE foundation for the site was found hard to evolve in the face of new requirements. In this presentation, Scott talks about how the site was re-architected to .NET 2.0.
-
Things to know about Windows Workflow Foundation
Windows Workflow Foundation (WF) is the programming model, engine and tools for quickly building workflow enabled applications. Harry Pierson delves into the details of WF in a recent blog post. Update: Paul Andrew responds on his blog with "Ten Reasons why WF is not a Toy".
-
The State of Accessibility with Ajax
One of the items of concern as a result of the Ajax revolution is accessibility. Screen reading technology has found it difficult to keep pace with advancements in application design. Access Matters has published a roundup of articles to serve as a starting point for further discussions on accessibility in Ajax applications.
-
Agile at Microsoft: Developing XML Notepad
InfoQ had the opportunity to interview Chris Lovett of Microsoft's XML team regarding XML Notepad and its development process. XMLNotepad is a free XML editor written in C# with features like a search tool that supports RegEx and XPath, an XSLT transformation results view, and a schema validator. The interview is about software development processes used to build the product.
-
Backbase Releases Struts Edition
Backbase, a provider of AJAX-based Rich Internet Application (RIA) software, has released Backbase AJAX Struts Edition. The company hopes to extend the life of existing Struts based applications by enabling the addition of AJAX features.
-
Creating Ruby Style Migrations In Java
Database migrations are a critical piece of any project. There are several open-source tools out there which tackle the problem. Available tools include Migrator (a set of Ant tasks for doing database migration in the style of ActiveRecord, a part of the Ruby on Rails platform), Scriptella (mainly an ETL tool but schema migrations are possible), and DdlUtils (database independent migrations).
-
Opinion: Use an Eclipse-style Governance Model for Open Source Java
Java Eclipse Foundation Executive Director Mike Milinkovich suggests that a way for Java to be truly free and independent would be to use an Eclipse-style governance model. InfoQ sat down with Milinkovich to futher discuss the idea of an Eclipse governance model for Java and its implcations. Community feedback is welcome.
-
Var/Option Infer: New Syntax for C# and VB 9
Microsoft is considering several new language features for C# 3.0 and Visual Basic 9 including type inference. As this may result in breaking changes, a new mode called Option Infer is also being considered for VB.
-
Novell and Microsoft Announce Interop Collaboration
Novell and Microsoft have announced a set of business and technical collaboration agreements to build, market and support a series of new solutions to make Novell and Microsoft products work better together.The over all goal of the agreement is greater interoperability and manageability between mixed Windows and Linux infrastructures.
-
Create Your Own ASP.NET Providers
With version 2.0, ASP.NET has allowed developers to create their own custom providers that plug into the website framework. These providers cover the areas of Membership, Roles, Site Map, Session State, Profile, Web Event, and Web Parts.
-
A Status Update on the OpenAjax Alliance
Coach Wei, CTO of Nexaweb, has written a status update on the OpenAjax Alliance and the challenges he see that exist for Ajax Adoption. He sees the biggest hurdle to Ajax being confusion as a result of numerous Ajax architectures. He also lists several technical issues that he feels the alliance should address such as toolkit loading, name collision, and event interaction between Ajax toolkits.