creating entity beans

141 views Asked by At

Class diagram of the customer order application

i want to create a java EE application (bean container and web container) in netbeans to store customer and order details. one customer can have many orders.but order contains only one customer. 1)should be able to view order details with customer no and customer name. 1)should be able to update customer and order details.

i have already created two beans but i cant update or delete customer details and orders. CustomerEntity

CustomerOrderEntity

0

There are 0 answers