A question concerning simple deployment in J2EE
Dear friends,
I had been using J2EE 1.3 and recently i shifted to latest one.
Prob is that manne of deploying EJB has changed and i despite a quick tutorial,i could not conclude how to generate an .ear file.
Plz guide me incase i have to deploy an entity bean- stateless.
I have classes say AccountHome.class,AccountRemote.class,
AccountBean.class,what to do next ?

