GeekArticles
Java
J2EEEJBs in Tomcat, Source Code Analysis, Popup Menus
Author: oreillynet.com |
Published: 10th Aug 2005 |
Visited: 388 times |
Add CommentFiled in: J2EEby chromatic ONJava Newsletter for 02/13/2003 Dear Readers, There are five more weeks of winter (at least here in the Northern hemisphere). That thought helps explain the overcast skies. While you're stuck inside (or, if you're enjoying the Southern hemisphere, after a long day of playing in the sun), here's what's new on ONJava this week. J2EE gets a lot of press these days, but who has time to re-engineer an entire application just to pick up more buzzword-compliance? Isn't...n
Read Article Sponsored Links
Related Articles
• Testing Multithreaded Java Code
In this interview from JavaOne 2008, Coverity chief scientist Andy Chou discusses why traditional unit tests often help in uncovering concurrency-related errors, and why a combination of static and dynamic analysis yields better results when testing multithreaded code.
...
• Reducing Code Size of Ajax Applications Building an Ajax based applications is mostly difficult due to the fact that codes are usually rendered longer. Because different web developments are used in building an Ajax based applications, developers have to combine these codes so that they can achieve the asynchronous function of Ajax. If th ...
• Open Source C++ B+ Tree Implementation Template based B+ Tree
B+ Tree is a type of tree, which represents sorted data in a way that allows for efficient insertion, retrieval and removal of records, each of which is identified by a key. It is a dynamic, multilevel index, with maximum and minimum bounds on the number of keys in each index ...
• GDI+ Code Generator Allows the user to draw vector graphic shapes, then converts them to GDI+ c ...
• Static Analysis on Steroids: Parasoft BugDetective Data flow analysis enables early and effortless detection of critical runtime errors like exceptions, resource leaks, and security vulnerabilities. It can also check if exceptions reported from automated unit testing are ?real bu ...