written 8.7 years ago by | modified 2.8 years ago by |
This question appears in Mumbai University > Distributed System subject
Marks: 10 M
Year: May 15
written 8.7 years ago by | modified 2.8 years ago by |
This question appears in Mumbai University > Distributed System subject
Marks: 10 M
Year: May 15
written 8.7 years ago by |
steps for building/developing EJB application
1) Creation of Home Interface:
2) Creation of Remote Interface:
3) Creation of primary key class.
4) Creation of an enterprise bean class
It implements session bean or entity bean interface.
It’s methods name and signature must exactly with the remote interface.
5) Creation of Deployment Descriptor
It specifies functional properties of beans it provides information to locate all ports of information .
it also specifies types of a bean.
It describes primary key and other field of a bean class.