Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between Registry and Repository from SOA point of view?

  • What is difference between Registry and Repositry from SOA point of view ?
  • Which one should be used ? What are pros and cons of one over other and vice-versa ?
like image 286
Rachel Avatar asked Feb 16 '10 20:02

Rachel


1 Answers

http://www.ibm.com/developerworks/wikis/display/woolf/Registry+vs.+Repository

"A registry is a list of items with pointers for where to find the items, like the index on a database table or the card catalog for a library. A repository stores the actual items, like a database table itself or a library's shelves of books. If you lose a registry, the items still exist; you just may need to reindex them. If you lose a repository, the items are gone."

like image 179
Kannan Ekanath Avatar answered Jan 01 '23 17:01

Kannan Ekanath