InfoQ Homepage Development Content on InfoQ
-
RailsDay 2006 Announced
RailsDay 2006 is a 24 hour competition scheduled to be held in mid-June, right before RailsConf. During the contest, teams of Ruby on Rails developers from around the world will compete for valuable prizes to see who can author the best Rails application in just a day.
-
Jetty Founder Proposes Asynchronous Servlet API
Jetty founder Greg Wilkins has blogged about the need for the Servlet spec to evolve into an asynchronous model in order to, among other things, deal with the new challenges brought on by Ajax. Greg proposes standardizing a coordinator which could be called by the container in response to asynchronous event and would coordinate the call of the synchronous service method.
-
Microsoft Launches CodePlex Online Development Environment
Microsoft has launched the Beta of CodePlex, an online software development environment for open and shared source developers to create, host and manage projects throughout the project lifecycle. Codeplex was developed from scratch using C# 2.0 with Team Foundation Server as the backend.
-
Web Beans submitted to JCP, aims to unify EJB and web tier
JBoss has submitted "Web Beans" to the JCP, with support from Oracle, Sun, Borland, and Google. Web Beans aims to enable EJB 3 session and entity beans to be used as JSF managed beans (known as actions in other frameworks) eliminating the dual layers of web actions and EJB's common in web apps. Gavin King will be the spec lead.
-
Interview with Mongrel Author Zed Shaw
Well-known Rails programmer Zed Shaw was interviewed by O'Reilly. Zed talked about Ruby on Rails and his work on an up-and-coming new HTTP server named Mongrel that is winning accolades all over the community.
-
Sun commits to open source Java eventually
At Java One this week Sun said that open sourcing Java is no longer a question of whether, but how. This marks a different tone from previous years, perhaps the Apache Harmony project is succeeding in slowly turning Sun away into a different direction. Community reaction to the news has been mixed.
-
Groovy gets a contribution from Oracle; ongoing Grails contributions discussed
Oracle has recently contributed an extension to the Groovy JMX MBean. An ongoing contribution is currently being discussed between Oracle and the Groovy and Grails leads about Oracle's intention to contribute ongoing engineering and QA resources to the projects. Oracle believes that better integration makes Grails potentially better suited for mainstream enterprise adoption than Rails.
-
InfoQ Day: See the top 8 sessions Wednesday in SanFrancisco
If you're in SanFrancisco then you're invited to InfoQ Day on Wednesday. We have rented out the Thirsty Bear restaurant where we will host 8 presentations by some of the best speakers also attending Java One. The event is free to the public all day, and refreshments will be served. You're invited!
-
JRuby on Rails Unveiled at JavaOne
The latest version of JRuby will be presented to JavaOne attendees this week. Included in the demonstrations is a working Rails application and an ActiveRecord adapter backed by JDBC.
-
Microsoft Releases Expression Web Designer First Community Technology Preview
Microsoft has posted for download the first Community Technology Preview of the new Expression Web Designer. Microsoft Expression is a new suite of tools that work together to enable you to produce user interfaces for web and desktop based applications. It consists of a Graphic Designer, Interactive Designer, and a Web Designer.
-
Using Agile Processes and Modeling To Build Enterprise Applications
The traditional approach of doing big requirements up front (BRUF) or big design up front (BDUF) results in significant wastage which can cause many software developments projects to be challenged and/or fail entirely. The article shows how to apply Agile Modeling (AM) practices when building enterprise Java applications.
-
Canadian Firm Posts Bounty for New Rails Database Support
ICI, a stainless steel truck accessory business in Canada, today announced a 900USD bounty to the first person to deliver ODBTP support for Rails. ODBTP (Open Database Transport Protocol) is a TCP/IP protocol ideal for connecting Linux-based programs to ODBC data sources on Windows servers.
-
Terracotta releases free 4 node Tomcat Session Clustering
JVM clustering vendor Terracotta has released for free use their Terracotta Sessions for Tomcat. The product is based on their distributed shared objects (DSO) product which uses a hub and spoke architecture and can synchronize changes across nodes at the field level (instead of serialization). The license allows projects with up to 4 nodes in their cluster to use it for free.
-
Article: Simple JAVA and .NET SOA interoperability
.NET and Java interop can be made really simple using a REST documentcentric approach. This article compares a REST and SOAP approach to interop as well as the advantages of using HTTP POST vs. GET for REST invocations.
-
Article: Ruby and Rails: In your face... but out of your way
Ruby on Rails is in many ways a system in itself. But in many, many other ways, Rails exposes, explores, and exploits its connections to Ruby, rather than hiding or disguising them. David A. Black, author of the book Ruby for Rails from Manning, shares his thoughts on whether or not Rails developers should take the time to master Ruby.