0
3.0kviews
Give in detail steps required for developing an application using EJB framework with example.

This question appears in Mumbai University > Distributed System subject

Marks: 10 M

Year: May 15

1 Answer
0
2views

steps for building/developing EJB application

1) Creation of Home Interface:

  • It extends EJB home, this container implemented interface , lists one or more create method, to create an enterprise beam.

2) Creation of Remote Interface:

  • It extends EJB object, it describes method exposed by enterprise by bean class.

3) Creation …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.