I am reading EJB 3 in Action and they use the term “Component model” or “Component”. What do they mean? What is the difference between a component model and a component?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Component model refers to the architecture where a system is build using components.
Component itself refers to a functional unit providing services by an interface (internal methods cannot be invoked due to encapsulation).