19. jan. 2005

WindowsDevCenter.com: Disk Cleanup Hacks

WindowsDevCenter.com: Disk Cleanup Hacks.

This article gives you an idea how to clean up your harddisk reguarly via creating a cleanupset.
cleanmgr /sageset:1

And then create a scheduled task with:
cleanmgr /sagerun:1

13. jan. 2005

ONJava.com: Mock Objects in Unit Tests

ONJava.com: Mock Objects in Unit Tests.
The use of mock objects is a widely employed unit testing strategy. It shields external and unnecessary factors from testing and helps developers focus on a specific function to be tested.

This article is an introduction to Mocquer, which is a mock tool.

6. jan. 2005

Meet the experts: Bobby Woolf on J2EE architecture and design

Meet the experts: Bobby Woolf on J2EE architecture and design.
Java 2 Enterprise Edition (J2EE) is an environment for developing and deploying enterprise applications. The J2EE platform consists of services, application programming interfaces (APIs), and protocols that provide functions for developing multi-tiered, Web-based applications.
Here you'll find Question/answers to many things.