These are the source files and directories used in the Metric Converter application. They reside in the MetricCvt directory in the code download.
-
index.jsp — the application page; allows selection of the conversion type and displays the result.
-
prod — production directory; contains source and compiled classes, MetricCvt and MetricCvtApp EAR and JARs.
-
MetricCvtBean.java — stateless session bean; handles conversions between metric and U.S. English measures.
-
MetricCvtConstants.java — useful constants for the Metric Converter application.
-
MetricCvtRemote.java — the remote component interface for MetricCvtBean.
-
MetricCvtRemoteHome.java — the remote home interface for MetricCvtBean.