Ext

Preview: Ext GWT Grid, Grid Plugins, and EditableGrid

July 23, 2008 by Darrell Meyer | 1 Comment »

Ext GWT 1.1 development is moving along nicely and includes a new Grid component. Grid is based on the Ext JS Grid and will support the same features including grid plugins, grouping, totaling, and inline editing.


Using Yahoo’s BOSS API to Search The Web

July 21, 2008 by Shea Frederick | 3 Comments »

Early last week Yahoo announced they had released a new search API dubbed “BOSS” for “Build your Own Search Service” - wow, snazzy name. So being the explorer that I am, I started to play with it and poke around in the API - hold on! this is just the same search API service they offered up a while ago - what gives?


Preview: Java Bean support with Ext GWT

July 14, 2008 by Darrell Meyer | 2 Comments »

The Ext GWT Store and Binder API work with ModelData instances. The primary goal of ModelData is to provide a type of “introspection” as GWT does not allow runtime inspection of Java objects. With the new Java Bean support in 1.1, any Java Bean can be sent over the wire, and “converted” to model data instances to be used with stores and binders.


Using Ext JS to create LiveDataPanel - an on-demand data loading extension

by Aaron Conran | 14 Comments »

A commonly requested piece of functionality is to load additional data when scrolling to the bottom of a dataset. DZone is a popular technology news site that uses this type of functionality on their home page. As you scroll to the bottom of a page, a loading indicator displays and then loads new content. This is not a feature which Ext provides out of the box, however by leveraging existing Ext components the task becomes simple.


Ext GWT v1.0 Released

July 7, 2008 by Darrell Meyer | 12 Comments »

The Ext team is proud to announce that the official release of Ext GWT v1.0 is available for download. This is the first release of Ext GWT which is the culmination of many weeks of development from the Ext development team as well as our community of testers and supporters.


Integrating Google Maps API With ExtJS

July 1, 2008 by Shea Frederick | 25 Comments »

Theres no doubt that Google has some interesting and very useful JavaScript APIs - most of which I end up using over and over again. So why not package them up into an Ext component? Well thats exactly what I decided to do, adding a simple component centered around the Google Maps API.


Fun with Ext JS and Aptana Jaxer

June 10, 2008 by Rich Waters | 13 Comments »

Shortly after Aptana released Jaxer, a new server-side JavaScript platform, I was able to spend some time running Ext JS code on the server-side. Jaxer facilitates a tightly knit integration between the client and server by allowing you to include JS code that will be run on the server, client, both, or as a server-proxy. The server-proxy allows Jaxer to wrap client and server-side communications up allowing either synchronous or asynchronous calls between the client and server. Jaxer provides a means for file, database or even socket access as one would expect from any server-side platform.


WiiExtJS - Fun times with Nintendos embedded Opera browser

June 4, 2008 by Shea Frederick | 14 Comments »

The Wii’s browser is running on a custom built version of Opera 9. ExtJS supports Opera, so everything works the same as it would in a normal PC based web browser. With a complete JavaScript engine, its just as good as the full fledged Opera browser.


Ext GWT v1.0 Beta 4 Released

June 2, 2008 by Darrell Meyer | 6 Comments »

Ext JS is pleased to announce the Ext GWT 1.0 beta4 release. This release includes numerous enhancements and bug fixes since the beta3 release and is a recommended upgrade for those using beta 3. For first time users of Ext GWT, the new Help Center includes new articles to get you setup up and running your first Ext GWT application in GWT.


Implementation Spotlight: VersoChat

by Brian Moeskau | 4 Comments »

Last week I had the pleasure to sit down with the team at Red Sun Systems to have a demo of VersoChat, their website chat management application. VersoChat is an existing application, but they have recently retooled the user interface from the ground up using Ext 2.0 and are launching the new version this week.


Use Namespaces to organize your JavaScript code

May 28, 2008 by Aaron Conran | 9 Comments »

In today’s modern web applications it is typical to include many libraries, widgets and snippets of code from many different sources. You must be mindful that other developers may be interacting with your code simply by both sets of code being included on the same page. It is not a safe assumption that you have the entire global namespace at your disposal.


Using the standard Panel title config to organize Ext JS form fields

May 14, 2008 by Jack Slocum | 23 Comments »

Yesterday while working on our internal support system I had a desire to organize the fields on a form a little better. I didn’t want to use a FieldSet and add full wrapping or another layer of indention in my form code so I decided to give the standard Panel title config attribute a try.


Ext GWT v1.0 Beta 2 Released

April 29, 2008 by Darrell Meyer | 14 Comments »

Ext is pleased to announce the Ext GWT 1.0 beta2 release. This release includes numerous enhancements and bug fixes since the beta1 release and is a recommended upgrade for those using beta 1.


Open Source FLOSS Exceptions

April 27, 2008 by Jack Slocum | 16 Comments »

With our recent change to the GPL v3 some concerns have been brought up by the Ext Community. We are hoping to address some of those concerns via community discussion of two new FLOSS exceptions. The first step for us is the Open Source License Exception for Extensions. It is currently in draft status and we are seeking input from the community before we have it finalized.


Ext JS 2.1 and Ext GWT 1.0 released, preview of Ext JS 3.0

April 21, 2008 by Jack Slocum | 84 Comments »

Ext JS is pleased to announce the latest release of the Ext JS toolkit and the introduction of a new product, Ext GWT 1.0. The Ext JS version has been updated to 2.1 and includes new components, performance improvements, bug fixes and documentation enhancements. Ext GWT 1.0, is a Java library for building rich internet applications with the Google Web Toolkit (GWT).


Spket IDE 1.6.11 Released, Includes New Ext Theme Builder

April 7, 2008 by ReyBango | 5 Comments »

The team at Spket Studio continues to enhance their Eclipse-based Spket IDE announcing today the release of Spket IDE 1.6.11. Of special interest to Ext developers is the new Ext Theme Builder included in this new Spket release.


Implementation Spotlight: Jama Contour

March 31, 2008 by Brian Moeskau | 12 Comments »

One thing we plan to do more often is focus on how Ext is being implemented by real companies doing real business. Jama Software’s flagship product Contour is easily one of the most sophisticated and visually polished Ext applications we’ve seen yet. We decided to find out more about Contour, so we interviewed the team to learn more about their experience using Ext.


ColdExt Project Updated With New Beta Release, Wiki and Tutorials

March 27, 2008 by ReyBango | No Comments »

ColdExt project lead Justin Carter announced today that he has enabled a new ColdExt Wiki to begin organizing the project’s documentation and tutorials.


Ext.ux.FileTreePanel for Ext 2.0

March 17, 2008 by ReyBango | 14 Comments »

Allowing users to manage files remotely is a very common use case providing tremendous flexibility for applications that need to handle various files such as images, word processing documents, or spreadsheets. Ext.ux.FileTreePanel is a widget which can be used within Ext to provide easy file management of a directory structures stored on a server.


Learning Ext: Many Resources Available

March 11, 2008 by ReyBango | 8 Comments »

We’re frequently asked about online resources that can help developers become more proficient with Ext. There’s a wealth of information provided on the Ext Learning Center section of our website that can be extremely effective in helping Ext developers become more proficient in the framework.


Themes for Ext 2.0

March 3, 2008 by ReyBango | 14 Comments »

A common question we get asked relates to themes and if the look-and-feel of Ext applications can be enhanced further than the stock themes included in the framework. The answer is a resounding “Yes!”.


Simple Tasks v2 - Multiple lists, NativeWindows and Reminders

February 24, 2008 by Jack Slocum | 61 Comments »

One of the key additions in Ext 2.0.2 was Adobe AIR 1.0 support for running in the application sandbox. Also, the Simple Tasks AIR application sample was rewritten to take advantage of more of the native functionality in AIR and gained some cool custom Ext components that can be used outside of AIR.


Coolite Studio: Ext Web Controls for ASP.Net

February 18, 2008 by ReyBango | 15 Comments »

Coolite Studio is an Ext official suite of ASP.NET Web Controls based on the Ext JavaScript Framework.


Community Talk - February 2008

February 14, 2008 by Jack Slocum | 7 Comments »

I regularly hit technorati, DZone and Google looking for recent Ext JS related blog posts. There’s always quite a bit going on in the blogsphere and we are going to start sharing the interesting ones we find here on the Ext JS Blog. Here are some of the ones I have recently read.


IDEs, plugins and tools for Ext JS 2.0

February 1, 2008 by Jack Slocum | 48 Comments »

The Ext 2.0 API is very extensive and remembering all of the functions, properties or configs available is virtually impossible. The API documentation is very thorough, but it would be nice if IDEs would provide code assist options in JavaScript as they do in other languages such as Java and C#. Luckily, there are some IDEs and plugins available that do just that — and also have direct support for Ext 2.0.


Ext continues expansion, Now offers training and consulting services

January 28, 2008 by ReyBango | 14 Comments »

Ext has been quietly offering services for some time now, basically working towards getting certain pieces in place before formalizing the Ext Professional Services division. Many have probably seen the new link at the top of the site explaining the new services being offered by Ext and now it’s time to officially announce it.


Ext 2.0.1 Released

January 23, 2008 by Brian Moeskau | 73 Comments »

The Ext team is happy to announce the release of version 2.0.1 of Ext JS. This is a maintenance release that fixes several issues with the 2.0 release.


Ext Growth and Server-Side Community Projects

January 22, 2008 by ReyBango | 16 Comments »

An excellent barometer of a project’s growth and acceptance is the creation of community extensions that compliment the project. It’s demonstrative of how users are embracing Ext and in some cases, need to go past what the core framework provides. It seems that almost on a daily basis, new extensions are contributed by volunteer Ext developers, most of which are of excellent quality and functionality.


Ext Rises in Popularity

December 17, 2007 by ReyBango | 22 Comments »

Ajaxian.com recently conducted their third annual survey to determine the usage of Ajax/JavaScript libraries. The survey is a great indicator of the market penetration of several well-known (and some not-so-well-known) libraries and frameworks. The exciting news is that the Ext framework, for the first time, was added to the list and in it’s first year demonstrated it’s popularity. Of the 2,619 respondents, 22.5% were using the Ext framework ranking it 3rd overall.


Ext.CFC - Easing Integration with Ext and Adobe ColdFusion

December 10, 2007 by ReyBango | 7 Comments »

ColdFusion developers are an inquisitive and talented bunch always looking for new ways to extend the language and make it more dynamic and fun. Web developer Brian Love is a great example of this. Brian, who loves the Ext framework, wanted to see how he could ease the usage of the framework within the ColdFusion space while still having all of the great functionality provided by the library.


Ext 2.0 Final Released

December 4, 2007 by ReyBango | 105 Comments »

The Ext team is proud to announce that the official release of Ext v2.0 is available for download. This new version of the Ext framework is the culmination of many long hours of work and dedication by the Ext Core team as well as our community of testers and supporters. Ext 2.0 is a dramatic step forward from all previous versions of Ext, providing increased performance, ease of configurations, flexibility and UI capabilities.


Extended Filtering Using the Grid Filter Plugin

November 26, 2007 by ReyBango | 18 Comments »

The ability to filter Ext grids is a common use-case and also one of the most frequently discussed topics in the forums. While the Ext.data.Store class includes the capability to filter data, users invariably want to extend past the base functionality and filter data in more advanced ways. One such user is Steve Skrla (AKA: ambience). He’s created the Grid Filter plugin which has quickly become one of the most popular user extensions in the Ext community. I had a chance to interview Steve about his plugin and get a better understanding about it.


Ext Community: User Extensions and Themes for Ext 2.0

November 19, 2007 by ReyBango | 9 Comments »

The Ext community has done an amazing job at creating some fantastic plugins to the framework which in some cases dramatically enhance existing controls and in many cases, add whole new UI capabilities altogether! We’ll be reviewing several extensions which standout both in functionality and quality.


Ext Community: Ext Application Using the AS400 Web Server

November 2, 2007 by ReyBango | 11 Comments »

One of the things that’s great about the Ext community is the innovative ways they make use of the framework. Many of our users are developing applications for the corporate space and that in itself requires a certain level of flexibility in order to integrate with the complex set of technologies associated with running an enterprise-level business.


New Ext 2.0 Documentation

November 1, 2007 by Brian Moeskau | 33 Comments »

The Ext Team has been hard at work creating documentation for the 2.0 release. We now have several documents for new and existing Ext users that should come in very handy during the transition to 2.0, including an updated introduction to Ext, an overview of the new Ext 2.0 architecture and a comprehensive migration guide for existing 1.x users.


Ext 2.0 Beta 1

October 11, 2007 by ReyBango | 60 Comments »

The Ext team is proud to announce that Ext v2.0 Beta 1 is available for download. This release of the Ext framework features updated portal and desktop examples, documentation updates, and bug fixes.


Ext-powered Application wins Adobe AIR Derby

October 6, 2007 by ReyBango | 9 Comments »

Adobe recently held a contest called the Adobe AIR Derby, an international competition open to software and web application developers to showcase their skill in using Adobe AIR Beta software. Contestants were able to submit their entries to different application categories and were judged on originality, visual design and appeal, usability, and application of Adobe AIR functionality in the following categories: best business application, best community application, and wild card.


InfoQ Interviews Ext Founder Jack Slocum

by ReyBango | 2 Comments »

InfoQ.com, an independent online community focused on change and innovation in enterprise software development, recently interviewed Ext founder Jack Slocum about the latest release of Ext, version 2.0 alpha.


Ext-powered Application wins Japan Mashup Award

by ReyBango | 5 Comments »

Ext developer Yuki Naotori of Tokyo was the first place winner in Sun Microsystems’ Japan Mashup Award 3rd contest. His winning application, ONGMAP.com, is a geo mashup that collects a vast range of information about what is at a given location and makes it easily locatable on a map of the world.
“If you look at ONGMAP.COM, you can easily notice it owes a lot to Ext (and if you look into its source code, you can easily notice that I’m not a professional programmer…, but, I did win the award thanks to Ext’s powerful and easy to use framework)”


Ext 2.0 Alpha Release

September 28, 2007 by ReyBango | 57 Comments »

The Ext team is proud to announce that the first public release of Ext v2.0 is available for download. This new version of the Ext framework introduces a host of new features, a new document center, expanded & better organized samples and bug fixes. Another important aspect to note is that there has not been a significant library size increase in this new version.


Ext 2.0: A Preview

September 6, 2007 by ReyBango | 115 Comments »

The development of Ext 2.0 continues to move forward with some exceptional new features being rolled into the framework. The team has really focused on enhancing the desktop-like experience that Ext already provides by introducing new functionality, improving performance and keeping the overall file size down.


Ext v1.1 Released

August 1, 2007 by Jack Slocum | 81 Comments »

The Ext team is proud to announce the immediate availability of Ext v1.1 for download. The 1.1 version includes the new stand-alone version of Ext, a lightweight HTML editor, a new Ext.Ajax utility class, enhancements to DateField and DatePicker, expanded documentation and bug fixes.


CSS Selectors - Speed Myths

July 10, 2007 by Jack Slocum | 77 Comments »

On of the things updated in Ext 1.1 RC1 was DomQuery, the CSS selector implementation in Ext. There seems to be a trend sweeping through all of the popular JavaScript libraries of implementing or improving existing DOM querying using CSS selectors. In fact, since my original post with querying benchmarks for the various selector implementations, overall selector processing power has gone from Pinto power to a Mustang GT 500.


Building a desktop application with Ext, AIR, Aptana and Red Bull

June 29, 2007 by Jack Slocum | 115 Comments »

Ext JS is an excellent framework for building web applications that have desktop like functionality in a web browser. But what if you could take your JavaScript powered application and run on the desktop like any other native application? The launch of Adobe AIR (formerly Apollo) has made this not only a reality, but extremely easy. Armed with early access Ext 2.0, Aptana IDE and a 4 pack of Red Bull  I set out to build my first AIR application.



© 2006-2008 Ext, LLC