rest - Does it make sense to have a CORBA interface to a RESTful service? -
does make sense have corba interface restful service? i've been asked find out if restful service can made have corbaloc url instead of http/https url; seemingly avoids network overhead.
short answer: no.
why?
corba complete middleware while rest more way of providing data between webservices using http. thus, shall service corbaloc uri then? what's protocol used then? imho not make sense use corbaloc rest.
corbaloc made corba (e.g., saying version used). url rest isn't more complicated or longer. e.g.,
corbaloc://host:port/object_id
vs
http://host:port/endpoint
i cannot see advantage of using corbaloc here. http/s port omitted, corbaloc rarely.
Comments
Post a Comment