ExtJS 4 + Sencha Architect 2: Basic Array Grid Example (using ActionColumn)

ExtJS 4 + Sencha Architect 2: Basic Array Grid Example (using ActionColumn)

June 29, 2012 | By | 1 Comment

Hi everyone, After I started a thread on the Sencha Forum to post my ExtJS 4 MVC Examples, someone gave me the idea to port the ExtJS 4 Sencha Examples to Sencha Architect 2 as well. This way it is easier for beginners to learn how to use the tool and also learn about the [...]

Continue Reading

Java Example: List all Files from a Directory (or Subdirectory)

Java Example: List all Files from a Directory (or Subdirectory)

June 15, 2012 | By | 1 Comment

This is a basic algorithm, but it can be very useful in some situations and very hand for those that are learning Java. The class bellow contains 4 methods: the first one will list all the files and folder names under a directory the second one will list all the file names under a directory [...]

Continue Reading

Jetty and Eclipse Integration in 3 Steps

Jetty and Eclipse Integration in 3 Steps

June 14, 2012 | By | Add a Comment

This tutorial will walk you through out how to integrate Jetty and Eclipse and how to run a web application on Jetty server inside Eclipse. Steps: Install Jetty Eclipse plugin Create web application Run web application 1 – Installing Jetty Eclipse Plugin When you add a server to the Servers view, you will not see [...]

Continue Reading

ExtJS 4 Example: Multiline Row in a Grid

ExtJS 4 Example: Multiline Row in a Grid

May 25, 2012 | By | Add a Comment

Today’s post is a quick tip of how we can modify the ExtJS 4 grid to support multiline rows if the content does not fit in a single row. For example, take a look at the following grid: In the description column, we want to display the following content: Lorem ipsum dolor sit amet, consectetuer [...]

Continue Reading

ExtJS 4 MVC Example: Ajax with XML Forms

ExtJS 4 MVC Example: Ajax with XML Forms

May 24, 2012 | By | Add a Comment

Another ExtJS 4 MVC Example. Today we are going to port the  Ajax with XML Forms to MVC. Let’s get started! Project’s Structure Model – Contact Model – FieldError Model – State Store – States View – Form View- Viewport Controller App.js HTML Demo To see this example running live, please go to:  http://loiane.com/extjs/extjs4-mvc-ajax-xml-form/ Download the Source Code [...]

Continue Reading