InfoQ

Topic/Tag specific view

HTTP GET Content on InfoQ


Latest featured content about HTTP GET

Thoughts on the Generic vs. Specific Tradeoff

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

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

Community
.NET,
Java,
SOA
Topics
Java plus .NET Integration,
Interop,
Web Services,
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.