TVM 1.2.2-u Installation
- Download the tvm122b.zip or tvm122b.tar.gz file from:
http://www.getobjects.com/Components/components.html.
- Decompress the files with an unzip or tar/gzip utility. The utility will create a directory named tvm and extract several
files into it:
- TVM.jar
- The Time Value of Money Bean classes. This jar may be placed in your classpath or imported into visual IDE's such as JBuilder or VisualAge for Java.
- COPYING-LGPL.txt
- Open source license. Please read the terms and conditions.
- demo/
- Contains a small applet that demonstrates some of the TVM Bean's features.
- dev/
- Contains the development resources. Please read the dev/ReadMe.html doc and the
GNU Lesser General Public License before
modifying the code and/or redistributing it.
- build.xml
- Build file used by the ANT utility to rebuild the bean & create JavaDoc documentation
- src/
- Contains the source code
- test/
- Contains unit test cases
- i18n/
- Contains error resource language files
- doc/
- Contains API documentation in JavaDoc format that you can read with a Web browser. Begin
with index.html.
- public/
- Contains documentation for classes, interfaces, events, and resources that
define the public interface of the bean.
- private/
- Contains documentation for all methods (public, private, and package).
- ReadMe.html
- This file
- Update the CLASSPATH (optional). If you only use the TVM Bean in an
IDE, you do not need to set the CLASSPATH. However, you may want to include tvm/TVM.jar
in your CLASSPATH if you intend to use javac and other SDK tools from the command line.
For a discussion on when to use CLASSPATH and how to set it, go to:
Unix (Solaris):
http://java.sun.com/products/jdk/1.2/docs/tooldocs/solaris/classpath.html
Windows:
http://java.sun.com/products/jdk/1.2/docs/tooldocs/win32/classpath.html
BigDecimal Support
If you developing Graphical applications with the TVM bean, you may also want to download the free BigDecimalField package.
The package will make it much easier to enter and display BigDecimal values. The package is available at:
http://www.getobjects.com/Components/util/download.html.
If you are developing Java Server Pages, you may want to look at our free custom tag library. However, the new JSTL
standard tag library has now greatly reduced the need for it:
http://www.getobjects.com/Components/taglib/go.html.
|