architecture « restful « Java Enterprise Q&A





1. Guide to choosing between REST vs SOAP services?    stackoverflow.com

Does anyone have links to documentation or guides on making the decision between REST vs. SOAP? I understand both of these but am looking for some references on the key decision ...

2. performance of REST architecture for java / csharp messaging    stackoverflow.com

i currently have an application that sends XML over TCP sockets from windows client to windows server. we are rewriting the architecture and our servers are going to be in Java. ...

3. Why do we need RESTful Web Services?    stackoverflow.com

I'm going to learn RESTful web services (it's better to say that I'll have to do this because it's a part of CS master degree program). I've read some info in ...

4. Multiple services on same JBoss server?    stackoverflow.com

We're developing a few new services that will run on JBoss and will be accessible by REST API-s. These will be Java apps bundled into EAR files. Is it ...

5. Looking for way to have REST web service accessed through ESB    stackoverflow.com

I am preparing on how to present using an ESB, such as Glassfish, to a company I am working with, but I realized that they may want to have some of ...

6. Does the REST architectural style require physically separate clients and servers?    stackoverflow.com

Is it a requirement that RESTful interactions occur between physically separate clients and servers? i.e. does the interaction need to involve the network stack in some way? Is there ...

7. Design to reduce code redundancy - Java/WebServices    stackoverflow.com

Scenario: I'm working on a web services project. It supports SOAP and REST. The SOAP request and response are handled by XmlObjects. The REST architectures uses plain POJO's for request and ...

8. Async/Poll or Sync in HA Architecture    stackoverflow.com

I'm designing a REST solution for remote communication with a number of servers that exist on a different network. Some of the calls are relatively short, while others can take ...

9. REST URI Design : Optional and multivalue information passing    stackoverflow.com

I have one search widget where people search for car dealers by zip code. There are also some optional checkboxes to refine search in that widget. Here is the URI of ...





10. Restful architecture issue with (too many) complex objects    stackoverflow.com

Alright, I've been put in charge of both the server and client (used internally) part of this RESTful architecture. (using restlet). We've got a resource that exposes the Post operation. Here's ...

11. Delivery different kind of protocols in a SOA architecture    stackoverflow.com

I have a project that is currently in production delivering some web-services using the REST approach. Right now, i need to delivery some of this web-services in SOAP too (it means ...

12. RESTful architecture for integration of government information?    coderanch.com

Hi guys! I have a REST-question which I think is sort of interesting. I live in a small country (Sweden) which has just released a report stating that we need to be able to centralize all information about an individuals interactions with the government, both in order to make the government handling more efficient, and also to allow citizens easy access ...