Managing the Modern Network Sponsored by HP
In a global economy where information crosses the globe in an instant, and where Web-based applications power business, it's more important than ever to ensure your network is safe from threats and optimized to deliver the data your business needs. »
Business Service Management: Generate Revenue Through IT Sponsored by HP
IT must now help organizations attract, retain and grow customer relationships and increase customer satisfaction. Business service management (BSM) helps lay the foundation by managing services in dynamic support of business requirements. Learn more.
»
Evaluating Software as a Service for Your Business
Sponsored by Webroot
Is Software as a Service just hype, or is something really going on here? See if your company can benefit as SaaS tries to change the face of the enterprise.
»
Storage Networking: Configuration and Planning
Sponsored by HP
The most critical part of setting up a SAN is configuring each individual disk array. This guide examines configurations for SAN-attached servers and disk arrays, and looks at the future of IP storage.
»
Is Your Disaster Recovery Plan Good Enough? Sponsored by HP
Preparing for a disaster is more often than not part of the storage planning process, and it is one of the most difficult tasks, since it includes local hardware and software, networking equipment, and a test plan. Learn how to get disaster recovery right. »
Eclipse GUI-based online help system for Java (jmalasko-45) Provided by: Jayne Malasko Language: Java Category: Other Programming
Discover an Eclipse-based application designed to help Java developers create a GUI-based, online help system or a Web-based information center. The help system can run on a server so that the content can be accessed by client machines and so that it is viewable in the client browsers. Submitted: 04/21/2008
What's new in Zend Framework V1.5? (jmalasko-44) Provided by: Jayne Malasko Language: JavaScript Category: Other Programming
The Zend Framework has gained new component enhancements in V1.5. Discover how the upgrades make developing complicated PHP applications easier and more maintainable down the road due to the implementation of standards in things like form-validation routines and front-end layout creation. Submitted: 04/21/2008
Free YouTube Downloader (rafalfr1-3) Provided by: Rafal Fraczek Language: Java Category: Other WWW Tools
Free YouTube Downloader is a powerful and easy to use application that will help you to download your favorite videos from YouTube. The program offers a unique feature that makes it possible to extract video files names from the YouTube website. The application is platform-independent and runs in Windows, Linux and MacOS. The YouTube Downloader is distributed with a bonus application by the same author. Submitted: 04/20/2008
Write high performance, Java data access applications (jmalasko-43) Provided by: Jayne Malasko Language: Java Category: Other Programming
Maximize security and configurability with pureQuery, a high-performance Java data access platform focused on simplifying the tasks of developing applications that access data. This article introduces the pureQuery annotated method coding style. Submitted: 04/18/2008
JBJF - Java Batch Job Framework (adymlincoln-2) Provided by: Adym Lincoln Language: Java Category: Other Programming
An XML driven framework that makes writing batch jobs in Java mush easier. Utilizes POJO and loose coupling between tasks/units to maximize reuse. Submitted: 04/18/2008
Visually Impaired Flash Usability Tool (jmalasko-42) Provided by: Jayne Malasko Language: Flash/Shockwave Category: Other Programming
aDesigner is a disability simulator that helps designers ensure that their content and applications are accessible and usable by the visually impaired. The new version adds support for OpenDocument Format (ODF) and Flash content; presentation simulation function for ODF documents. Submitted: 04/18/2008
Analyze Unstructured video information with UIMA SDK (jmalasko-41) Provided by: Jayne Malasko Language: Java Category: Other Programming
Discover a technology, UIMA SDK, which is an all-Java implementation of the UIMA framework. It supports the implementation, description, composition, and deployment of applications working with unstructured information, such as video, text, audio, and images. Submitted: 04/17/2008
Get ready for WebSphere sMash (jmalasko-40) Provided by: Jayne Malasko Language: Java Category: Other Programming
Reduce risks and shorten development time of application building with WebSphere sMash. It provides an agile development and runtime environment that lets you deliver Web 2.0-based situational applications that leverage your existing SOA investments, enabling mashups. Submitted: 04/17/2008
Create Apps with the Design Pattern Toolkit (jmalasko-37) Provided by: Jayne Malasko Language: Java Category: Other Programming
Discover an Eclipse-enabled template engine for generating applications based on customizable, model-driven architecture transformations. Updated version 3.2.x provides user interface enhancements and detailed support for migration to the open-source Eclipse Modeling Framework Technology JET Eclipse project. Submitted: 04/15/2008
Successful Software Projects 301 Failure rates for custom software projects are astronomical. A few relative simply choices in how you spend your time and focus your energies—without all the voodoo of the latest fad process—will make all the difference in the world.
Using Lists in MIDlets Learn about the Choice interface and the List class including the use of implicit, exclusive, and multiple Choice types. Your Mobile apps will never be the same!
Working With Design Patterns: Builder A common theme in design patterns is organizing things so as to separate high-level policy from low-level underlying details. The builder pattern does just that, by allowing a single construction policy to be realized by many different implementations.