Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
80 views

WSDL - at what stage of the project would you expect delivery?

I'm working on my first project using an external supplier, who will develop some web services for the company I work for. My question is - at what stage of the project lifecycle would you expect the ...
1
vote
3answers
107 views

What are the elements of a team development suite?

For small-to-large teams developing software together, what tools are used to form a comprehensive team development framework? Specifically, I'm looking for a comprehensive list of all the ...
0
votes
1answer
51 views

Storing couchDB views in code repository

I have a ruby/couchdb application with huge *.couch files full of data. What I'd like to somehow import (in mysql world i'd call it db schema, but here it's only views) in order to store them ...