InfoQ Homepage Development Content on InfoQ
-
Ruby Coverage Tool Making Rapid Progress
Earlier this week, Mauricio Fernandez released version 0.4 of Rcov, his tool for simple code coverage analysis in Ruby. Rcov is fast, feature-packed and progressing rapidly.
-
Detailed JavaOne Coverage Published
Every year, the most detailed coverage of what happened at JavaOne is usually published in really long and detailed day by day coverage articles published on TheServerSide.com. The last of their 4 days of coverage have just been posted.
-
Agile DSM Workshop at XP2006
Steven Kelley and Alan Cameron Wills are holding a workshop at XP2006 in Oulu Finland on June 19th where participants will discuss how to add domain specific modeling to an agile software development project.
-
Component based webapp framework Wicket 1.2 released
Component based webapp framework Wicket has released version 1.2 today, the third major release of the project. Major new features include Javascript-free Ajax support with even the ability to render multiple page components in one ajax call, component level authorization, Spring dependency injection integration, and more.
-
New Rails Powered Sites Announced
A couple of shiny new Rails-powered websites were announced in the last couple of days. Invitika is described as SMS + mobile blogging + event planning + LBS + photos. Thebeststuffintheworld.com is a comprehensive database of, well, the best stuff in the world, just as implied by the name.
-
Pitchfork: EJB 3 Interception & Injection to WebLogic using Spring
Spring 2.0 is now being used by BEA to provide EJB 3 dependency injection and interception, the result of Pitchfork, a new Spring add-on project by BEA and Interface21 that allows Spring to provide JSR 250 dependency injection and EJB style interception. WebLogic users can also use additional Spring features over the EJB spec, and Pitchfork may be used by other Java EE servers in the future.
-
InfoQ Enterprise Software Development Community Unlaunched
Welcome to the "unlaunch" of InfoQ.com, a new community that aims to be your source for keeping up with change and innovation in the enterprise software development community, specifically serving the Java, .NET, Ruby, SOA, and Agile communities. Please read this news item to learn about the site, its goals, features, and why it matters.
-
Project Tango - WCF And Java Interop
Sun Microsystems has launched the open source initiative called Project Tango. Windows Communications Foundation Engineers are working together with Java Web Services Engineers on the interoperability of enterprise features.
-
Open JPA: A real competitor to Hibernate emerging
BEA will be open sourcing a large part of the formerly commercial Kodo persistence engine from SolarMetric into the Apache OpenJPA project. Going forward, the commerical Kodo and WebLogic will be built on top of OpenJPA which will recieve a large commitment of resources from BEA for further development. OpenJPA may become a viable alternative to Hibernate this year.
-
db4o User Conference in London
The db4o User Conference (dUC) will take place in London from July 10 to 11, featuring keynotes from Carl Rosenberger, Ted Neward, and Christof Wittig.
-
Benefits and Challenges of Open Source for Agile Teams
Open source technologies have had a positive impact on both the development and runtime environments of software applications - teams find they are better able to deliver expected functionality within timeframes acceptable to stakeholders. But open source is different, and Jeff Hodson has written about how an architecture-centric approach can help address some valid developer concerns.
-
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.