InfoQ

InfoQ

Topic/Tag specific view

HTTP GET Content on InfoQ


Latest featured content about HTTP GET

Thoughts on the Generic vs. Specific Tradeoff

Topics
Domain Specific Languages,
Language,
REST,
Architecture,
Methodologies

What is better, a generic solution or a specific one? Stefan Tilkov’s answer is “It depends.” He compares XML vs HTML, DSM-UML, Internal-External DSL, SOAP-REST, and others, outlining the advantages and disadvantages of each solution, showing that there is no certain answer to an architect’s quest to solve his problem, but there are some guidelines helping along the way.

Simple JAVA and .NET SOA interoperability

Topics
Interop,
Web Services,
SOA,
Java plus .NET Integration,
Java,
.NET,
Messaging

.NET and Java interop can be made really simple using a REST documentcentric approach. This article compares a REST and SOAP approach to interop as well as the advantages of using HTTP POST vs. GET for REST invocations.