Resource Property Loading « System Resource « Java Articles

Java Articles
1. Class Definition
2. Data
3. Development
4. GUI
5. J2EE
6. J2ME
7. JavaBeans
8. Language
9. Microsoft Collabration
10. Network
11. Swing
12. System Resource
13. XML
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Java Articles » System Resource » Resource Property Loading 
1. Sir, what is your preference?
Author:Ray Djajadinata
URL:http://www.javaworld.com/javaworld/jw-08-2001/jw-0831-preferences.html?
Summary: J2SE 1.4 offers a number of new APIs to make your Java development life easier. In this article, Ray Djajadinata discusses one of those APIs: Preferences. He explains how Preferences solves typical problems in managing our applications' preferences, while still being simple and easy to use. (3,000 words)


2. Smartly load your properties
Author:Strive for disk location-independent code nirvana
URL:http://www.javaworld.com/javaworld/javaqa/2003-08/01-qa-0808-property.html?
Summary: Vladimir Roubtsov


3. Crafting Metadata
Author:Patrick Sean Neville
URL:http://www.javaworld.com/javaworld/jw-07-2000/jw-0721-metadata.html?
Summary: Like a classic plot retold in a new setting, software applications have extended lifetimes when decoupled from their contextual details. This article exposes how traditional configuration files, XML-based properties, and cryptography help keep such details out of code. The result: software whose stories are told again and again, transcending even the original author's intentions. (2,500 words)


4. Set your timer for dynamic properties
Author:Xiaodong Zhang
URL:http://www.javaworld.com/javaworld/javatips/jw-javatip125.html?
Summary: Property files let you reconfigure your Java application without recompiling. Typically, however, you need to restart your application to load the new properties. This tip shows you how to load new property files without restarting your application. (1,000 words; March 29, 2002)


5. Use filters to access resources in Java archives
Author:Cleveland Gibbon
URL:http://www.javaworld.com/javaworld/javatips/jw-javatip83.html?
Summary: How can you extract all resources from an archive that are more than a week old? Extract all classes that have been modified since September 1, 1999? Remove all images from an archive greater than 30 KB in size? This article arms the JDK 1.1 and 1.2 developer with a set of extensible classes and interfaces for filtering resources in zip files. This tip demonstrates how you can create your own filters and cache archive resources in your own Java applications. (1,600 words)


6. URLs: Smart resource identifiers
Author:Vladimir Roubtsov
URL:http://www.javaworld.com/javaqa/2003-08/02-qa-0822-urls.html?
Summary: Keep resource names and resource loading strategies separate


7. Smartly load your properties
Author:Vladimir Roubtsov
URL:http://www.javaworld.com/javaworld/javaqa/2003-08/01-qa-0808-property.html?
Summary: Strive for disk location-independent code nirvana


8. Got resources?
Author:Vladimir Roubtsov
URL:http://www.javaworld.com/javaworld/javaqa/2002-11/02-qa-1122-resources.html?
Summary: Two strategies for loading resource bundles and property files from Java code


9. Layer and compare property files
Author:Paul E. Baclace
URL:http://www.javaworld.com/javatips/jw-javatip135_p.html
Summary: Are you still using one big property file? Using multiple property files instead can also be unwieldy, unless you have the right tools. You can layer property files easily when you use the PropDiff utility. Layered property files are good for separating settings that change for development modes like coding, testing, and deploying, and for different developers. Written by Paul Baclace, PropDiff can find the union, intersection, and difference between property files. (1,500 words; February 28, 2003)


www.__ja_v___a_2__s___.___c___om | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.