InfoQ

Topic/Tag specific view

Web Frameworks Content on InfoQ


Latest featured content about Web Frameworks

Running PHP on the JVM with P8

Community
Java
Topics
Web Frameworks,
Dynamic Languages

In this presentation from the JVM Languages Summit 2008, Robert Nicholson discusses P8, an implementation of PHP on the JVM. Topics covered include the reasons for bringing PHP to the JVM, an overview of PHP and P8, PHP characteristics, the JVM method length limit, how PHP functions are compiled, InvokeDynamic (JSR 292) and PHP Functions, PHP values and Unicode strings in PHP.

News about Web Frameworks

Debunking Common Myths About ColdFusion

Community
Architecture,
Java
Topics
Web Frameworks

ColdFusion has been around for quite some time — since 1995 — and like any technology with a bit of age behind it, quite a few misconceptions exist about the platform and its capabilities. This contributed article addresses some of the common myths around CF.

Smooth HTTP Caching With Rack::Cache

Community
Ruby
Topics
Performance & Scalability,
Web Frameworks,
Ruby on Rails

The ways to cache a web application are numerous and often complex. Apart from the very basic page caching, Rails 2.2 introduced conditional GET through the use of HTTP headers: last_modified and etag. Following most of the internet standard caching section of RFC2616, Ryan Tomayko released Rack::Cache.

Articles about Web Frameworks

Discover RailsKits and Stop Writing Redundant Code

Community
Ruby
Topics
Web Frameworks,
Ruby on Rails

Ruby on Rails has become a popular Ruby framework for creating web applications in recent years. An aspect of creating a web application is needing to create the same base functionality which developers need to complete before moving to the heart of the application. Applications using Rails implement authentication, automated billing and other aspects of business application development.

Interview and Book Excerpt: Pro Web 2.0 Application Development with GWT

Community
Java
Topics
Web Frameworks

Jeff Dwyer discusses his new book, GWT 1.5, and creating searchable Ajax applications.

Interviews about Web Frameworks

Rod Johnson Discusses Spring, OSGi, Tomcat and the Future of Enterprise Java

Community
Java
Topics
Web Frameworks,
Application Servers,
Enterprise Architecture,
Acquisitions

Rod Johnson discusses the Spring Portfolio, the Oracle/BEA and Sun/MySQL acquisitions, Java EE 6, Tomcat and Spring, Spring Dynamic Modules, the future of enterprise Java, the benefits of OSGi for application developers, the Covalent acquisition and Spring 3.0. Johnson also alludes to the SpringSource Application Platform, which was announced a month after this interview was filmed.

Dan Diephouse on Atom, AtomPub, REST and Web Services

Community
SOA
Topics
REST,
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.

Presentations about Web Frameworks

Building Large AJAX Applications with GWT 1.4 and Google Gears

Community
Java
Topics
Compilers,
Rich Internet Apps,
Web Frameworks

In this presentation from QCon San Francisco 2007, Rajeev Dayal discusses building applications with GWT and Google Gears. Topics discussed include an overview of GWT, integrating GWT with other frameworks, GWT 1.4 features, developing large GWT applications, integrating GWT and Google Gears, the architecture of a Google Gears application, Google Gears features and the Google Gears API.

Configuring the Spring Container

Community
Java
Topics
Web Frameworks,
Open Source

In this presentation from QCon San Francisco 2007, Rod Johnson discusses the Spring Framework. Topics covered include the philosophy behind Spring, configuring the Spring container, XML configuration, new XML configuration namespaces, Annotation-based configuration, automatic component annotation scanning, Spring JavaConfig, mixing configuration types, and Spring 2.5 new features.

Books about Web Frameworks

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.