-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbibliography.bib
More file actions
326 lines (293 loc) · 8.89 KB
/
bibliography.bib
File metadata and controls
326 lines (293 loc) · 8.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
@techreport{Leite87,
author = "Julio Cesar S P Leite",
title = "A Survey on Requirements Analysis",
year= "1987"
}
@book{Somm06,
author = "I. Sommerville",
title = "Software Engineering",
edition = "8",
publisher = "Pearson",
year = "2006"
}
@article{RWins70,
author = "R. Winston",
title = "Managing the Development of Large Software Systems",
journal = "Proceedings",
pages = "1--9"
}
@online{NasaSE,
author = "NASA",
title = "NASA Software Engineering Requirements",
howpublished = "Website",
year = "2009",
url = {http://nodis3.gsfc.nasa.gov/npg_img/N_PR_7150_002A_/N_PR_7150_002A_.pdf},
pages = "23--26"
}
@online{KSub01,
author = "K. Subieta",
title = "Słownik terminów z zakresu obiektowości",
publisher = "Akademicka Oficyna Wydawnicza PLJ",
year = "1999"
}
@online{MFow01,
author = "M. Fowler",
title = "Inversion of Control Containers and the Dependency Injection pattern",
howpublished = "Website",
year = "2004"
}
@online{MFow05,
author = "M. Fowler",
title = "The New Methodology",
year = "2005",
month = "December",
url = "http://martinfowler.com/articles/newMethodology.html"
}
@online{Nus00,
author = "B. Nuseibeh, S. Easterbrook",
title = "Requirements Engineering: A Roadmap",
year = "2000",
publisher = "ACM Press"
}
@article{IEEE89,
author = "IEEE (IEEE, USA)",
title = "IEEE Recommended Practice for Software Requirements Specifications: Std 830",
note = "internal report",
publisher = "IEEE Computer Society Press",
year = "1998"
}
@article{Brooks87,
author = "F. P. Brooks",
title = "No Silver Bullet: Essence and Accidents of Software Engineering",
journal = "Computer",
volume = "20",
number = "4",
year = "1987",
month = "April",
pages = "10--19"
}
@book{Brooks75,
title={The mythical man-month: essays on software engineering},
author={Brooks, F.P.},
isbn={9780201835953},
lccn={94036653},
url={http://books.google.pl/books?id=fUYPAQAAMAAJ},
year={1995},
publisher={Addison-Wesley Pub. Co.}
}
@article{Ense03,
author = "Nathan L. Ensmenger",
title = "Letting the ``Computer Boys`` Take Over: Technology and the Politics of Organizational Transformation",
journal = "International Review of Social History",
year = "2003",
volume = "48",
pages = "153--180"
}
@article{Dijk72,
address = {New York, NY, USA},
author = {Dijkstra, Edsger W.},
doi = {10.1145/355604.361591},
issn = {0001-0782},
journal = {Commun. ACM},
keywords = {classic, lecture, programming, softwarecrisis, turingaward, turingawardlecture},
month = oct,
number = {10},
pages = {859--866},
publisher = {ACM},
title = {The humble programmer},
url = {http://dx.doi.org/10.1145/355604.361591},
volume = {15},
year = {1972}
}
@book{pressman2010software,
title={Software engineering: a practitioner's approach},
author={Pressman, R.S.},
isbn={9780073375977},
lccn={2008048802},
url={http://books.google.pl/books?id=y4k\_AQAAIAAJ},
year={2010},
publisher={McGraw-Hill Higher Education},
edition = {5}
}
@article{Boehm86,
author = {Boehm, B},
title = {A spiral model of software development and enhancement},
journal = {SIGSOFT Softw. Eng. Notes},
issue_date = {August 1986},
volume = {11},
number = {4},
month = aug,
year = {1986},
issn = {0163-5948},
pages = {14--24},
numpages = {11},
doi = {10.1145/12944.12948},
acmid = {12948},
publisher = {ACM},
address = {New York, NY, USA},
}
@book{KBeck00,
title={Extreme Programming Explained: Embrace Change},
author={Beck, K.},
isbn={9780201616415},
lccn={99036995},
series={The XP Series},
year={2000},
publisher={Addison-Wesley}
}
@article{MFowl01,
author = {Highsmith, Jim and Fowler, Martin},
journal = {Software Development Magazine},
keywords = {Software-Engineering},
number = 8,
pages = {29--30},
title = {The Agile Manifesto},
volume = 9,
year = 2001
}
@book{Kruch03,
author = {Kruchten, Philippe},
title = {The Rational Unified Process: An Introduction},
year = {2003},
isbn = {0321197704},
edition = {3},
publisher = {Addison-Wesley Longman Publishing Co., Inc.},
address = {Boston, MA, USA},
}
@book{institute1984ieee,
title={IEEE Guide to Software Requirements Specifications},
author={Institute of Electrical and Electronics Engineers and IEEE Computer Society. Software Engineering Technology Committee and American National Standards Institute},
series={American national standard},
url={http://books.google.pl/books?id=F0A1RAAACAAJ},
year={1984},
publisher={IEEE}
}
@inproceedings{Boehm84,
author = {Boehm, Barry W. and Gray, Terence E. and Seewaldt, Thomas},
title = {Prototyping vs. specifying: A multi-project experiment},
booktitle = {Proceedings of the 7th international conference on Software engineering},
series = {ICSE '84},
year = {1984},
isbn = {0-8186-0528-6},
location = {Orlando, Florida, United States},
pages = {473--484},
numpages = {12},
acmid = {802007},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
@book{arnowitz2006effective,
title={Effective Prototyping for Software Makers},
author={Arnowitz, J. and Arent, M. and Berger, N.},
isbn={9780080468969},
series={Morgan Kaufmann series in interactive technologies},
year={2006},
publisher={Elsevier Science}
}
@book{budde1992prototyping,
title={Prototyping: an approach to evolutionary system development},
author={Budde, R. and Bacon, P.},
isbn={9783540543527},
lccn={lc91043252},
year={1992},
publisher={Springer-Verlag}
}
@article{Niku00,
title="A State-of-the-Practice Survey on Requirements Engineering in Small- and Medium-Sized Enterprises",
author = {Nikkula, U. and Sajaniemi, J. and Kälviäinen, H.},
year = {2000},
address = {Lappeenranta, Finland}
}
@article{Kamis98,
title="Requirements Engineering in Small and Medium Enterprises: State-of-the-Practice, Problems, Solutions, and Technology Transfer",
author = {Kamsties, E. and Hörmann, K. and Schlich, M.},
year = {1998}
}
@online{Grub04,
author = "J. Gruber, A. Swartz",
title = "Markdown",
year = "2004",
url = {http://daringfireball.net/projects/markdown/}
}
@online{Incose,
author = "Tools Database Working Group",
title = "INCOSE Requirements Management Tools Survey",
organization = "International Council on Systems Engineering",
url = {http://www.incose.org/productspubs/products/rmsurvey.aspx},
year = "2010"
}
@techreport{Standish94,
institution = {Standish Group International},
keywords = {1994, chaos-report, software, survey},
organization = {Standish Group International},
title = {The {CHAOS} Report},
year = {1994}
}
@inproceedings{Boehm06,
author = {Boehm, Barry},
title = {A view of 20th and 21st century software engineering},
booktitle = {Proceedings of the 28th international conference on Software engineering},
series = {ICSE '06},
year = {2006},
isbn = {1-59593-375-1},
location = {Shanghai, China},
pages = {12--29},
numpages = {18},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{Mendez12,
author = {M{\'e}ndez Fern\'{a}ndez, Daniel and Wagner, Stefan and Lochmann, Klaus and Baumann, Andrea and de Carne, Holger},
title = {Field study on requirements engineering: Investigation of artefacts, project parameters, and execution strategies},
journal = {Inf. Softw. Technol.},
issue_date = {February, 2012},
volume = {54},
number = {2},
month = feb,
year = {2012},
issn = {0950-5849},
pages = {162--178},
numpages = {17},
publisher = {Butterworth-Heinemann},
address = {Newton, MA, USA},
}
@inproceedings{Quispe10,
author = {Quispe, Alcides and Marques, Maira and Silvestre, Luis and Ochoa, Sergio F. and Robbes, Romain},
title = {Requirements Engineering Practices in Very Small Software Enterprises: A Diagnostic Study},
booktitle = {Proceedings of the 2010 XXIX International Conference of the Chilean Computer Science Society},
series = {SCCC '10},
year = {2010},
pages = {81--87},
numpages = {7},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@online{RailsGr,
title = "Ruby on Rails vs Grails vs. Spring ROO vs. Spring App",
organization = "Stackoverflow",
url = {http://stackoverflow.com/questions/2840890/ruby-on-rails-vs-grails-vs-spring-roo-vs-spring-app},
year = "2010"
}
@book{GoF,
author = {Gamma, Erich and Helm, Richard and Johnson, Ralph and Vlissides, John},
edition = {1},
isbn = {0201633612},
publisher = {Addison-Wesley Professional},
title = {Design Patterns: Elements of Reusable Object-Oriented Software},
year = {1994}
}
@book{coad93,
title={Object-Oriented Programming},
author={Coad, P. and Nicola, J.},
number={v. 1},
series={Yourdon Press Computing Series},
url={http://books.google.pl/books?id=nd2WQgAACAAJ},
year={1993},
publisher={Yourdon Press}
}
@online{Trygve79,
title={Models - Views - Controllers},
author = {Trygve Reenskaug},
year = {1979},
url = {http://heim.ifi.uio.no/~trygver/1979/mvc-2/1979-12-MVC.pdf}
}