Can any buddy clear me i am confused about creating EJB
i have seen in many places in the internet samples of EJB beans and also sample project that an EJB is developed using SessionBean , EJBObject and the EJBHome interfaces and some other examples EJB is created without these interfaces and using only one or two interfaces ex. if its a locally accessible so javax.ejb.Local interface and for remotely accessible using javax.ejb.Remote
so i am confuse about creating EJB that what is the difference between these two types of
actually i know that first one is implementing EJB for remotly Accessible but the other one is confusing me
Please Help Me...!!!