InfoQ

Topic/Tag specific view

All content and news on InfoQ about Javascript


Latest featured content about Javascript

Attila Szegedi Discusses Rhino

Community
Java
Topics
Javascript

Attila Szegedi discusses the Rhino JavaScript engine. Topics covered include the implementation of Rhino, Rhino's featureset, continuations, usage patterns for embedding Rhino, running JavaScript on the server, scripting capabilities for Rhino, JavaScript versus Ruby, JavaScript on Rails, and future plans for Rhino.

News about Javascript

John Resig Speaks on Future Directions for jQuery and Javascript

Community
Java
Topics
Javascript

jQuery creator and Mozilla Javascript Evangelist John Resig recently posted a video presentation outlining future release plans for the jQuery project and highlighting some exciting new Javascript features that will be coming soon to browsers.

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.

Articles about Javascript

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.

Interview: Didier Girard, are GWT and Volta GCC for the Web?

Community
Architecture,
.NET,
Java
Topics
Javascript,
Web 2.0,
Rich Internet Apps

Microsoft released a preview of Volta last month. Many people have commented on this new technology and the concept of Architecture Factoring. Some have compared Volta with GWT. InfoQ interviewed Didier Girard, CTO of SFEIR, who has lead the development of several GWT projects and reviewed Volta recently.

Interviews about Javascript

Silverlight at Major League Baseball.com

Community
.NET
Topics
Javascript,
Web 2.0,
Rich Internet Apps,
Java plus .NET Integration,
Silverlight

Learn about the re-launch of Major League Baseball’s website on Silverlight. With the website’s back-end written in Java and much of the user interface built with JSP, MLB.com is not your typical candidate for adopting Microsoft’s newest technology for building Rich Internet Apps. Henry Belmont and Thaniya Keereepart share the reasoning behind choice and implementation details.

Bruce Johnson discusses Google Web Toolkit

Community
Java
Topics
Javascript,
Compilers,
Code Analysis,
Web Frameworks,
Open Source

Google Web Toolkit (GWT) tech lead Bruce Johnson discusses the design of GWT, how GWT converts Java into JavaScript, community involvement with GWT, new features in GWT 1.4, and the philosophy behind GWT.

Presentations about Javascript

The Power of Javascript

Community
Ruby
Topics
Language Design,
Javascript,
Language,
Dynamic Languages,
Programming

Glenn Vanderburg makes the case for Javascript, a language long overlooked. This presentation from JAOO 2007 shows how its OOP model and other language features make it a very powerful tool and how to use these features to get the most out of the language.

Ajax and design patterns : Do we need a client tier?

Community
Architecture
Topics
Web 2.0,
Javascript

An Ajax application can go for several hours without leaving the original page. In this talk, Dave Crane explores ways to apply design patterns to the client tier, and how the use of patterns compares with the server-side. He examines the tension between maintaining server-control and delegating control to the client, and looks at the pros and cons of each architecture with real-world examples.