InfoQ Homepage Development Content on InfoQ
-
JNA brings native code to JRuby
The Java Native Access (JNA) library brings simple POSIX support to JRuby, and might just make native extensions possible.
-
TrimPath Junction - Bringing Rails Style MVC to JavaScript
TrimPath Junction has been quite active since it was reinvigorated by Google Gears back in July. A new OnLamp walkthrough showcases the project which bring Rails style MVC to JavaScript.
-
Silverlight Goes 1.0 With Linux Support on the Horizon
Microsoft officially launched Silverlight 1.0 today with support for OS X and Windows. Additionally they will be working with Novell to extend support to Linux.
-
OOXML has been Rejected as an ISO Standard
Microsoft's attempt to officially standardize the Office Open XML Format (OOXML) by the ISO-Standards ISO/IEC DIS 29500 has failed. National standard bodies have been asked to give their vote on OOXML by September 2.
-
Is Java EE 5 easier with EJB?
Many enterprise Java developers gained some experience with Enterprise JavaBeans and went on to choose technologies they deemed lighter-weight, because they felt that building a solution by hand or with a lighter-weight framework was easier and less time-consuming. With EJB 3.X, is it still true that a POJO-solution is simpler, more-comprehensible code? Adam Bien doesn't think so:
-
Interview: Dino Chiesa on Microsoft's SOA Strategy
InfoQ talked to Dino Chiesa, Director of Marketing for .Net in the Connected Systems Division to better understand what's coming in .Net 3.5 for SOA, Microsoft's SOA strategy and how customers were using WCF.
-
OpenJDK 6 to be based off of OpenJDK 7
Sun recently announced a plan for releasing a Java 6 version of OpenJDK, which will involve back-porting the OpenJDK 7 codebase to create a Java 6 compliant implementation. InfoQ spoke with Joseph Darcy of Sun to learn more about this decision.
-
Internet Explorer increases cookie limit to 50
Internet Explorer will now support 50 cookies per domain, but the performance implications of large HTTP request sizes require caution on the part of web developers.
-
IronRuby now on Rubyforge
IronRuby, Microsoft's implementation of Ruby for .NET, is now hosted on RubyForge. The current state of the code is available via the Subversion repository.
-
AgileEvents: What's Coming Up Near You?
If you've ever thought "Darn, I wish I'd known about that!" then have a look at what's coming up on the AgileEvents calendar, starting September 1st, 2007.
-
Agile Alliance Elects New Directors
After Agile 2007 the Agile Alliance announced the election results of its ballot for board members for the 2007-2008 period.
-
Eclipse Business Intelligence Reporting Tools Version 2.2 Adds MSOffice File Type Output Support
BIRT 2.2 has been recently released with major enhancements as a part of Eclipse Europa release. BIRT is an Eclipse-based open source reporting system for Java and JEE based web applications. Among the new features of 2.2 are enhanced charting featuring and support for XLS, Word, Power Point and Post Script formats.
-
Why API design matters
API design affects all developers. Some APIs are a pleasure to work with, others are annoying and yet others are downright frustrating. But what's makes the difference? Which qualities make one API easy to use and another hard? The ACM Queue recently published an article by Michi Henning about API design; an article that analyzes these aspects.
-
Microsoft Entity Framework Beta 2 and Entity Framework Tools Beta 1 CTP Released
The Microsoft Entity Framework allows developers to close the gap between objects and our data stores. The second beta of the Microsoft Entity Framework is available now for developers to get a jump-start on exposing your data models as objects. This release also comes with the first beta of the Entity Framework Tools providing a graphical front-end to your entity data objects.
-
JLINQ: Runtime JDBC Generator for Eclipse
Azadeh Ahadian of IBM has published an article introducing JLINQ on IBM's developerWorks site. Despite the name, JLINQ does not have much in common with Microsoft's LINQ, rather it is an Eclipse plugin providing integration with a database and runtime DAO code generation. The plugin is part of IBM's Developer Workbench that is coming with Viper, the next release of DB2.