Hi,
I know all the concepts of
EJB. But I haven't read EJB specs yet. What I want to know from you is:
1. Are the app deployment specifications the same for every app server.
That is, in Weblogic, I have to use WEB-INF dir which has web.xml folder, and the app root directory has a .war file(for web apps)
If I want to deploy my bean in Websphere, is the directory structure same?
This takes me back to my original question, are there specs by sun as to how to name the directories and deployment descriptors.
2. How easy/tough is it to move my app from one server to another server(in terms ofthe knowledge that I would require. I know that EJBs can be moved from one server to another server without making any changes in the code).
Thanks,
Chandana