command to generate client stubs
Hi, I'm quite new to J2EE field and my question must be a simple one.
I've written an enterprise bean (stateless session bean, j2ee 1.4) and also the Home and remote interfaces. I want to generate the client stubs so that other project can invoke the session bean doing a JNDI lookup
I'm using IBMs Rational Application Developer IDE. I can generate the client stubs simply by right-clicking on theEJB project --> create EJB client jar . However I want to use a command to generate it. I believe i've to use either "rmic" or "ejbdeploy" command.but which one? and whats the basic difference between these two
Thanks in advance.

