InfoQ

Topic/Tag specific view

All content and news on InfoQ about Web Frameworks


Latest featured content about Web Frameworks

Tapestry for Nonbelievers

Community
Java
Topics
Web Frameworks

A new article by Igor Drobiazko and Renat Zubairov provides an introduction to version 5 of the Apache Tapestry component-oriented web framework. The tutorial shows readers how to create a component. It also covers Tapestry's IoC features and Ajax support that is provided through Prototype and script.aculo.us.

News about Web Frameworks

Netbeans 6.1 Adds JavaScript Support, PHP Support Debuts as Early Access

Community
Java
Topics
Javascript,
Web Frameworks

Last week Sun released Netbeans 6.1. At Monday's CommunityOne event this announcement was followed by the release of an early access preview of PHP support for Netbeans.

ExtJS Licensing Continues to Evolve as a Result of Controversal Switch from LGPL to GPLv3

Community
Java
Topics
Licensing,
Web Frameworks

Jack Slocum, lead developer of the popular Javascript library ExtJS, announced this week a community effort to develop two new exceptions for open source software developed using ExtJS 2.1 or greater. This move came as a response to frustration and confusion surrounding recent changes in the Ext JS licensing model from LGPL to GPLv3.

Articles about Web Frameworks

RESTful Services with Erlang and Yaws

Community
SOA
Topics
Web Frameworks,
Web Services

In this article, Steve Vinoski explains how to build RESTful Web services using the Erlang programming language and the Yaws web server. While Steve considers most Web frameworks failures simply because they were a poor match to the problem, he believes Yaws and Erlang are a better match for RESTful development than many other language frameworks that were built specifically for that purpose.

High Performance Ajax with GWT

Community
Java
Topics
Javascript,
Web Frameworks

In a new article Ryan Dewsbury takes a look at how GWT assists developers in terms of Ajax performance by providing image bundling, caching, and application compression. It also includes an excerpt from Dewsbury's book, Google Web Toolkit Applications.

Interviews about Web Frameworks

Dan Diephouse on Atom, AtomPub, REST and Web Services

Community
SOA
Topics
Web Frameworks,
Web Services

In this interview, recorded at QCon SF, Stefan Tilkov talks to noted Web services expert and open source developer Dan Diephouse about the benefits of using the Atom Pub and Atom standards for business applications, pros and cons of using REST, and upcoming features of the Apache CXF web services stack.

Charles Nutter discusses JRuby

Community
Java,
Ruby
Topics
Web Frameworks,
Ruby on Rails,
Application Servers,
Enterprise Architecture,
Platforms,
Compilers,
JRuby,
Community

JRuby project lead Charles Nutter discusses how he got involved with JRuby, Sun's involvement with JRuby, how JRuby fits into enterprise-level web applications, the possibility of a friendly fork of the OpenJDK source code, reasons for switching to JRuby, the future of JRuby, Spring and JRuby, and the Ruby community as a whole.

Presentations about Web Frameworks

Using Google Web Toolkit

Community
Java
Topics
Rich Internet Apps,
Web Frameworks

The Google Web Toolkit (GWT) is a Java-centric framework for creating AJAX applications. GWT cross-compiles Java source into JavaScript, allowing Java developers to use their existing Java skills and tools to create AJAX apps. GWT lead Bruce Johnson intros GWT including high-performance AJAX, internationalization, and integration with existing web app.

WebWork (Struts 2) In Action

Community
Java
Topics
Web Frameworks

Patrick Lightbody does an overview of WebWork and the Struts merger, comparing to other web frameworks and explaining validation support, Ajax support, and how to achieve rapid development with WebWork/Struts 2.

Books about Web Frameworks

Starting Struts 2

Community
Java
Topics
Architecture DO NOT USE,
Web Frameworks,
Open Source

Within this book you will find everything you need to get up and running using Struts2 – from the architecture and configuration, to implementing actions and the supporting infrastructure such as validation and internationalization. Above all else, it focuses on the practical – with plenty of code and productivity tips to get you started using Struts2 today.

Getting Started with Grails

Community
Java
Topics
Web Frameworks,
Dynamic Languages

Grails is an open-source, rapid web application development framework that provides a super-productive full-stack programming model based on the Groovy scripting language and built on top of Spring, Hibernate, and other standard Java frameworks. Over the course of this book, the reader will explore the various aspects of Grails and also experience Grails by building a Grails app.