java - Difference between Application servers and standalone frameworks -
i guys give me feedback, on understanding the
difference between application servers such jboss , frameworks such axis , cxf.
cxf standalone, web-app based framework implements jax-rs, jax-ws api wich, in turn, part of larger api set of jee.
being web-app based implementation, can used host "soap on http" services if standard jax-ws defines other possible channels soap messages,such smtp.application servers,such jboss, instead implement jax-ws other jee apis in more "native" , direct way, so,for example, can used host soap on smtp services.
both as , standalone frameworks such cxf , axis make
extensive use of inversion of control.application servers, such jboss, can thought composed a
set of frameworks implement jee stack api.
please take time correct/enhance above statements.
thanks
Comments
Post a Comment