Register | Login
Home
Add Question
Add Article
Categories
Latest Articles
Tags
Contact Us
Search:
Search questions and share your knowledge with the world here on Questionpoint.
Home
>
EJB Interview Questions and Answers
>
What is software architecture of EJB?
:: Categories ::
Java
Behavioral
HR
management
Sales
C#.Net
J2EE
Teaching
Struts
Marketing
Finance
Sharepoint
Accounting
JSP
General
Servlet
LINQ
Asp.net 2.0
Asp.net 1.1
Asp.net 3.5
Sql Server 2005
sql server 2008
Sql Server 2000
Microsoft CRM
Visual Studio 2008
Visual Studio 2005
Visual Studio 2003
SilverLight
Internet Information Server
J2ME
Hibernate
JBoss
J2SE
Groovy
Vb.Net
USA Immigration
Tricky
Oracle
SAP
PHP
Linux
Resume Writing
Resume Samples
Interview Tips
Other
Asp.Net 4.0
Software Sales
Call Center
BizTalk 2006
Network Support
Help Desk Support
EJB
JDBC
Spring
JSF
Ajax
Javascript
Interview Question in EJB
Interview Question :: What is software architecture of EJB?
What is software architecture of EJB?
by
ksk
Entity Beans
bean object
VoteNow
Answers to "What is software architecture of EJB?"
Session and Entity EJBs consist of 4 and 5 parts respetively:
1. A remote interface (a client interacts with it),
2. A home interface (used for creating objects and for declaring business methods),
3. A bean object (an object, which actually performs business logic and EJB-specific operations).
4. A deployment descriptor (an XML file containing all information required for maintaining the EJB) or a set of deployment descriptors (if you are using some container-specific features).
5.A Primary Key class - is only Entity bean specific.
by
ksk
Loading ...
Login Here
Sign Up Here
Username
*
Password
*
Username
*
Fullname
*
Password
*
Confirmpassword
*
Email
*
Login Here
Sign Up Here
Username
*
Password
*
Username
*
Fullname
*
Password
*
Confirmpassword
*
Email
*