-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReferences.bib
1236 lines (1091 loc) · 42.7 KB
/
References.bib
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
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%% This BibTeX bibliography file was created using BibDesk.
%% http://bibdesk.sourceforge.net/
%% Created for Lally Singh at 2004-08-26 14:22:04 -0400
@article{944590,
Author = {Kurt Stephens},
Doi = {http://doi.acm.org/10.1145/944579.944590},
Issn = {0362-1340},
Journal = {SIGPLAN Not.},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/XVF2.pdf},
Number = {8},
Pages = {55--59},
Publisher = {ACM Press},
Title = {{XVF}: {C}++ {I}ntrospection by {E}xtensible {V}isitation},
Volume = {38},
Year = {2003}}
@article{114671,
Author = {Richard P. Gabriel and Jon L. White and Daniel G. Bobrow},
Doi = {http://doi.acm.org/10.1145/114669.114671},
Issn = {0001-0782},
Journal = {Commun. ACM},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/114671.pdf},
Number = {9},
Pages = {29--38},
Publisher = {ACM Press},
Title = {CLOS: {I}ntegrating {O}bject-{O}riented and {F}unctional {P}rogramming},
Volume = {34},
Year = {1991}}
@article{885632,
Author = {Daniel G. Bobrow and Linda G. DeMichiel and Richard P. Gabriel and Sonya E. Keene and Gregor Kiczales and David A. Moon},
Doi = {http://doi.acm.org/10.1145/885631.885632},
Issn = {0362-1340},
Journal = {SIGPLAN Not.},
Keywords = {CLOS},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/885632.pdf},
Number = {SI},
Pages = {1--142},
Publisher = {ACM Press},
Title = {Common {L}isp {O}bject {S}ystem {S}pecification},
Volume = {23},
Year = {1988}}
@misc{watcom-about,
Author = {SciTech Software Inc},
Title = {(About) {O}pen {W}atcom - {P}ortable {C}ompilers and {T}ools},
howpublished = "\url{http://www.openwatcom.org/about/info_content.html}",
Urldate = {August 22, 2004}}
@inproceedings{iguana,
Address = {San Francisco, California, USA},
Author = {Brendan Gowing and Vinny Cahill},
Booktitle = {Proceedings of the {R}eflection '96 {C}onference},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/iguana-reflection96.pdf},
Organization = {Xerox Palo Alto Research Center},
Title = {Meta-{O}bject {P}rotocols for {C}++: {T}he {I}guana {A}pproach},
Year = {1996}}
@article{240738,
Author = {Yutaka Ishikawa},
Doi = {http://doi.acm.org/10.1145/240732.240738},
Journal = {SIGAPP Appl. Comput. Rev.},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/240738.pdf},
Number = {1},
Pages = {15--18},
Publisher = {ACM Press},
Title = {MP{C}++ {A}pproach to {P}arallel {C}omputing {E}nvironment},
Volume = {4},
Year = {1996}}
@article{643553,
Author = {Licia Capra and Gordon S. Blair and Cecilia Mascolo and Wolfgang Emmerich and Paul Grace},
Doi = {http://doi.acm.org/10.1145/643550.643553},
Journal = {SIGMOBILE Mob. Comput. Commun. Rev.},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/ExplReflInMCMidlWare.pdf},
Number = {4},
Pages = {34--44},
Publisher = {ACM Press},
Title = {Exploiting {R}eflection in {M}obile {C}omputing {M}iddleware},
Volume = {6},
Year = {2002}}
@misc{NSProxy,
Author = {Apple Computer},
Title = {Cocoa: {NSP}roxy {C}lass ({O}bjective-{C})},
howpublished = "\url{http://developer.apple.com/documentation/Cocoa/Reference/Foundation/ObjC_classic/Classes/NSProxy.html}",
Urldate = {August 22, 2004}}
@inproceedings{349141,
Author = {Daniel Schulz and Frank Mueller},
Booktitle = {Proceedings of the 2000 {ACM} {SIGSOFT} {I}nternational {S}ymposium on {S}oftware {T}esting and {A}nalysis},
Doi = {http://doi.acm.org/10.1145/347324.349141},
Isbn = {1-58113-266-2},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/349141.pdf},
Location = {Portland, Oregon, United States},
Pages = {201--211},
Publisher = {ACM Press},
Title = {A {T}hread-{A}ware {D}ebugger with an {O}pen {I}nterface},
Year = {2000}}
@book{cppobjmodel,
Author = {Stanley B. Lippman},
Month = {May},
Publisher = {Addison-Wesley},
Title = {Inside the {C}++ {O}bject {M}odel},
Year = {1996}}
@misc{AOP,
Author = {The Eclipse Project},
Title = {{A}spect{J} {D}ocumentation},
howpublished = "\url{http://eclipse.org/aspectj}",
Urldate = {August 22, 2004}}
@misc{openwatcom,
Author = {SciTech Software Inc},
Title = {Open {W}atcom - {P}ortable {C}ompilers and {T}ools},
howpublished = "\url{http://www.openwatcom.org/index.html}",
Urldate = {August 23, 2004}}
@misc{gcc-home,
Author = {The GNU Project},
Title = {{GCC} {H}ome {P}age - {GNU} {P}roject - {F}ree {S}oftware {F}oundation ({FSF})},
howpublished = "\url{http://gcc.gnu.org/}",
Urldate = {August 23, 2004}}
@inproceedings{38828,
Author = {David Ungar and Randall B. Smith},
Booktitle = {Conference {P}roceedings on Object-{O}riented {P}rogramming {S}ystems, {L}anguages and {A}pplications},
Doi = {http://doi.acm.org/10.1145/38765.38828},
Isbn = {0-89791-247-0},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/38828.pdf},
Location = {Orlando, Florida, United States},
Pages = {227--242},
Publisher = {ACM Press},
Title = {Self: The {P}ower of {S}implicity},
Year = {1987}}
@inproceedings{582131,
Author = {Gordon S. Blair and Geoff Coulson and Lynne Blair and Hector Duran-Limon and Paul Grace and Rui Moreira and Nikos Parlavantzas},
Booktitle = {Proceedings of the {F}irst {W}orkshop on {S}elf-{H}ealing {S}ystems},
Doi = {http://doi.acm.org/10.1145/582128.582131},
Isbn = {1581136099},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/uncategorized/ReflSelfAwSelfHinOpenORB.pdf},
Location = {Charleston, South Carolina},
Pages = {9--14},
Publisher = {ACM Press},
Title = {Reflection, {S}elf-{A}wareness and {S}elf-{H}ealing in {O}pen{ORB}},
Year = {2002}}
@misc{visualcpp,
Author = {Microsoft Corporation},
Title = {Visual {C}++ {D}eveloper {C}enter},
howpublished = "\url{http://msdn.microsoft.com/visualc/}",
Urldate = {August 23, 2004}}
@misc{CORBAIntercpMan,
Author = {BEA Systems Inc.},
Title = {Introduction to {CORBA} {R}equest-{L}evel {I}nterceptors},
howpublished = "\url{http://e-docs.bea.com/tuxedo/tux81/rli/rliover.htm}",
Urldate = {August 22, 2004}}
@misc{codewarrior,
Author = {Metrowerks Corporation},
Title = {Codewarrior {D}evelopment {S}tudio},
howpublished = "\url{http://www.metrowerks.com/MW/Develop/compiler.htm}",
Urldate = {August 23, 2004}}
@inproceedings{582428,
Author = {Marc-Olivier Killijian and Juan-Carlos Ruiz and Jean-Charles Fabre},
Booktitle = {Proceedings of the 17th {ACM} {SIGPLAN} {C}onference on {O}bject-{O}riented {P}rogramming, {S}ystems, {L}anguages, and {A}pplications},
Doi = {http://doi.acm.org/10.1145/582419.582428},
Isbn = {1-58113-471-1},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/582428.pdf},
Location = {Seattle, Washington, USA},
Pages = {68--82},
Publisher = {ACM Press},
Title = {Portable {S}erialization of {CORBA} {O}bjects: {A} {R}eflective {A}pproach},
Year = {2002}}
@misc{vcpp-conform,
Author = {Microsoft Corporation},
Title = {Visual {C}++ {.NET} 2003 {E}nhanced {C}ompiler {C}onformance},
howpublished = "\url{http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html/vclrfvisualcnet2003enhancedcompilerconformance.asp}",
Urldate = {August 23, 2004}}
@phdthesis{MIT-LCS-TR-272,
Author = {Smith, Brian C.},
Keywords = {Reflection},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/MIT-LCS-TR-272.pdf},
School = {Massachusetts Institute of Technology},
Title = {Reflection and {S}emantics in a {P}rocedural {L}anguage},
Year = {1982}}
@misc{vcpp-extend,
Author = {Microsoft Corporation},
Title = {Visual {C}++: {A}dding {F}unctionality},
howpublished = "\url{http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vcovrProgrammingTechniques.asp}",
Urldate = {August 23, 2004}}
@techreport{CORBAPIStd,
Author = {Object Management Group},
Institution = {Object Management Group},
Title = {{CORBA} {P}ortable {I}nterceptors},
Year = {2004}}
@article{233562,
Author = {Urs H{\"o}lzle and David Ungar},
Doi = {http://doi.acm.org/10.1145/233561.233562},
Issn = {0164-0925},
Journal = {ACM Trans. Program. Lang. Syst.},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/233562.pdf},
Number = {4},
Pages = {355--400},
Publisher = {ACM Press},
Title = {Reconciling {R}esponsiveness with {P}erformance in {P}ure {O}bject-{O}riented {L}anguages},
Volume = {18},
Year = {1996}}
@misc{comeau,
Author = {Comeau Computing},
Title = {{C}++ {C}ompilers {F}rom {C}omeau {C}omputing {T}argeting {ANSI}/{ISO} {C}++ Standard / {C} and {C}++ {C}ompiler for {M}ulti-{P}latform {N}eeds},
howpublished = "\url{http://www.comeaucomputing.com}",
Urldate = {August 23, 2004}}
@misc{gcc-abi,
Author = {The {GCC} Team},
Title = {A {C}ommon {C}++ {ABI} for {GNU}/{L}inux},
howpublished = "\url{http://gcc.gnu.org/gcc-3.2/C++-abi.html}",
Urldate = {August 22, 2004}}
@misc{comeau-faq,
Author = {Comeau Computing},
Title = {General {C}++ {FAQ}},
howpublished = "\url{http://www.comeaucomputing.com/faqs/genfaq.html}",
Urldate = {August 23, 2004}}
@article{ptrace,
Author = {Sandeep S},
Journal = {Linux Gazette},
Month = {August},
Number = {81},
Title = {Process {T}racing {U}sing {P}trace},
howpublished = "\url{http://linuxgazette.net/issue81/sandeep.html}",
Year = {2002}}
@misc{comeau-try,
Author = {Comeau Computing},
Title = {Test {D}rive {C}omeau {C/C}++ {O}nline},
howpublished = "\url{http://www.comeaucomputing.com/tryitout/}",
Urldate = {August 23, 2004}}
@misc{watcom-ver,
Author = {EMS Professional Software},
Title = {Watcom {S}oftware {V}ersions {I}nformation},
howpublished = "\url{http://www.emsps.com/oldtools/watcomv.htm}",
Urldate = {August 23, 2004}}
@inproceedings{74911,
Author = {B. Foote and R. E. Johnson},
Booktitle = {Conference {P}roceedings on {O}bject-{O}riented {P}rogramming {S}ystems, {L}anguages and {A}pplications},
Doi = {http://doi.acm.org/10.1145/74877.74911},
Isbn = {0-89791-333-7},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/74911.pdf},
Location = {New Orleans, Louisiana, United States},
Pages = {327--335},
Publisher = {ACM Press},
Title = {Reflective {F}acilities in {S}malltalk-80},
Year = {1989}}
@misc{ddd,
Author = {The {GNU} Project},
Title = {{DDD} - {D}ata {D}isplay {D}ebugger},
howpublished = "\url{http://www.gnu.org/software/ddd/}",
Urldate = {August 22, 2004}}
@misc{lwn-kern,
Author = {Jonathan Corbet},
Title = {{LWN} - {K}ernel},
howpublished = "\url{http://lwn.net/2000/1109/kernel.php3}",
Urldate = {August 23, 2004}}
@inproceedings{263752,
Author = {Raimondas Lencevicius and Urs Holzle and Ambuj K. Singh},
Booktitle = {Proceedings of the 12th {ACM} {SIGPLAN} {C}onference on {O}bject-{O}riented {P}rogramming, {S}ystems, {L}anguages, and {A}pplications},
Doi = {http://doi.acm.org/10.1145/263698.263752},
Isbn = {0-89791-908-4},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/263752.pdf},
Location = {Atlanta, Georgia, United States},
Pages = {304--317},
Publisher = {ACM Press},
Title = {Query-{B}ased {D}ebugging of {O}bject-{O}riented {P}rograms},
Year = {1997}}
@inproceedings{381750,
Author = {Chanika Hobatr and Brian A. Malloy},
Booktitle = {Proceedings of the 23rd {I}nternational {C}onference on {S}oftware {E}ngineering},
Isbn = {0-7695-1050-7},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/381750.pdf},
Location = {Toronto, Ontario, Canada},
Pages = {839--840},
Publisher = {IEEE Computer Society},
Title = {Using {OCL}-{Q}ueries for {D}ebugging {C}++},
Year = {2001}}
@misc{metaprogram-ex,
Author = {Todd L. Veldhuizen},
Title = {Template {M}etaprograms},
howpublished = "\url{http://osl.iu.edu/~tveldhui/papers/Template-Metaprograms/meta-art.html}",
Urldate = {August 22, 2004}}
@book{templ-guide,
Author = {David Vandevoorde and Nicolai M. Josuttis},
Publisher = {Addison-Wesley},
Title = {{C}++ {T}emplates: {T}he {C}omplete {G}uide},
Year = {2002}}
@inproceedings{376846,
Author = {Fabian Breg and Constantine D. Polychronopoulos},
Booktitle = {Proceedings of the 2001 {J}oint ACM-ISCOPE Conference on Java {G}rande},
Doi = {http://doi.acm.org/10.1145/376656.376846},
Isbn = {1-58113-359-6},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/376846.pdf},
Location = {Palo Alto, California, United States},
Pages = {173--180},
Publisher = {ACM Press},
Title = {Java {V}irtual {M}achine {S}upport for {O}bject {S}erialization},
Year = {2001}}
@misc{java-progdyn,
Author = {Dennis M. Sosnoski},
Title = {Java {P}rogramming {D}ynamics, {P}art 2: {I}ntroducing {R}eflection},
howpublished = "\url{http://www-106.ibm.com/developerworks/java/library/j-dyn0603/}",
Urldate = {August 22, 2004}}
@inproceedings{957325,
Author = {Tom Lunney and Aidan McCaughey},
Booktitle = {Proceedings of the 2nd {I}nternational {C}onference on {P}rinciples and {P}ractice of {P}rogramming in {J}ava},
Isbn = {0-9544145-1-9},
Keywords = {Java Persistence},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/957325.pdf},
Location = {Kilkenny City, Ireland},
Pages = {115--120},
Publisher = {Computer Science Press, Inc.},
Title = {Object {P}ersistence in {J}ava},
Year = {2003}}
@article{944589,
Author = {Marjan Hericko and Matjaz B. Juric and Ivan Rozman and Simon Beloglavec and Ales Zivkovic},
Doi = {http://doi.acm.org/10.1145/944579.944589},
Issn = {0362-1340},
Journal = {SIGPLAN Not.},
Keywords = {Java Persistence},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/944589.pdf},
Number = {8},
Pages = {44--54},
Publisher = {ACM Press},
Title = {Object {S}erialization {A}nalysis and {C}omparison in {J}ava and {.NET}},
Volume = {38},
Year = {2003}}
@book{IDL,
Author = {Object Management Group},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/IDL.pdf},
Title = {{CORBA} 2.6 - Chapter 3 - {OMG} {IDL} {S}yntax and {S}emantics},
Year = {2001}}
@misc{java-api,
Author = {Sun Microsystems},
Keywords = {Java},
Title = {Java 2 {P}latform, {S}tandard {E}dition, v 1.4.2 {API} {S}pecification},
howpublished = "\url{http://java.sun.com/j2se/1.4.2/docs/api/index.html}",
Urldate = {August 18, 2004}}
@misc{MAC-HIG,
Publisher = {Apple Computer},
Title = {Apple {H}uman {I}nterface {G}uidelines},
howpublished = "\url{http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/OSXHIGuidelines.pdf}",
Urldate = {August 22, 2004},
Year = {2004}}
@misc{WebObjects,
Author = {Apple Computer},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/Web{O}bjects.pdf},
Title = {Web{O}bjects {O}verview},
howpublished = "\url{http://developer.apple.com/documentation/WebObjects/WebObjects_Overview/WebObjects_Overview.pdf}"}
@inproceedings{802792,
Author = {Ira P. Goldstein and Daniel G. Bobrow},
Booktitle = {Proceedings of the 1980 {ACM} {C}onference on {LISP} and {F}unctional {P}rogramming},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/802792.pdf},
Location = {Stanford University, California, United States},
Pages = {75--81},
Publisher = {ACM Press},
Title = {Extending {O}bject {O}riented {P}rogramming in {S}malltalk},
Year = {1980}}
@inproceedings{74921,
Author = {J.-P. Briot and P. Cointe},
Booktitle = {Conference {P}roceedings on {O}bject-{O}riented {P}rogramming {S}ystems, {L}anguages and {A}pplications},
Doi = {http://doi.acm.org/10.1145/74877.74921},
Isbn = {0-89791-333-7},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/74921.pdf},
Location = {New Orleans, Louisiana, United States},
Pages = {419--431},
Publisher = {ACM Press},
Title = {Programming with {E}xplicit {M}etaclasses in {S}malltalk-80},
Year = {1989}}
@misc{WO-KVC,
Author = {Apple Computer},
Title = {Web{O}bjects: {E}nterprise {K}ey {C}oncepts of {O}bject-{O}riented {P}rogramming},
howpublished = "\url{http://developer.apple.com/documentation/WebObjects/Enterprise_Objects/Introduction/chapter_2_section_6.html}",
Urldate = {August 22, 2004}}
@book{JVM,
Author = {Tim Lindholm and Frank Yellin},
Edition = {2nd Edition},
Month = {April},
Publisher = {Addison-Wesley},
Title = {The Java({TM}) {V}irtual {M}achine {S}pecification},
Year = {1999}}
@book{dne,
Author = {Bjarne Stroustrup},
Keywords = {{C}++},
Publisher = {Addison-Wesley},
Title = {The {D}esign and {E}volution of {C}++},
Year = {1994}}
@misc{java-rmi,
Author = {Sun Microsystems},
Keywords = {Java RMI},
Title = {Java {R}emote {M}ethod {I}nvocation ({J}ava {RMI})},
howpublished = "\url{http://java.sun.com/products/jdk/rmi/}"}
@misc{TAO,
Author = {{D}istributed {O}bject {C}omputing {G}roup},
Title = {{TAO} {O}verview},
howpublished = "\url{http://www.cs.wustl.edu/~schmidt/TAO-intro.html}",
Urldate = {August 22, 2004}}
@misc{mico,
Author = {The {MICO} {P}roject},
Title = {{MICO} - {M}ico {I}s {CO}rba},
howpublished = "\url{http://www.mico.org}",
Urldate = {August 22, 2004}}
@misc{java-generics,
Author = {Sun {M}icrosystems},
Keywords = {Java Generics},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/generics-tutorial.pdf},
Title = {Generics in the {J}ava {P}rogramming {L}anguage},
howpublished = "\url{http://java.sun.com/j2se/1.5/pdf/generics-tutorial.pdf}",
Urldate = {August 18, 2004}}
@misc{omniorb,
Author = {Duncan Grisby},
Title = {omni{ORB}: {F}ree {H}igh {P}erformance {ORB}},
howpublished = "\url{http://omniorb.sourceforge.net}",
Urldate = {August 22, 2004}}
@inproceedings{567553,
Author = {Norihisa Suzuki},
Booktitle = {Proceedings of the 8th {ACM} {SIGPLAN}-{SIGACT} {S}ymposium on {P}rinciples of {P}rogramming {L}anguages},
Doi = {http://doi.acm.org/10.1145/567532.567553},
Isbn = {0-89791-029-X},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/567553.pdf},
Location = {Williamsburg, Virginia},
Pages = {187--199},
Publisher = {ACM Press},
Title = {Inferring {T}ypes in {S}malltalk},
Year = {1981}}
@misc{opencpp,
Author = {Shigeru Chiba},
Keywords = {{C}++ Open{C}++},
Title = {Open{C}++ {H}ome {P}age},
howpublished = "\url{http://www.csg.is.titech.ac.jp/~chiba/openC++.html}",
Urldate = {August 18, 2004}}
@article{947961,
Author = {Tim Rentsch},
Doi = {http://doi.acm.org/10.1145/947955.947961},
Issn = {0362-1340},
Journal = {SIGPLAN Not.},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/947961.pdf},
Number = {9},
Pages = {51--57},
Publisher = {ACM Press},
Title = {Object {O}riented {P}rogramming},
Volume = {17},
Year = {1982}}
@misc{opencpp-tut,
Author = {Shigeru Chiba},
Keywords = {Open{C}++},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/opencpptutorial.pdf},
Title = {Open{C}++ {T}utorial},
howpublished = "\url{http://www.csg.is.titech.ac.jp/~chiba/opencxx/tutorial.pdf}"}
@article{508470,
Author = {Fabio Kon and Fabio Costa and Gordon Blair and Roy H. Campbell},
Doi = {http://doi.acm.org/10.1145/508448.508470},
Issn = {0001-0782},
Journal = {Commun. ACM},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/508470.pdf},
Number = {6},
Pages = {33--38},
Publisher = {ACM Press},
Title = {The {C}ase for {R}eflective {M}iddleware},
Volume = {45},
Year = {2002}}
@misc{obj-intro,
Author = {Michael Chui},
Keywords = {Objective C},
Title = {Object {O}riented {P}rogramming in {O}bjective-{C}},
howpublished = "\url{http://www.cs.indiana.edu/classes/c304/oop-intro.html}",
Urldate = {August 18, 2004}}
@inproceedings{809715,
Author = {David Robson},
Booktitle = {Proceedings of the 1983 {A}nnual {C}onference on {C}omputers : {E}xtending the {H}uman {R}esource},
Isbn = {0-89791-120-2},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/809715.pdf},
Pages = {133},
Publisher = {ACM Press},
Title = {Smalltalk},
Year = {1983}}
@inproceedings{804484,
Author = {Alan C. Kay},
Booktitle = {Proceedings of the {I}nternational {C}onference on {APL}: {P}art 1},
Doi = {http://doi.acm.org/10.1145/800136.804484},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/804484.pdf},
Location = {New York, New York, United States},
Pages = {340},
Publisher = {ACM Press},
Title = {Smalltalk and {G}eneric {C}oncepts in {P}rogramming {L}anguages},
Year = {1979}}
@misc{dekorte,
Author = {Steven Dekorte},
Keywords = {Objective C},
Title = {Objective-{C}},
howpublished = "\url{http://www.dekorte.com/Objective-C/index.html}",
Urldate = {August 18, 2004}}
@misc{gnustep,
Author = {The {GNU}step Project},
Keywords = {GNUStep},
Title = {{GNU}step.org},
howpublished = "\url{http://www.gnustep.org/}",
Urldate = {August 18, 2004}}
@inproceedings{336556,
Author = {Robyn R. Lutz},
Booktitle = {Proceedings of the {C}onference on the {F}uture of {S}oftware {E}ngineering},
Doi = {http://doi.acm.org/10.1145/336512.336556},
Isbn = {1-58113-253-0},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/336556.pdf},
Location = {Limerick, Ireland},
Pages = {213--226},
Publisher = {ACM Press},
Title = {Software {E}ngineering for {S}afety: {A} {R}oadmap},
Year = {2000}}
@misc{mwcw8pro,
Author = {Metrowerks {C}orporation},
Title = {Codewarrior {P}ro 8 for the {M}acintosh},
Year = {2003}}
@article{272176,
Author = {Zhongping Tao and Gregor {v. Bochmann} and Rachida Dssouli},
Doi = {http://dx.doi.org/10.1023/A:1013692902855},
Issn = {1383-469X},
Journal = {Mob. Netw. Appl.},
Number = {3},
Pages = {259--269},
Publisher = {Kluwer Academic Publishers},
Title = {A {F}ormal {M}ethod for {S}ynthesizing {O}ptimized {P}rotocol {C}onverters and its {A}pplication to {M}obile {D}ata {N}etworks},
Volume = {2},
Year = {1997}}
@inproceedings{800513,
Author = {Brian Cantwell Smith},
Booktitle = {Proceedings of the 11th {ACM} {SIGACT}-{SIGPLAN} {S}ymposium on {P}rinciples of {P}rogramming {L}anguages},
Isbn = {0-89791-125-3},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/800513.pdf},
Location = {Salt Lake City, Utah, United States},
Pages = {23--35},
Publisher = {ACM Press},
Title = {Reflection and {S}emantics in {LISP}},
Year = {1984}}
@misc{java-reflect,
Author = {Sun Microsystems},
Keywords = {Java Reflection},
Title = {The {R}eflection {API}},
howpublished = "\url{http://java.sun.com/docs/books/tutorial/reflect/}",
Urldate = {August 18, 2004}}
@proceedings{01254388,
Author = {T. Srivatanakul and J.A. Clark and S. Stapney and F. Polack},
Editor = {CSP Security},
Journal = {IEEE {A}sia-{P}acific {E}ngineering {C}onference ({APSEC})},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/01254388.pdf},
Title = {Challenging {F}ormal {S}pecifications by {M}utation: a {CSP} {S}ecurity {E}xample},
Year = {2003}}
@misc{nitrogen,
Author = {Lisa Lippencott},
Keywords = {Nitrogen {C}++},
Title = {Nitrogen},
howpublished = "\url{http://nitric.sourceforge.net/}",
Urldate = {August 18, 2004}}
@misc{boost-mpl,
Author = {Aleksey Gurtovoy},
Keywords = {Boost Metaprogramming},
Title = {The {B}oost {MPL} {L}ibrary},
howpublished = "\url{http://www.boost.org/libs/mpl/doc/index.html}",
Urldate = {August 18, 2004}}
@inproceedings{167068,
Author = {Kenneth R. Wood},
Booktitle = {Proceedings of the 1st {ACM} {SIGSOFT} {S}ymposium on {F}oundations of {S}oftware {E}ngineering},
Doi = {http://doi.acm.org/10.1145/256428.167068},
Isbn = {0-89791-625-5},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/167068.pdf},
Location = {Los Angeles, California, United States},
Pages = {79--88},
Publisher = {ACM Press},
Title = {A {P}ractical Approach to {S}oftware {E}ngineering {U}sing Z and the {R}efinement {C}alculus},
Year = {1993}}
@inproceedings{257578,
Author = {Susan Gerhart and Dan Craigen and Ted Ralston},
Booktitle = {Proceedings of the 15th {I}nternational {C}onference on Software Engineering},
Isbn = {0-89791-588-7},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/257578.pdf},
Location = {Baltimore, Maryland, United States},
Pages = {24--33},
Publisher = {IEEE Computer Society Press},
Title = {Observations on {I}ndustrial {P}ractice using {F}ormal {M}ethods},
Year = {1993}}
@misc{boost-traits,
Author = {John Maddock and Steve Cleary and et al.},
Title = {The {B}oost {T}ype {T}raits {L}ibrary},
howpublished = "\url{http://www.boost.org/libs/type_traits/index.html}",
Urldate = {August 18, 2004}}
@article{369267,
Author = {Lars Asplund and Kristina Lundqvist},
Doi = {http://doi.acm.org/10.1145/369264.369267},
Issn = {1094-3641},
Journal = {Ada Lett.},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/369267.pdf},
Number = {4},
Pages = {32--39},
Publisher = {ACM Press},
Title = {Safety {C}ritical {S}ystems {B}ased on {F}ormal {M}odels},
Volume = {XX},
Year = {2000}}
@article{00699026,
Author = {Makoto Yokoo},
Journal = {Multi Agent Systems},
Keywords = {Agent},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/00699026.pdf},
Title = {Distributed {C}onstraint {S}atisfaction: {F}oundation and {A}pplications},
Year = {1998}}
@misc{fmnet,
Author = {Jonathan Bowen},
Title = {The {W}orld {W}ide {W}eb {V}irtual {L}ibrary: {F}ormal {M}ethods},
Url = {http://vl.fmnet.info}}
@inproceedings{860696,
Author = {Feng Wan and Munindar P. Singh},
Booktitle = {Proceedings of the {S}econd {I}nternational {J}oint {C}onference on {A}utonomous {A}gents and {M}ultiagent {S}ystems},
Doi = {http://doi.acm.org/10.1145/860575.860696},
Isbn = {1-58113-683-8},
Keywords = {Agent Formal},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/860696.pdf},
Location = {Melbourne, Australia},
Pages = {749--756},
Publisher = {ACM Press},
Title = {Commitments and {C}ausality for {M}ultiagent {D}esign},
Year = {2003}}
@book{HoareBook,
Author = {C. A. R. Hoare},
Publisher = {Prentice Hall International},
Title = {Communicating {S}equential {P}rocesses},
Year = {1984}}
@inproceedings{376009,
Author = {Scott A. DeLoach},
Booktitle = {Proceedings of the {F}ifth {I}nternational {C}onference on {A}utonomous {A}gents},
Doi = {http://doi.acm.org/10.1145/375735.376009},
Isbn = {1-58113-326-X},
Keywords = {Agent Formal},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/376009.pdf},
Location = {Montreal, Quebec, Canada},
Pages = {102--103},
Publisher = {ACM Press},
Title = {Specifying {A}gent {B}ehavior as {C}oncurrent {T}asks},
Year = {2001}}
@article{00699063,
Author = {Singh, M.P.},
Journal = {Multi {A}gent {S}ystems},
Keywords = {Agent Formal},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/00699063.pdf},
Title = {Developing {F}ormal {S}pecifications to {C}oordinate {H}eterogeneous {A}utonomous {A}gents},
Year = {1998}}
@book{sebesta,
Author = {Robert W. Sebesta},
Edition = {5th},
Keywords = {Languages},
Publisher = {Addison-Wesley},
Title = {Concepts of {P}rogramming {L}anguages},
Year = {2002}}
@article{359585,
Author = {C. A. R. Hoare},
Doi = {http://doi.acm.org/10.1145/359576.359585},
Issn = {0001-0782},
Journal = {Commun. ACM},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/359585.pdf},
Number = {8},
Pages = {666--677},
Publisher = {ACM Press},
Title = {Communicating {S}equential {P}rocesses},
Volume = {21},
Year = {1978}}
@misc{transputer,
Author = {Ram Meenakshisundaram},
Keywords = {Transputer},
Title = {Transputer {H}ome {P}age},
Url = {http://www.classiccmp.org/transputer}}
@article{00058215,
Author = {J.M. Wing},
Journal = {IEEE Computer},
Keywords = {Formal Methods},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/00058215.pdf},
Month = {Sept.},
Number = {9},
Pages = {8, 10-22, 24},
Title = {A {S}pecifier's {I}ntroduction to {F}ormal {M}ethods},
Volume = {23},
Year = {1990}}
@article{365264,
Author = {David E. Ferguson},
Doi = {http://doi.acm.org/10.1145/365230.365264},
Issn = {0001-0782},
Journal = {Commun. ACM},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/365264.pdf},
Number = {3},
Pages = {190--196},
Publisher = {ACM Press},
Title = {Evolution of the {M}eta-{A}ssembly {P}rogram},
Volume = {9},
Year = {1966}}
@article{62141,
Author = {Barbara Liskov},
Doi = {http://doi.acm.org/10.1145/62139.62141},
Issn = {0362-1340},
Journal = {SIGPLAN Not.},
Keywords = {LSP},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/62141.pdf},
Number = {5},
Pages = {17--34},
Publisher = {ACM Press},
Title = {Keynote {A}ddress - {D}ata {A}bstraction and {H}ierarchy},
Volume = {23},
Year = {1988}}
@inproceedings{302194,
Author = {Tyng-Ruey Chuang and Y. S. Kuo and Chien-Min Wang},
Booktitle = {Proceedings of the 20th {I}nternational {C}onference on {S}oftware {E}ngineering},
Isbn = {0-8186-8368-6},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/302194.pdf},
Location = {Kyoto, Japan},
Pages = {312--321},
Publisher = {IEEE Computer Society},
Title = {Non-{I}ntrusive {O}bject {I}ntrospection in {C}++: {A}rchitecture and {A}pplication},
Year = {1998}}
@unpublished{parnas,
Author = {D.L. Parnas and P.C. Clements and D.M. Weiss},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/Mod_Struct_Parnas.pdf},
Title = {The {M}odular {S}tructure of {C}omplex {S}ystems}}
@misc{turing1,
Author = {Todd L. Veldhuizen},
Title = {{C}++ {T}emplates are {T}uring {C}omplete},
howpublished = "\url{http://osl.iu.edu/~tveldhui/papers/2003/turing.pdf}",
Urldate = {August 9, 2004}}
@inproceedings{ijcai95,
Address = {Montreal, Canada},
Author = {Harald Rue{\ss} and Holger Pfeifer and F.W. von Henke},
Booktitle = {Reflection and {M}etalevel {A}rchitectures and their {A}pplications in {AI}},
Editor = {M.H. Ibrahim},
Keywords = {Agent Formal Typelab},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/ijcai95.pdf},
Note = {IJCAI'95 Workshop},
Title = {Formalization and {R}easoning in a {R}eflective {A}rchitecture},
Year = {1995}}
@misc{progcommidx,
Author = {{TIOBE} Software},
Keywords = {Languages},
Title = {{TPCI} - {TIOBE} {P}rogramming {C}ommunity {I}ndex},
howpublished = "\url{http://www.tiobe.com/tpci.htm}",
Urldate = {August 9, 2004}}
@misc{boost,
Keywords = {{C}++ Standard},
Title = {The {B}oost {L}ibrary},
howpublished = "\url{http://www.boost.org}",
Urldate = {August 9, 2004}}
@misc{STL,
Author = {SGI},
Title = {The {S}tandard {T}emplate {L}ibrary},
howpublished = "\url{http://www.sgi.com/tech/stl/}"
}
@article{357110,
Author = {Krzysztof R. Apt and Nissim and {Willem P. de Roever}},
Doi = {http://doi.acm.org/10.1145/357103.357110},
Issn = {0164-0925},
Journal = {ACM Trans. Program. Lang. Syst.},
Keywords = {CSP},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/357110.pdf},
Number = {3},
Pages = {359--385},
Publisher = {ACM Press},
Title = {A {P}roof {S}ystem for {C}ommunicating {S}equential {P}rocesses},
Volume = {2},
Year = {1980}}
@misc{straitjacket,
Annote = {Bjarne's comment about Pascal's type system being a straitjacket.},
Author = {Bjarne Stroustrup},
Month = {November},
Title = {Talk about the {D}esign and {U}se of {C}++ {L}iteracy {B}ookstore in {S}an {J}ose, {CA}},
howpublished = "\url{http://www.research.att.com/~bs/Cbooks_QnA.html}",
Urldate = {August 9, 2004},
Year = {1993}}
@misc{std-stat,
Keywords = {{C}++ Standard},
Title = {{C}++ {S}tandardization {S}tatus 2004-1},
howpublished = "\url{http://www.vollmann.ch/en/presentations/cpp-std-041.html}",
Urldate = {August 9, 2004}}
@article{00754219,
Author = {Lucas, A. and Goss, S.},
Journal = {Information, {D}ecision and {C}ontrol},
Keywords = {Agent Formal},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/00754219.pdf},
Month = {Feb},
Title = {The {P}otential for {I}ntelligent {S}oftware {A}gents in {D}efense {S}imlulation},
Year = {1999}}
@article{Hoare,
Author = {C. A. R. Hoare},
Doi = {http://doi.acm.org/10.1145/359576.359585},
Issn = {0001-0782},
Journal = {Commun. ACM},
Keywords = {CSP},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/359585.pdf},
Number = {8},
Pages = {666--677},
Publisher = {ACM Press},
Title = {Communicating {S}equential {P}rocesses},
Volume = {21},
Year = {1978}}
@misc{objc,
Author = {Apple Computer},
Keywords = {Objective C},
Title = {Cocoa: {T}he {O}bjective-{C} {P}rogramming {L}anguage},
howpublished = "\url{http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/index.html}",
Urldate = {August 9, 2004}}
@inproceedings{IGLS96,
Author = {Frances Brazier and Pascal van Eck and Jan Treur},
Booktitle = {Trends in {T}heoretical {I}nformatics},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/IGLS96.props.pdf},
Publisher = {R. Oldenbourg},
Title = {Design of a {M}odelling {F}ramework for {M}ulti-{A}gent {S}ystems},
Year = {1996}}
@misc{javassist,
Author = {The {JB}oss {P}roject},
Keywords = {Java},
Title = {Javassist {H}ome {P}age},
howpublished = "\url{http://www.csg.is.titech.ac.jp/~chiba/javassist/}",
Urldate = {August 9, 2004}}
@misc{GCJ,
Author = {The {GNU} {P}roject},
Keywords = {GNU GCC Java},
Title = {{GCJ}: The {GNU} {C}ompiler for {J}ava},
howpublished = "\url{http://gcc.gnu.org/java/}",
Urldate = {August 9, 2004}}
@inproceedings{376091,
Author = {Peter McBurney and Simon Parsons},
Booktitle = {Proceedings of the {F}ifth {I}nternational {C}onference on {A}utonomous {A}gents},
Doi = {http://doi.acm.org/10.1145/375735.376091},
Isbn = {1-58113-326-X},
Keywords = {Agent Formal},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/376091.pdf},
Location = {Montreal, Quebec, Canada},
Pages = {178--179},
Publisher = {ACM Press},
Title = {A {F}ormal {F}ramework for {I}nter-{A}gent {D}ialogues},
Year = {2001}}
@misc{squeak,
Author = {The {S}queak {P}roject},
Title = {Welcome to {S}queak},
howpublished = "\url{http://www.squeak.org}",
Urldate = {August 9, 2004}}
@article{833,
Author = {S. D. Brookes and C. A. R. Hoare and A. W. Roscoe},
Doi = {http://doi.acm.org/10.1145/828.833},
Issn = {0004-5411},
Journal = {J. ACM},
Keywords = {CSP},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/833.pdf},
Number = {3},
Pages = {560--599},
Publisher = {ACM Press},
Title = {A {T}heory of {C}ommunicating {S}equential {P}rocesses},
Volume = {31},
Year = {1984}}
@article{00062725,
Author = {Whitby-Strevens, C.},
Journal = {IEEE Micro},
Keywords = {CSP, transputer},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/00062725.pdf},
Month = {Dec},
Pages = {16-19, 76-82},
Title = {Transputers-{P}ast, {P}resent and {F}uture},
Volume = {10},
Year = {1990}}
@article{01241045,
Author = {Lijuan Shan and Hong Zhu},
Journal = {{IEEE/WIC} {I}nternational {C}onference on {I}ntelligent {A}gent {T}echnology},
Keywords = {Agent Formal},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/01241045.pdf},
Month = {Oct},
Pages = {32-38},
Title = {Modelling and {S}pecifying {S}cenarios and {A}gent {B}ehavior},
Year = {2003}}
@inproceedings{376108,
Author = {Alexander Artikis and Jeremy Pitt},
Booktitle = {Proceedings of the {F}ifth {I}nternational {C}onference on {A}utonomous {A}gents},
Doi = {http://doi.acm.org/10.1145/375735.376108},
Isbn = {1-58113-326-X},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/376108.pdf},
Location = {Montreal, Quebec, Canada},
Pages = {192--193},
Publisher = {ACM Press},
Title = {A {F}ormal {M}odel of {O}pen {A}gent {S}ocieties},
Year = {2001}}
@inproceedings{376473,
Author = {Onn Shehory and Arnon Sturm},
Booktitle = {Proceedings of the {F}ifth {I}nternational {C}onference on {A}utonomous {A}gents},
Doi = {http://doi.acm.org/10.1145/375735.376473},
Isbn = {1-58113-326-X},
Local-Url = {file://localhost/Users/lally/Work/Docs/Papers/376473.pdf},
Location = {Montreal, Quebec, Canada},
Pages = {624--631},
Publisher = {ACM Press},
Title = {Evaluation of {M}odeling {T}echniques for {A}gent-{B}ased {S}ystems},
Year = {2001}}