I would like to know the exact deployment procedure for EJBs on Sun Appserver 8 .
I created an EJB in eclipse , built it and then ‘deployed’ it using the IDE .All that was done was to create a ‘jar’ file in the Sun One appserver directory . I was looking to find out if this is what is ‘deployment’ or are there any additional things that need to be done ?
When i read Sun’s tutorial on EJB deployment , it talks about creating a jar file and then deploying it – when i do that i can see the entries for the application in the Admin Console of the server .I cannt however see anything when i do it through Eclipse .Is there a catch i am missing here ?Any links to documentation specific to EJB deployment on Sun One ?
Thanks,