What is EJB role in J2EE?


EJB technology is the core of J2EE. It enables developers to write reusable and portable server-side business logic for the J2EE platform.



Explore posts in the same categories: EJB Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What is role (security)
  • An abstract logical grouping of users that is defined by the application assembler. When an application is deployed, the roles...
  • What is role (security)
  • An abstract logical grouping of users that is defined by the application assembler. When an application is deployed, the roles...
  • What is J2EE application
  • Any deployable unit of J2EE functionality. This can be a single J2EE module or a group of modules packaged into...
  • What is role (development)
  • The function performed by a party in the development and deployment phases of an application developed using J2EE technology. The...
  • What are the components of J2EE application?
  • A J2EE component is a self-contained functional software unit that is assembled into a J2EE application with its related classes...
  • What is J2EE component
  • A self-contained functional software unit supported by a container and configurable at deployment time. The J2EE specification defines the following...
  • How do we package J2EE components?
  • J2EE components are packaged separately and bundled into a J2EE application for deployment. Each component, its related files such as...
  • What makes J2EE suitable for distributed multitiered Applications?
  • The J2EE platform uses a multitiered distributed application model. Application logic is divided into components according to function, and the...
  • Is J2EE application only a web-based?
  • No, It depends on type of application that client wants. A J2EE application can be web-based or non-web-based. if an...
  • What is J2EE?
  • J2EE is an environment for developing and deploying enterprise applications. The J2EE platform consists of a set of services, application...

    Comment:

    You must be logged in to post a comment.