hi,
I am new to EJB.We have an application made in EJB2.0 that has
an architecture as follows:
web-->service/business delegate-->control(session beans)-->entity beans.
I need to to access data provided by one application from another application.I believe EJBs provide different ways for that by accessing the remote interface, however I need to choose a clean way so that I don't have to put the
ejb client jars in the server classpath.
Can you please provide help (preferably code excerpts as well)?
Someone told me that it might be possible using reflection...