Hi ,
i am a ejb/ejb3.0 newbie .I am fairly comfortable with developing single projects with lots of
ejb 's in it.But the problem
comes when i try to harness the real power of EJB.I am using the glassfish eclipse bundle.
Here is what i want to do >>
case 1>>
build 2 simple ejbs all in three different ejb project.
ejb1,ejb 2,
ejb2 calls a business method of ejb1
servlet calls a business method of ejb 2.
in this case how should the dependency between the projects be made.I tried adding the generated project "ejb1Client" with local and remote interface for ejb1 to the
dependent projects of ejb2.ejb2 compiles fine but while deploying I get errors.same for the servlet.
case 2>>
does the @EJB annotation work also for the remote invocation of ejb.
(how would we tell the tag on which server the target ejb is deployed ..)

Any help would be appreciated.
regards,
shobhit