I have an
EJB app, probably EJB2.0. and there is an
ant script to deploy it on weblogic.
Irrespective of the EJB container, i think i can deploy the resulting jar on websphere. So I am like turning weblogic-things into websphere-kind.
In my ant script , a
java tag says,
What is weblogic.appc? what it does?
Thanks in advance.