Similar Articles |
|
JavaWorld December 2001 Bill Pierce |
Diagnose common runtime problems with hprof Ever been a few days from releasing an application when testing reveals a memory leak or something causing the CPU to spin out of control? Few people realize that the Java 2 JDK provides a useful profiling tool called hprof, which you can use to diagnose these behaviors with minimal fuss... |
JavaWorld December 2001 Sanjay Dahiya |
Cut down on logging errors with Jylog This article introduces Jylog, a new approach to error-free and flexible event logging. Based on the Java Platform Debugger Architecture, Jylog completely separates logging from coding. Learn how Jylog and its underlying technology, JPDA, work, and how you can use them... |
JavaWorld March 2002 Jennifer Orr |
Java's top guns JavaWorld presents the winners of its 2002 Editors' Choice Awards. Find out which technologies won Best Java Virtual Machine, Best Java-XML Tool, Best Java Device Application Development Tool, Most Innovative Product, and more... |
JavaWorld November 2001 |
Java Product News Borland releases J2EE platform... Popkin's System Architect 8.5 now available... MKS and Borland combine products... Phaos toolkit scouts out digital certificates... Atinav launches embedded development platform... HP and NDS put Java on TV... etc. |
JavaWorld September 13, 2002 |
Java Product News Teamstudio for Java audits Java apps... JProfiler points out performance bottlenecks... Hitachi announces Quadrasis EASI Express... Oak Grove updates workflow engine... Prentice Hall publishes introductory Web services guide... JRockit receives boost from Introscope... etc. |
JavaWorld February 2003 |
Product Snapshot: Optimizeit ServerTrace An extension of Borland's Optimizeit performance solution, ServerTrace brings testing from the development phase to the predeployment phase. |
JavaWorld November 21, 2003 |
Java Product News /k/ Embedded Java Solutions unveils Mika... Infravio assembles Ensemble 4.0... Reasoning improves inspection services |
JavaWorld March 30, 2001 Lisa Alexander |
Java Product News Java Media Framework 2.1.1 extends J2SE's multimedia capabilities... Updated versions of JunC++ion integrate Java and C++ components... IBM releases WebSphere Application Server 4.0... HiddenLogic enables wireless app development... etc. |
JavaWorld November 14, 2003 |
Java Product News IBM alphaWorks adds XML tool... Atlassian enhances JIRA... Side of Software puts out Print Preview library... Jamcracker produces Pivot Path... etc. |
JavaWorld November 7, 2003 |
Java Product News Big Faceless Organization upgrades PDF Library... FWA Software offers Visual Tags for Struts 2004... New Atlanta serves up ServletExec 5.0... etc. |
JavaWorld November 2, 2001 |
Java Product News Compuware introduces OptimalJ... Matisse combines native object support with server-based SQL... Houston Technology Group upgrades EJBX... Instantis releases Web services environment... Sun ONE enlists Aligo... CreamTec updates WebCream... VMGear releases Optimizeit Suite... etc. |
InternetNews August 10, 2004 Jim Wagner |
Borland Packs New Features into JBuilder The upgrade concentrates on JSF, J2EE 1.4 and quality code. |
JavaWorld November 9, 2001 |
Java Product News HP and NDS put Java on TV... SavaJe XE runs J2SE applications on devices... Creative Science Systems launches Web services-based compiler... ATG delivers Dynamo beta for WebLogic... Manning publishes new JSP book... Day releases JSP debugger... etc. |
JavaWorld April 18, 2003 |
Java Product News SolarMetric partners with Sun... PolarLake announces products for Q2... etc. |
JavaWorld September 20, 2002 |
Java Product News TogetherSoft plans WebSphere Studio support... Birdstep announces new databases... Poseidon for UML 1.4 now available... Davisor Chart enables interactive charts and reports... Amber Archer enhances class library with SOAP... Dirig adds Sun ONE support to Fenway solution... etc. |
JavaWorld October 26, 2001 |
Java Product News Sun ONE enlists Aligo... CreamTec updates WebCream... VMGear releases Optimizeit Suite... PolarLake to add Web services support to XML development tool... ArtinSoft enhances automatic migration engine... O'Reilly releases third edition of Enterprise JavaBeans... etc. |
JavaWorld April 11, 2003 |
Java Product News Fiorano announces distributed computing solution... H&W launches DiagnoSys... Coldbeans Software updates JSP tag suite... ICS completes BX For Java testing... QFS updates UI testing tool... INM introduces Moka Xtra... IronEye SQL and IronEye Cache available for download... etc. |
JavaWorld May 31, 2002 |
Java Product News Clover reveals unexecuted code... Sun integrates J2EE app server with Solaris... Borland enhances Java development suite... Coldbeans Software enlarges custom tag library... Alcea Technologies updates error tracking system... VistaJDBC automatically extracts Excel data... etc. |
JavaWorld August 2002 Jeff Friesen |
Achieve strong performance with threads, Part 4 The author completes his exploration of threads by focusing on thread groups, volatility, thread-local variables, timers, and the ThreadDeath class. |
JavaWorld May 2002 |
Java Product News (updated May 24, 2002) Sun integrates J2EE app server with Solaris... Borland enhances Java development suite... Coldbeans Software enlarges custom tag library... Alcea Technologies updates error tracking system... VistaJDBC automatically extracts Excel data... Zero G Software improves InstallAnywhere's XML support... etc. |
JavaWorld May 2002 Jeff Friesen |
Achieve strong performance with threads, Part 1 Users expect programs to exhibit strong performance. To satisfy those expectations, your programs often use threads. This article begins a four-part series that examines threads. You receive an introduction to threads, explore the Thread class, and learn about runnables... |
JavaWorld June 2002 Jeff Friesen |
Achieve strong performance with threads, Part 2 Developers sometimes create multithreaded programs that produce erroneous values or exhibit other strange behaviors. Odd behavior typically arises when a multithreaded program does not use synchronization to serialize thread access to critical code sections. What does it mean to serialize thread access to critical code sections? This article explains Java's synchronization mechanism, and two problems that arise when developers fail to use that mechanism correctly. |
JavaWorld July 2002 Jeff Friesen |
Achieve strong performance with threads, Part 3 How priority relates to thread scheduling, how to use the wait/notify mechanism to coordinate the activities of multiple threads, and how to use Java's thread interruption capability to terminate a running thread. |
PC Magazine May 4, 2004 Richard V. Dragan |
Borland Enterprise Studio 7 for Java Enterprise development today requires a lot more than coding. |
InternetNews November 16, 2004 Michael Singer |
The Many Faces of J2EE, v5.0 Sun and Borland laud the developments but disagree on the deployments. |
JavaWorld June 13, 2003 |
Java Product News: JavaOne recap Check out the new tools vendors rolled out during the 2003 JavaOne Conference & Expo. |
JavaWorld December 2000 John Zukowski |
Java threads: A comparative book review Java programs are multithreaded, whether you like it or not. This comparative review of six Java thread programming books will help you decide which books are the best read for learning the Java threading library and creating better technical solutions... |
JavaWorld February 2, 2001 Lisa Alexander |
Java Product News Code errors can't hide from JProbe... AgentGO releases eight wired enterprise applications for J2ME... NewMonics PERC 3.1 combines Java and C programming... JCertify 4.0 prepares testers for changes to Certified Java Programmer Exam... etc. |
Linux Journal June 1, 2007 Dave Berton |
Asynchronous Database Access with Qt 4.x How to code around the default synchronous database access in Qt 4. |
InternetNews August 28, 2006 Andy Patrizio |
Intel: Multiple Tools For Multi-Core Development Moving to a multi-core world means applications will have to be written in a different manner, and as such, Intel has introduced three new utilities to make that process simpler. |
JavaWorld June 2002 |
Study guide: Achieve strong performance with threads, Part 2 Glossary of terms... Tips and cautions... Homework... Answers to last month's homework... |
Unix Insider September 2000 Jim Mauro |
Scheduling in the user threads library User level threads in Solaris implement a priority scheme and queue-management system distinct from the kernel thread priorities and per-processor dispatch queues that exist in the kernel. This month, Jim Mauro lays the groundwork for discussion on the internals of the threads library, relative to scheduling and thread priorities. |
InternetNews April 30, 2004 Paul Shread |
Sandial Stakes Claim to First Intelligent Network Services Platform Sandial Systems has unveiled a new storage management platform that the company claims "ushers in a new era of Intelligent Network Services." |