Ext

Implementation Spotlight: SingleHop Leap

July 30, 2008 by Brian Moeskau | 10 Comments »

We love to see all the different types of applications developed using Ext. SingleHop has developed LEAP, a server management application that gives the end user significant power over administering their remote servers via the web. I recently spoke with Dan Ushman, a co-founder of SingleHop, to get the scoop on LEAP and find out more about how they used Ext.


Preview: Ext GWT Grid, Grid Plugins, and EditableGrid

July 23, 2008 by Darrell Meyer | 12 Comments »

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 | 6 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 | 4 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 | 13 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 | 29 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.



© 2006-2008 Ext, LLC