Eugenia Loli Archive

Put Scopes to work for your J2EE apps

Many enterprise Java technology developers build their own object management infrastructures to improve application performance. However, traditional object pools encounter problems in applications that run across distributed JVMs on multiple physical machines. This article presents an object management framework that uses the concept of scopes to handle distributed systems with ease.

SAX processing in Python

An application developer can choose any one of a number of strategies to read and use an XML document. In some very simple examples a script containing a number of regular expressions might do the job, but normally a more rigorous technique is required. The Simple API for XML (SAX) is one of the two key techniques for analysing and processing XML documents (the other is the more complicated Document Object Model (DOM)). Read the article here.

The next era of explosive technology growth: device software

The "intelligent connected device" will be the next hotbed of innovation and growth in the technology sector -- revolutionizing markets as they exist today, according to embedded operating system market leader Wind River. Chairman and CEO Ken Klein predicts a major shift in device software, and says that companies not actively building connectivity and intelligence into their products today will not survive past the next wave of technology innovation and growth.

Using Eclipse with Jakarta Tomcat

Gain the power to develop and test quick JSP's with integrated Java code, using a great IDE that will help improve your productivity. This article will guide you step-by-step through the installation of Eclipse, Jakarta Tomcat, and an Eclipse Tomcat launcher plug-in that will integrate them.

Book Review: The Official GNOME 2 Developer’s Guide

I am much into learning all-about-Gnome development lately, using GTK# and Mono. Unfortunately, the Mono/GTK# documentation is not that complete in regards of developing Gnome applications and this has being quite a stumbling block. The release of the "Official GNOME 2 Developer's Guide" book felt like a godsend to help clarify a few points about the GTK+ and Gnome architecture. But was it really?

Sun to Share the 3-D Project Looking Glass with Developers

Software developers will soon have their chance to smoke what Sun Microsystems is rolling. At the JavaOne conference next month, Sun will release a developer kit for its Project Looking Glass 3-D software. This will be the first time Sun has let anyone outside of the company fiddle with that code, and the move confirms that Project Looking Glass is heading toward a general release on Linux and Solaris.

Latest MySQL Fails to Quiet Licensing Critics

Open Source database vendor MySQL AB released its latest incremental release last week (version 4.0.20), but according to some in the community, it still doesn't address what some say serious licensing concerns. Its license changed from LGPL to GPL (in order to not allow commercial/closed applications to link with its free version, but to instead push to them buy a license). Unfortunately, this license change comes to conflict with other OSS licenses, like PHP's (and maybe Perl's too).