BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Web Frameworks Content on InfoQ

  • CSS Control Adapter Toolkit Update Beta 2

    The CSS Adapter Toolkit beta 2 update is out; it replaces the standard output of ASP.NET controls with CSS-friendly markup. A customizable style sheet is created for each control, allowing you to provide a consistent look and feel site-wide.

  • Microsoft releases Expression Web Beta 1

    Microsoft has released Expresson Web Beta 1, their professional web design product which is meant to fill the roll of FrontPage, which is being retired. Promised features include standards-based web sites, sophisticated CSS-based layouts, extensive CSS formatting and management. The style management features look particularly promising.

  • G4jsf - Integrating GWT and JSF

    JavaServer Faces provides a general framework for web applications. Google's GWT toolkit also provides structure for web applications on both the client and server tiers. A new article on TheServerSide highlighting the G4jsf project shows how the technologies can be complementary instead of competitive.

  • WebORB - Easily Makes Rails Models Accessible to Flex / Flash

    A new Rails plugin, WebORB, ties together the worlds of Ruby on Rails and Adobe's Flex technologies in an easy manner.

  • WebObjects to be Open Sourced; Apple to focus on WO Runtime

    Apple has announced that it will be deprecating it's developer tools around WebObjects and instead focusing it's efforts on the WebObjects runtime and encouraging an open source community to develop around WebObjects tools. ThinkSecret also reports that WebObjects will be going open sourcing most of it's code.

  • InfoQ Article: Grails + EJB Domain Models Step-by-Step

    Grails could bring Ruby on Rails style productivity to the Java platform, built on the Groovy language and fully integrated with Java. In this tutorial, Jason Rudolph shows how to use Grails to quickly build a functional website around an existing EJB 3 entity bean domain model with very little code.

  • Geert Bevin on The Philosophy Behind RIFE

    A few weeks back InfoQ covered the 1.5 release of the RIFE Java web framework. This week Artima Developer featured an extensive interview with RIFE founder Geert Bevin which covers the project's history and new features.

  • Interview: Patrick Lightbody on Project Able - A Complete Java Web Stack

    WebWork committer, Patrick Lightbody, has announced Project Able: a complete Java web stack. InfoQ sat down with Patrick to discuss the philosophy behind Project Able.

  • Interview: Google's Bruce Johnson on the new GWT 1.1 Release

    Version 1.1 of the Google Web Toolkit has just been released. New features include localization support, RPC optimizations, and JUnit enhancements. InfoQ sat down with GWT Tech Lead Bruce Johnson to discuss the new release.

  • RubyForIIS Makes Ruby Easier on Microsoft's IIS

    RubyForIIS is a new, beta package designed to make installing Ruby and Rails for use with IIS easier.

  • RIFE Java Web Framework 1.5 Released

    The RIFE Java web framework has released version 1.5. RIFE is a full-stack web application framework with tools and APIs to implement most common web features. Each of its toolkits is usable by itself or as an integrated stack. The RIFE framework promotes itself as having many key differentiators versus other Java web frameworks including continuations and state handling without sessions.

  • Revisiting the Need for Asynchronous Servlets

    As we transition from a page based view of web application development to an Ajax style data based new server programming needs emerge. Gregg Wilkins, lead developer on the Jetty web container, has been examining the need for an Asynchronous Servlet API in a series of blog posts. This review has resulted in Gregg concluding that continuations are the best solution at the present time.

  • VistaFei Brings GUI Editing to Google Web Toolkit

    Wirelexsoft has announced VistaFei, an Eclipse-based visual GUI editor for Google Web Toolkit (GWT). GWT UI's can be built using drag and drop from a Palette controls and WYSIWYG editing area. VistaFei provides more than 35 elements in the palette covering most developer's needs for AJAX application design.

  • Ajax for JSF: ICEFaces Enterprise Edition 1.0

    ICEsoft has released version 1.0 of ICEFaces Enterprise Edition. ICEFaces extends JavaServer Faces (JSF) allowing developers to write AJAX style web applications in pure Java without having to use Javascript. ICEFaces provides an Ajax Push technology that allows server changes to be "pushed" to browser based clients without traditional polling techniques.

  • Bruce Tate's "From Java to Ruby" Reviewed

    Frequent technical author Bruce Tate's latest title "From Java to Ruby" takes a look at moving to Ruby from the eyes of a Java manager. Greg Sporar, Sun's Chief Netbeans evangelist reviewed the book. Javaworld today also posted a 'Ruby for Java' article.

BT