 |
 |
Although hard-core code optimization on modern fast desktop and server machines is an arcane and disappearing art, there's still a need for such optimization when targeting the less powerful processors used in the handheld and mobile devices, particularly for game programming.
|
(08/31/04)
Bob Orchard is the author of FuzzyJess, the Java-based, fuzzy logic API extension to Jess, and a veteran of many expert systems projects. In this interview, he discusses the state of artificial intelligence (AI), expert systems (ES), and the richness of possibilities for Java developers to utilize his tools for building fuzzy rule-based expert systems.
(08/27/04)
Sometimes Java's data structures use too much memory to store the data you need to store. In such situations, you can use the JNI native code interface to access native data structures. Find out how to use the STL in C++ to implement a space-efficient hashtable that works like a regular Java hashtable.
(08/26/04)
Jakarta's Digester maps data from an XML source to Java objects. Learn all about this package and its advantages over other similar APIs. Then follow a real life Digester parsing example.
(08/25/04)
Does setting up SQL Server on multiple servers mean running setup.exe over and over? No, it doesn't. With the ADS Controller, you can deploy SQL Server to many servers at once, without having to visit each machine individually.
 |
 |
The solutions for July's tricky programming challenges are up, and there are five fresh new problems for August. What are you waiting for? Scared maybe? Hmm?
|
Tiger, the next version of the J2SE SDK, features language improvements, better performance, better debugging and management, near-native GUI representation, and much more. We grab the Tiger by the tail and take a good look at what it has to offer.
(08/24/04)
Lengthy Web requests, such as those that process and format complex reports, tie up threads from the ASP thread pool. When the number of ASP requests exceeds the number of available threads, you'll see a dramatic slowdown in response time. To solve the problem, you have to make your ASP pages run faster. And to do that you need to decouple the background request processing from the requesting ASP thread. Here's how.
(08/23/04)
With SQLyog Job Agent, a multithreaded application that enables you to develop MySQL notification applications, you can automate and schedule MySQL database jobs to provide data to users when they need itregardless of their locations.
(08/20/04)
Integrating an application server with Macromedia's ever-popular front-end solution allows for rapid development of engaging rich Internet applications. Find out just how easy it is to make Flash talk to the middle tier.
(08/20/04)
At first glance, calculating a baseline metric—an average of some measure over a specific period of time—appears to be a simple task. In reality, baseline metrics are slippery beasts, and not at all as simple as they appear.
Cache Your Repeated Calls to the Database
August 24, 2004
How To Add New Rows to a Filtered DataView
August 24, 2004
Use join() to Check if a Thread Has Finished
August 24, 2004
Java Enterprise Gains Broader Support
Borland, CA, Quest and Mercury adopt Sun's application server for development as the company inks deals with a European wireless telco and Back Bay Technologies.
Building a Better Filesystem For Linux
Namesys' latest Atomic Filesystem answers the storage layer problem as it works fast to compete with Microsoft's WinFS and Apple's 'Spotlight' technology.
|