J2EE Deployment of non-ejb components.

A question. When installing into a J2EE app server - what is the prefered way to install just standard java classes your application uses? Should they be in the classpath, somehow in the jar or ear files?thanks in advance :)
[245 byte] By [gkaestle] at [2007-9-26 8:21:13]
# 1

Answers to questions such as these can be easily found in the Java 2 Platform Enterprise Edition Specification document. You can refer to this document at http://java.sun.com/j2ee/j2ee-1_3-fr-spec.pdf

In fact, reading this document and other platform level specifications is very important for J2EE developers.

neville_sequeira at 2007-7-1 18:54:53 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...