Blog / Sencha GXT

Sencha Docs gives JavaDoc a Facelift

Sencha Docs gives JavaDoc a Facelift

July 15, 2010 | Darrell Meyer

If you have worked with Java, you are undoubtedly familiar with the JavaDoc tool. JavaDoc is the de facto standard for creating API documentation based on comments in Java source code. Although JavaDoc documentation contains most of the information you are looking for, the way it presents that information leaves a lot to be desired. Sencha Docs offers a fresh take on API documentation for Java.

Implementation Spotlight: Spiral Universe

Implementation Spotlight: Spiral Universe

January 05, 2010 | Dave Blickstein

Spiral 2.0 is a browser-based desktop used by schools to increase efficiency, reduce costs, and improve their management and administration. Built on Ext GWT, Spiral Universe has become the fastest growing School Information System available.

Creating a Custom Ext GWT Component

Creating a Custom Ext GWT Component

November 23, 2009 | Darrell Meyer

Creating custom Web components can prove challenging without a good foundation. Fortunately, the Ext GWT framework contains a Component API that provides the ability to quickly and easily create custom components while using Java. This post will walk you through the steps needed to create our ContentScroller – an Ext GWT UX component.

Ext GWT 2.0 Released

Ext GWT 2.0 Released

July 09, 2009 | Darrell Meyer

The Ext Team is happy to announce the availability of Ext GWT 2.0 available for immediate download. Ext GWT 2.0 is packed full of new components and features, expanding on the Ext GWT 1.0 feature set.

Building a Rating Widget with Ext Core 3.0 Final and Google CDN

Building a Rating Widget with Ext Core 3.0 Final and Google CDN

June 11, 2009 | Tommy Maintz

We are very proud to announce the final release of Ext Core under the MIT license. Your feedback was invaluable. Thank you for all the bugs reported and test cases created. For those of you who are new to Ext Core, we suggest you read the previous blog post about the all the features and examples that we released as part of the beta.

Ext GWT 2.0 Milestone 2 Released

Ext GWT 2.0 Milestone 2 Released

May 20, 2009 | Darrell Meyer

The Ext Team is happy to announce the availability of Ext GWT 2.0 Milestone 2 available for immediate download. Ext GWT 2.0 M2 is packed full of new components and features, expanding on the Ext GWT 1.0 feature set. Included in this release, are several performance improvements which noticeably improve initial render and layout execution times.

Ext GWT 1.2 Released

Ext GWT 1.2 Released

December 01, 2008 | Darrell Meyer

We are pleased to announce the release of Ext GWT 1.2. This release is packed full of new features and components. Ext GWT 1.2 is a recommended upgrade for all Ext GWT 1.1 users.

Testing Ext JS & Ext GWT Applications With Selenium

Testing Ext JS & Ext GWT Applications With Selenium

November 03, 2008 | Darrell Meyer

Selenium provides a powerful mechanism to test your Ext applications. Selenium works by executing tests against your running application within the browser of your choice. Selenium tests emulate the way a user would interact with your application by executing JavaScript to simulate user actions. Selenium tests run as a form of “integration” tests as they execute against your running application.