Getting started with EJB
I am trying to run my first EJB program without having to use JBoss or Sun's app server. I want to write a program and understand various jar files, and be able to deploy it in app server of my choice. I looked at example in Java EE tutorial but development and deployment is very specific to Net Beans and Sun's App Server. I am just trying to understand the concept. I understand the code and basic Annotations but not really understanding various .xml files that are required.
I downloaded the tutorial but it has myriad number of .xml files, I just want to know what's standard and their use, so that It could be used in various app servers.
I am also trying to understand example "coverter" that comes in Java EE tutorial. My question is how does Client looks up the remote client with just the help of @EJB.

