I am beginner to EJB concept. I just read creating stateless session bean !! Here we create 2 interface and a bean.
In that Home Interface we use a method create for creating instances.
But is that create() method a keyword. It is not showing anything in eclipse.
It will good if some can post how to create simple hello world stateless session bean.
Thanks in advance.