| Author |
Diff Between EJB and WebService
|
PhaniKiran Patruni
Greenhorn
Joined: Nov 11, 2003
Posts: 5
|
|
Hi Can anybody please tell me the difference between EJB technology and the latest webservices .... Both are meant for distributed computing only ... but what is the major diff between them
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
Enterprise JavaBeans is first and foremost a component technology while web services are a standard way to expose services. The difference might be subtle but it is there. EJBs can be used to compose applications in a more tightly coupled way, while web services are a larger-grained concept aimed at interoperability. Maybe someone else on this forum has a better explanation of the differences?
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: Diff Between EJB and WebService
|
|
|