Using Spring and Hibernate, I want to write to one MySQL master database, and read from one mor开发者_C百科e more replicated slaves in cloud-based Java webapp.
For the first time I\'m creating a quite complex Rails app. I\'d like to know what\'s the best way to organize that app by folders. Until now, I\'d do everything under one app (all the models, contr
I haven\'t found an answer to this even after a bit of googling. My input files are generated by a process which chunks them out at say, when the file touches 1GB. Now, if I were to run a mapreduce jo
I am building a website that allows applicants to submit application forms. The fields for the application form need to be flexible to allow changes.
We have two assemblies A and B where B extends from A. B has a property of a type in A If 开发者_开发技巧we have a record of B in de database and we delete A wich is used by B the record will be remo
I\'m curious about techniques used to build a system where ensuring that no data is lost is of the utmost priority. For a simplistic example, what does a financial institution do to make sure that whe
We are in the process of revamping our开发者_Python百科 persistence layer from some proprietary orm. Most of our developers are already familiar with hibernate 2 and also its gotchas. So we decided to
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
its more to a architecture related question, sorry if i ask in the wrong stack. do they put them in a large pile im a folder ?
I use Repository pattern (and linq2sql as data access) and have, for example, ProductsRep and CustomersRep.