InfoQ Homepage Development Content on InfoQ
-
Evan Phoenix hired to work on Rubinius
Evan Phoenix, who created Rubinius, a Ruby VM written in Ruby, has been hired by EngineYard. He'll work on Rubinius half time. This means that all Ruby implementations (Ruby, JRuby, IronRuby, Rubinius) now have paid developers working on them.
-
View Source for Silverlight
Ernie Booth has released a plug-in for Reflector that allows users to view the decompiled source for Silverlight applications.
-
The Futures of Ruby Threading
Ruby's thread system is about to undergo big changes in Ruby 1.9, possibly moving from user space threads to kernel threads. Or not. A recent interview with Matz and Sasada Koichi shows some new ideas that are considered. We take a look at the different possible future Ruby threading systems.
-
Paint.NET for Mono Released to Public
Paint.NET serves as both a good open source graphics editor and a test bed for new .NET functionality like the CLR add-in model. It has also been a highly coveted prize by the Mono team. On May 15, Miguel de Icaza announced that the port of Paint.NET 3.0 is functional.
-
Interview: LINQ Creator Erik Meijer
In this InfoQ interview, LINQ creator Erik Meijer talks about the design and capabilities of LINQ, how to use it, why to use it, how it differs from XQuery, how it addresses ORM, extension methods, EDM, and more.
-
GridGain Releases Open Source Java Grid Computing Platform with AOP Enablement
GridGain Systems has released version 1.0 of their open source Java grid computing platform. In addition to task oriented grid enabling, GridGain also provides an AOP enablement option. Annotations can be used to grid enable method execution.
-
The Consumer Java Runtime Environment in Detail
On May 8th, 2007, Ethan Nicholas and Dennis Gu announced the Consumer JRE at JavaOne. Since JavaOne, Ethan Nicholas and Chet Haase have released additional details about the Consumer JRE, including these elements: Quickstarter, Java Kernel, Deployment Toolkit, Installer Improvements, Windows Graphics Performance, Nimbus Look and Feel.
-
ASP.NET Futures to Include Support for Ruby?
The Microsoft website ASP.NET has released the May 2007 edition of ASP.NET Futures. This release demonstrates potential features for post-Orcas versions of ASP.NET including Sivlerlight controls and dynamic language support.
-
Microsoft's Roadmap through 2020 to Focus on the Scientific Sector
Microsoft has always put the needs of business customers and home users first. There is another sector that relies on computers, one that has been neglected for decades: the scientific community.
-
Case study: A new approach to integrating architectures post-merger at Lawson
The merger of Lawson and Intentia in 2006 left developers with an important problem to solve - the integration and presentation of legacy applications and business services that are constructed in Java, .NET, and other technologies. This case study looks under the hood at the new architecture at Lawson and how they got there.
-
On Intermediation in SOA
Nick Malik writes about "The Value of Intermediation in SOA", which started an interesting discussion. In his first blog post on the subject he asked the question: "Is it Service Oriented if the message cannot be intermediated?".
-
Building Domain-Specific Languages in JRuby
Closing out the Java One conference last week was Rob Harrop's presentation "Exploiting JRuby: Building Domain-Specific Languages for the Java Virtual Machine." Domain specific languages (DSLs) have been gaining popularity, as shown on InfoQ with a presentation on an introduction to domain specific languages by Martin Fowler and posts on the debates in the blogsphere.
-
Exploring Event Driven Architectures with Esper
At Java One Thomas Bernhardt and Alexandre Vasseur explained the concepts of event driven application servers and the Esper project. Event driven application servers are a new category of servers, proving a runtime and supporting infrastructure services (transport, security, event journaling, high availability, connectors, etc.) to servers designed to be able to process over 100,000 events/sec.
-
Is OSGi the Solution for Mobile Java?
Java ME developers face many obstacles that server-side or desktop Java developers never have to contend with. Nokia, Sprint, and IBM teamed for a JavaOne session that outlined a solution to these problems through an service-oriented architecture based on OSGi
-
A Wicket User Revisits JSF
Peter Thomas recently took a second look at JSF after developing most recently with Wicket. Thomas uses the creation of a simple discussion forum for his comparison showing various portions of each implementation side by side including web.xml, dependencies, and business/presentation components.