Hello
It has been recommended that I design my web service in a 'document-oriented' fashion.
After some searching - http://java.sun.com/developer/technicalArticles/xml/jaxrpcpatterns/index3.html - and a few others - I am still at a loss as to what this means, in the trenches, in a C# Web Service.
Could anyone provide the 'light-bulb m...
I'm looking for a document-oriented db with a Ruby API that has SQLite-like properties:
self-contained,
serverless,
zero-configuration.
Are there light alternatives to MongoDB or CouchDB?
Is RDDB a possibility?
If not, what are the best paths to walk then?
...
I need to integrate an external SOAP Service into my system. I have only the wsdl and no test server so far. I figured out how to generate stubs for the server using CXF in order to build a mocking server to implement against.
On the client side the spring webservices WebServiceTemplate seems the perfect match for my use case. Two of t...
I am looking to create a cv bank which when i think about it in terms of storing the data in a relational database the complexity is pretty apparent. Would couchdb make better sense in this case?
example of things i would be storing
each a 1 to many relationships with user
education, qualifications, employment, awards, languages, skil...