Java Developer Magazine on Ulitzer
These days the popularity of Ext JS (a JavaScript library) is gaining
momentum. One of the most popular widgets within Ext JS is the DataGrid. The
reason - displaying data from a database is one of the most common tasks of a
web application. "Out of the box" the DataGrid has functionality (for
instance, ascending or descending sorting and reordering of columns by
dragging it) that otherwise would require some effort from developers.
Another attractive feature of the DataGrid is that it can use JSON
(JavaScript Object Notation), which allows you to reduce traffic in
comparison with full Swing HTML or XML formatting on the server.
Examples from Ext JS site [1] and Ext JS books such as Learning Ext JS.Packt
Publishing [2] are focused on P... (more)
Eclipse Session at Cloud Expo
The garbage collector is primarily responsible as a collector to reclaim
objects that are no longer used by the application. This is an automatic
memory management invented by McCarthy. The garbage collector collects
unreferenced objects, objects that are not reached by the reference chain.
The starting point of the analysis is the Garbage Collection Root (GC... (more)
Subversion is a stellar open source version control system initiated by
CollabNet Inc. It is used to maintain source code. There are many clients
that support subversion, of which I want to introduce a simple eclipse
plugin, Subclipse. Subclipse (http://subversion.tigris.org/) is an Eclipse
plugin that was released under the Eclipse Public License 1.0 open source
license.
Subclipse pr... (more)
Download GlassFish Portfolio Whitepaper
Sun Microsystems and the GlassFish community announced the immediate
availability of Sun GlassFish Enterprise Server v3, the latest release of
Sun's commercial Java Platform Enterprise Edition (Java EE) application
server and its open source counterpart, GlassFish v3.
Click Here to View GlassFish 3.0 Webinar
Sun GlassFish Enterprise Server v3 provi... (more)
Java Developer Magazine on Ulitzer
Recently I have described methods that can be used to access Spring Beans
from the BIRT Engine. These examples are intended to be illustrative and not
comprehensive.
More on BIRT and Spring Calling Spring Objects from BIRT Expressions and
Event Handlers
In both of these examples I used the BIRT engine to retrieve Spring objects
within the scripting envi... (more)