BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Web Servers Content on InfoQ

  • Deploy Rails on Microsoft IIS

    Brent Heinz's installer packages Shane Careveo's Fast-CGI ISAPI filter in conjuction with Ionic's Rewrite ISAPI filter and custom IIS scripts. It's a complete solution for hosting your Ruby on Rails application under IIS on Windows XP/Server 2003.

  • InfoQ Article: An Introduction to JBoss Seam 1.1

    JBoss Seam is a new full-stack web application framework that unifies and integrates Ajax, JSF, EJB2, Portlets, and BPM. Seam 1.1 released last week, and InfoQ has published an introduction to Seam, explaining what Seam can do with a HelloWorld example.

  • Using Java, Groovy, or Annotations to Configure Spring Instead of XML

    Rod Johnson recently blogged on configuring Spring via Java instead of XML. While the implementation uses annotations it is unique in the fact that they are in a separate configuration class and not in the core business classes themselves.

  • JBoss Seam 1.1 Indepth: An Interview with Gavin King

    Seam 1.1 CR1 has just released, with the full GA coming within a couple of weeks. Major new changes include the ability to run SEAM without EJB making it useable in any appserver and even Tomcat, a new concurrency model, ICEFaces/Ajax4JSF integration, and Rails-like code generation/command line tools. InfoQ spoke to Seam creator Gavin King about the release.

  • JRuby brings Rails applications to Glassfish

    It is now possible to deploy Ruby on Rails applications on Glassfish. Utilizing JRuby and its growing support for Rails, Glassfish can now be used as a production platform, allowing a more robust and scalable deployment platform.

  • Ben Robb on his MOSS 2007 experience

    Ben Robb from cScape has written an excellent article about Microsoft Office SharePoint Server 2007, MOSS 2007, to develop a full featured public facing website. cScape was able to do this because of the dramatic redesign of MOSS 2007. Using ASP.NET Master Pages, CSS, WebParts, and the Office SharePoint Designer, they created a maintainable Web Site branded to very specific requirements.

  • Using OSGi as an Architectural Asset

    Piero Campanelli has written a blog post on the benefits of using OSGi as an architectural asset to promote component oriented software development in organizations. Among the benefits he details are secure development across teams, standard management of projects across a company, version tracking, and automated assistance in checking that dependencies are maintained correctly.

  • Extending IIS7 Through Integrated Mode

    With the 3.0 release of the .NET framework the IIS7 webserver will now support a new mode called "Integrated Mode". Integrated Mode brings to .NET the ability to write the equivalent of ISAPI modules, however now developers can code in C# rather than C++.

  • Presentation: The Role of the Enterprise Service Bus

    In this NoFluff talk, Mark Richards tells us what an ESB is, its role, what capabilities it provides, and the various ways an ESB can be implemented. He takes a close look at the JBI specification (JSR-208) and explains what impact it will have with the ESB world. This will teach you how to determine your own specific requirements for an ESB and then match these requirements to the product space.

  • Java EE 5 Development Waiting on Application Server Vendors

    Solution providers are holding off on Java EE 5 development until the major application server vendors release compatible updates. Dr. Dobb's reports that while Sun's Java System Application Server has support and BEA's WebLogic is close, IBM lags behind.

  • BEA Announces WebLogic 9.2 Platform

    BEA has announced the completion and delivery of WebLogic Platform 9.2 (Server, Portal, and Integration) that are designed to provide a unified foundation for BEA's SOA 360 platform. Kodo 4.1, Workshop, and Workshop Studio also had new releases. InfoQ summarized the new features in WL Server and Portal.

  • ESB Technology Goes Open Source

    Backed by Hummer Winblad and Morgenthaler ventures to the tune of $4M dollars, CEO Dave Rosenberg and Mule ESB Open Source Leader Ross Mason are ready to take on the biggest ESB players with their Open Source ESB strategy. But not only are other ESB companies waiting, but the field is already crowded with other Open Source options.

  • Spring 2 Final Released - Downloads overload servers

    Spring 2 final has gone live. Soon after the release their servers became unavailable due to all the downloads. :) Spring 2 final is the much awaited release with new the new simplified and extensible XML configuration, AOP enhancements and AspectJ integration, asynchronous JMS, first class JPA support, dynamic language support, OSGi, portlet support and MVC enhancements.

  • Spring 2 Video Interview with Juergen Hoeller and Rob Harrop

    Spring core developers Rob Harrob and Juergen Hoeller talk about what, why, and how of the new features in Spring 2, including XML configuration, custom tags, AspectJ integration, and migrating to Spring 2. The interview also discusses how to use Spring on large scale projects, common pitfalls with using Spring, and Spring MVC vs. other frameworks.

  • Jetty 6: Rewritten for Continuations, NIO, Servlet 2.5

    The Jetty 6 was released a couple of weeks ago and 6.0.1 a few days ago. The Jetty 6 code base is a complete rewrite adding such features as Continuations, NIO support, and 2.5 Servlet spec compliance. InfoQ caught up with Jetty lead Greg Wilkins to find out more details on the version 6 product.

BT