You have an entity bean called EmployeeBean that has the following
ejbCreate() method:

public Long ejbCreate(String firstName, String lastName) {
    ....
}

This entity bean is registered in the JNDI with the following key:
java:comp/env/ejb/EmployeeBean. It's local interface is called
Employee;
it's home interface is called EmployeeHome.

Write the code that will create a new employee.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Java 
EE (J2EE) Programming with Passion!" group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to