Thanks for your answer.
So, I’ve e.g. created a Session Bean named UserData with both a local and a remote interfaxe, so Myeclipse generates after running XDoclet some new Classes named
UserData
UserDataHome
UserDataLocal
UserDataLocalHome
UserDataUtil
They all reside in the package net.opgenoorth.efax.ejb.interfaces (the bean class itself is in net.opgenoorth.efax.ejb
So what do I have to import into my servlet class?
net.opgenoorth.efax.ejb.interfaces.UserDataLocal???? Or do I have to use UserDataLocalHome?
Thanks for all Information, because I’m new to J2EE.
Kind regards
Richard