Testing an EJB with 
               		
Java Explorer involves the following three main steps: 
               		
               
 
                  		  
                  - Connecting to the Java Name Service (JNDI) 
                     		  
                  
  
                  		  
                  - Selecting an EJB Home object that is registered at the Naming Service and can be used as the factory object 
                     		  
                  
  
                  		  
                  - Creating an EJB on the application server 
                     		  
                  
  
                  		
               
 
               		
               To test an EJB: