-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpervasive.bib
1339 lines (1211 loc) · 39.4 KB
/
pervasive.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
@InProceedings{ aarestad_mpiio_2006,
author = {Aarestad, P. M. and Ching, A. and Thiruvathukal, G. K. and
Choudhary, A. N.},
booktitle = {Proc. 6th IEEE Intl. Symp. Cluster Computing and the Grid
(CCGRID)},
citeulike-article-id=8949726,
citeulike-linkout-0={http://dx.doi.org/10.1109/CCGRID.2006.88},
citeulike-linkout-1={http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=1630793}
,
doi = {10.1109/CCGRID.2006.88},
keywords = {conference, gkt-cs-luc-edu},
location = {Singapore},
pages = {35--42},
posted-at = {2011-03-06 05:02:46},
priority = 5,
title = {{Scalable Approaches for Supporting MPI-IO Atomicity}},
url = {http://dx.doi.org/10.1109/CCGRID.2006.88},
month = may,
year = 2006
}
@InProceedings{ april,
author = "Memik, G. and Kandemir, M. and Choudhary, A.",
title = "APRIL: A Run-Time Library for Tape Resident Data",
booktitle = "NASA Goddard Conference on Mass Storage Systems and
Technologies to be held with IEEE Symposium on Mass Storage
Systems",
year = "2000"
}
@Manual{ apt-toolkit,
author = "Thiruvathukal, George K. and Verun, Ufuk and Fuja, Russ
and Curry, Terrance",
title = "Apt Compiler Toolkit",
address = "http://www.sourceforge.net/projects/apt"
}
@InProceedings{ boneetal_eit_2008,
author = {Matt Bone and Peter F. Nabicht and Konstantin L{\"a}ufer
and George K. Thiruvathukal},
title = {Taming {XML}: Objects First, Then Markup},
booktitle = {Proc. IEEE Intl. Conf. on Electro/Information Technology
(EIT)},
year = 2008,
month = may,
url = "http://thatmattbone.com/files/betterxml.pdf"
}
@Article{ cise-cluster-special,
author = "Thiruvathukal, George K.",
title = "Guest Editor's Introduction: Cluster Computing",
journal = "Computing in Science and Engineering",
year = "2005",
month = "March/April",
volume = "7",
number = "2",
pages = "11--13"
}
@Article{ cise-sciprog-gentoo,
author = "Thiruvathukal, George K.",
title = "Gentoo Linux: The Next Generation of Linux",
journal = "Computing in Science and Engineering",
year = "2004",
month = "September/October",
volume = "6",
number = "5",
pages = "66--74"
}
@Article{ cise-sciprog-java,
author = "Thiruvathukal, George K.",
title = "The Middle Ages: Enabling Java for Computational Science",
journal = "IEEE Computing in Science and Engineering",
year = "2002",
month = "January"
}
@Article{ cise-sciprog-plone,
author = "Thiruvathukal, George K. and L{\"a}ufer, Konstantin",
title = "Plone and Content Management",
journal = "Computing in Science and Engineering",
year = "2004",
month = "July/August",
volume = "6",
number = "4",
pages = "88--95"
}
@Article{ cise-sciprog-xml,
author = "Thiruvathukal, George K. and L{\"a}ufer, Konstantin",
title = "Natural XML for Data Binding, Processing, and Persistence",
journal = "Computing in Science and Engineering",
year = "2004",
month = "March/April",
volume = "6",
number = "2",
pages = "86--92"
}
@Article{ cise-sciprog-xmlcs,
author = "Thiruvathukal, George K.",
title = "XML in Computational Science",
journal = "Computing in Science and Engineering",
year = "2004",
month = "January/February",
volume = "6",
number = "1",
pages = "74--80"
}
@InProceedings{ cn-ics,
author = "Thiruvathukal, George K. and Cameron, Brian and Oliveira,
Luiz and Shafaee, John",
title = "Invited Talk: The Computational Neighborhood",
booktitle = "International Conference on Supercomputing (ICS), Workshop
on Java",
year = "1999"
}
@InProceedings{ dmemo-ijmm-journal,
author = "O'Connell, William T. and Thiruvathukal, George K. and
Christopher, Thomas W.",
title = "Distributed Memo: Heterogeneously Distributed Directories
of Unordered Queues",
booktitle = "International Journal of Mini and Microcomputers",
year = "1997"
}
@InProceedings{ dmemo-ismm-iasted,
author = "O'Connell, William T. and Thiruvathukal, George K. and
Christopher, Thomas W.",
title = "Distributed Memo: Heterogeneously Distributed Directories
of Unordered Queues",
booktitle = "Sixth ISMM/IASTED Conference on Parallel and Distributed
Computing Systems",
year = "1994"
}
@InProceedings{ enhanced-actors-hipc,
author = "Thiruvathukal, George K.",
title = "Toward Scalable Parallel Software: An Active Object Model
and Library for Parallel Processing",
booktitle = "First International Workshop on Parallel Processing (now
HiPC India)",
year = "1994"
}
@Misc{ fielding96hypertexttransfer,
author = {R. Fielding and H. Frystyk and Tim Berners-Lee and J.
Gettys and J. C. Mogul},
title = {Hypertext Transfer Protocol---{HTTP}/1.1},
year = {1996}
}
@Article{ globus-telemedicine,
author = "Foster, I. T. and Laszewski, G. and Thiruvathukal, G. K.
and Toonen, B.",
editor = "Marsh, A.",
title = "Computational Framework for Telemedicine",
journal = "Future Generation Computer Systems",
year = "1998",
volume = "14",
pages = "109--123"
}
@InProceedings{ gmf-icast,
author = "O'Connell, William T. and Thiruvathukal, George K. and
Christopher, Thomas W.",
title = "A Generic Modeling Framework for Heterogeneous Parallel
and Distributed Computing",
booktitle = "International Conference on Advance Science and Technology
1994 (ICAST 1994), AT\&T Bell Laboratories",
year = "1994"
}
@Book{ hpjpc-book,
author = "Christopher, Thomas W. and Thiruvathukal, George K.",
title = "High Performance Java Platform Computing",
year = "2000",
publisher = "Prentice Hall PTR",
address = "Upper Saddle Ridge, NJ"
}
@InProceedings{ icpp-mpi-atomicity,
author = "Liao, Wei-keng and Choudhary, Alok and Coloma, Kenin and
Thiruvathukal, George K. and Ward, Lee and Russell, Eric
and Pundit, Neil",
title = "Scalable Implementations of MPI Atomicity for Concurrent
Overlapping I/O",
booktitle = "International Conference on Parallel Processing",
year = "2003"
}
@InProceedings{ ics00,
author = "Shen, X. and Liao, W. and Choudhary, A. and Memik, G. and
Kandemir, M. and More, S. and Thiruvathukal, G. and Singh,
A.",
title = "A Novel Application Development Environment for
Large-Scale Scientific Computations",
booktitle = "International Conference on Supercomputing",
year = "2000"
}
@Article{ javanow-cpe,
author = "Thiruvathukal, George K. and Dickens, Phil M. and Bhatti,
Shahzad",
title = "Java on Networks of Workstations (JavaNOW): A Parallel
Computing Framework Inspired by Linda and the Message
Passing Interface",
journal = "Concurrency: Practice and Experience",
year = "2000",
month = "November",
volume = "12",
number = "13",
pages = "1093--1116"
}
@InBook{ kaylor_cloudbook,
address = {Boca Raton, Florida, USA},
author = {Kaylor, Joseph P. and L\"{a}ufer, Konstantin and
Thiruvathukal, George K.},
booktitle = {Cloud Computing: Methodology, System, and Applications},
citeulike-article-id={9269484},
day = {14},
editor = {Wang, Lizhe and Ranjan, Rajiv and Chen, Jinjun and
Benatallah, Boualem},
isbn = {9781439856413},
keywords = {alumauthor, bibtex-import-11-05-10-fixed, invited,
laufer-cs-luc-edu, recentpub, refereed},
month = sep,
posted-at = {2011-05-09 21:16:58},
priority = {0},
publisher = {CRC Press},
title = {{RestFS: The Filesystem as a Connector Abstraction for
Flexible Resource and Service Composition}},
year = {2011}
}
@InProceedings{ kaylor_nofs,
author = {Joe Kaylor and George K. Thiruvathukal and Konstantin
L\"{a}ufer},
title = {Naked Object File System ({NOFS}): A Framework to Expose
an Object-Oriented Domain Model as a Filesystem },
booktitle = {Proc. 2012 IEEE Intl. Conf. on Electro/Information
Technology (EIT)},
year = 2012,
month = may,
address = {Indianapolis, IN, USA},
url = {http://ecommons.luc.edu/cs\_facpubs/62},
doi = {http://dx.doi.org/10.1109/EIT.2012.6220733}
}
@TechReport{ kaylor_nofs_2010,
author = {Joe Kaylor and George K. Thiruvathukal and Konstantin
L\"{a}ufer},
title = {Naked Object File System ({NOFS}): A Framework to Expose
an Object-Oriented Domain Model as a Filesystem},
institution = {Loyola University Chicago},
year = 2010,
month = may,
note = {Available from http://ecommons.luc.edu/cs\_facpubs/6},
url = {http://ecommons.luc.edu/cs\_facpubs/6}
}
@InProceedings{ kaylor_olfs,
author = {Joe Kaylor and Konstantin L\"{a}ufer and George K.
Thiruvathukal},
title = {Online Layered File System ({OLFS}): A Layered and
Versioned Filesystem and Performance Analysis},
booktitle = {Proc. IEEE Intl. Conf. on Electro/Information Technology
(EIT)},
year = 2010,
month = may,
address = {Iowa City, IA, USA}
}
@InProceedings{ kaylor_restfs,
author = {Kaylor, Joe and L\"{a}ufer, Konstantin and Thiruvathukal,
George K.},
title = {RestFS: resources and services are filesystems, too},
booktitle = {Proc. 2nd Intl. Workshop on RESTful Design},
series = {WS-REST '11},
year = {2011},
isbn = {978-1-4503-0623-2},
location = {Hyderabad, India},
pages = {39--46},
numpages = {8},
url = {http://doi.acm.org/10.1145/1967428.1967439},
doi = {10.1145/1967428.1967439},
acmid = {1967439},
publisher = {ACM},
address = {New York, NY, USA}
}
@Misc{ kaylor_restfs_project,
author = {Joe Kaylor and Konstantin L\"{a}ufer and George K.
Thiruvathukal},
title = {{RestFS}: A {FUSE} filesystem to expose {REST-ful}
services},
howpublished = {http://restfs.googlecode.com/},
year = {2010--2011}
}
@Book{ kernighan:unix,
author = {Kernighan, Brian W. and Pike, Rob},
title = {The UNIX Programming Environment},
year = {1983},
isbn = {0139376992},
publisher = {Prentice Hall Professional Technical Reference}
}
@InProceedings{ loyola-cs-edupar11,
author = {L\"{a}ufer, Konstantin and Sekharan, Chandra N. and
Thiruvathukal, George K.},
booktitle = {1st NSF/TCPP Workshop on Parallel and Distributed
Computing Education (EduPar)},
citeulike-article-id={9270706},
comment = {Satellite workshop of the 25th IEEE International Parallel
\& Distributed Processing Symposium, IPDPS-11.},
location = {Anchorage, Alaska, USA},
month = may,
posted-at = {2011-05-10 13:27:54},
priority = {0},
title = {{PDC Modules for Every Level: A Comprehensive Model for
Incorporating PDC Topics into the Existing Undergraduate
Curriculum}},
year = {2011}
}
@InProceedings{ loyola-cs-triveni,
author = {Colby, Christopher and Jagadeesan, Lalita J. and
Jagadeesan, Radhakrishnan and L\"{a}ufer, Konstantin and
Puchol, Carlos},
booktitle = {Proc. Intl. Conf. on Computer Languages},
doi = {10.1109/ICCL.1998.674157},
location = {Chicago, IL, USA},
month = may,
organization = {IEEE Computer Society with ACM SIGPLAN},
pages = {58--67},
posted-at = {2011-05-10 14:11:30},
priority = 0,
publisher = {IEEE Computer Society},
title = {{Design and implementation of Triveni: a process-algebraic
API for threads + events}},
url = {http://webpages.cs.luc.edu/\~{}laufer/papers/iccl98.pdf},
year = 1998
}
@InProceedings{ lucid-ipps,
author = "Thiruvathukal, G. K. and Christopher, T. W.",
title = "A Simulation of Demand-Driven Dataflow: Translation of
Lucid into MDC Language",
booktitle = "IEEE International Parallel Processing Symposium",
year = "1991"
}
@InProceedings{ mdms-hpcasia,
author = "Shen, X. and Thiruvathukal, G. K. and Liao, W. and
Choudhary, A. and Singh, A.",
title = "A Java Graphical User Interface for Large-Scale Scientific
Computations in Distributed Systems",
booktitle = "High Performance Computing Asia",
year = "2000"
}
@InProceedings{ mdms-ics,
author = "Shen, X. and Liao, W. and Choudhary, A. and Memik, G. and
Kandemir, M. and More, S. and Thiruvathukal, G. and Singh,
A.",
title = "A Novel Application Development Environment for
Large-Scale Scientific Computations",
booktitle = "International Conference on Supercomputing (ICS)",
year = "1999"
}
@InProceedings{ memo-icpp,
author = "O'Connell, William T. and Thiruvathukal, George K. and
Christopher, Thomas W.",
title = "Memo: An Environment to Support Heterogeneous Parallel and
Distributed Processing",
booktitle = "International Conference on Parallel Processing",
year = "1994"
}
@Article{ nexus-java-cpe,
author = "Foster, Ian T. and Thiruvathukal, George K. and Tuecke,
Steve",
title = "Technologies for Ubiquitous Supercomputing: A Java
Interface to the Nexus Communication system",
journal = "Concurrency: Practice and Experience",
year = "1997",
month = "June"
}
@Article{ nexus-mpi-jpdc,
author = "Foster, Ian T. and Geisler, Jonathan and Gropp, William
and Karonis, Nick and Lusk, Ewing and Thiruvathukal, George
K. and Tuecke, Steve",
title = "A Wide-Area Implementation of the Message Passing
Interface",
journal = "Parallel Computing",
year = "1998",
volume = "24",
number = "12",
pages = "1735--1749"
}
@Article{ rrmi-cpe,
author = "Thiruvathukal, George K. and Thomas, Lovely S. and
Korczynski, Andy T.",
title = "Reflective Remote Method Invocation",
journal = "Concurrency: Practice and Experience",
year = "1998",
month = "???"
}
@InProceedings{ rrmi-java-grande,
author = "Thiruvathukal, George K. and Thomas, Lovely S. and
Korczynski, Andy T.",
title = "Reflective Remote Method Invocation",
booktitle = "ACM Java Grande",
year = "1998"
}
@InProceedings{ shen_icpp,
author = "Shen, X. and Choudhary, A.",
title = "I/O Optimization and Evaluation for Tertiary Storage
Systems",
booktitle = "submitted to International Conference on Parallel
Processing",
year = "2000"
}
@Manual{ sunjdcinterview,
author = "Thiruvathukal, George K. and Christopher, Thomas W.",
title = "Threading and Concurrency in the Java Platform",
address = "http://developer.java.sun.com/developer/community/chat/JavaLive/index.html"
}
@InProceedings{ triveni_oopslaedu_1998,
address = {Vancouver, Canada},
author = {Colby, Christopher and Jagadeesan, Radhakrishnan and
L\"{a}ufer, Konstantin and Sekharan, Chandra N.},
booktitle = {Proc. OOPSLA 1998 Educators' Symposium},
citeulike-article-id={9270897},
month = oct,
posted-at = {2011-05-10 14:31:46},
priority = {0},
title = {Interaction, Concurrency, and {OOP} in the Curriculum: a
Sophomore Course},
year = {1998}
}
@Manual{ webcitep,
author = "Salchenberger, Linda and Sekharan, Chandra N. and
Thiruvathukal, George K.",
title = "Community Information Technology Enterprise Project",
address = "http://content.cs.luc.edu/citep"
}
@Manual{ webcpdc,
author = "Thiruvathukal, George K. and L{\"a}ufer, Konstantin",
title = "Loyola Concurrent, Parallel, and Distributed Computing
Research Group",
address = "http://content.cs.luc.edu/cpdc"
}
@Manual{ webwirelesslab,
author = "L{\"a}ufer, Konstantin and Thiruvathukal, George K.",
title = "Handheld/Wireless Language Teaching Tools",
address = "http://cluster.cs.luc.edu/ wirelesslab"
}
@Book{ wpp-book,
author = "Thiruvathukal, George K. and Shafaee, John P. and
Christopher, Thomas W.",
title = "Web Programming in Python: Techniques for Integrating
Linux, Apache Web Server, and MySQL",
year = "2001",
publisher = "Prentice Hall PTR",
address = "Upper Saddle Ridge, NJ"
}
@Manual{ astro3d,
author = "Malagoli, A. and Dubey, A. and Cattaneo, F.",
title = "A Portable and Efficient Parallel Code for Astrophysical
Fluid Dynamics",
address = "http://astro.uchicago.edu/Computing/On\_Line/cfd95/camelse.html"
}
@Book{ baldwin:openvms,
author = {Baldwin,Jr., Lawrence L.},
title = {OpenVMS system management guide},
year = {1995},
isbn = {1-55558-143-9},
publisher = {Digital Press},
address = {Newton, MA, USA}
}
@Article{ bertino,
author = "Bertino, E. and Catania, B.",
title = "Integrating XML and Databases",
journal = "IEEE Internet Computing",
year = "2001",
month = "Jul. Aug.",
pages = "84--88"
}
@Article{ birrell84implementingremote,
author = {Andrew D. Birrell and Bruce Jay Nelson},
title = {Implementing remote procedure calls},
journal = {ACM Transactions on Computer Systems},
year = {1984},
volume = {2},
pages = {39--59}
}
@Article{ bourret,
author = "Bourret, R.",
title = "XML and Databases",
journal = "Technical report, Technical University, Darmstadt",
year = "2000",
address = "http://www.rpbourret.com/xml/XMLAndDatabases.htm"
}
@Misc{ chinnici_webservices,
author = {R. Chinnici and J.-J. Moreau and A. Ryman and S.
Weerawarana},
title = {Web services description language ({WSDL}) version 2.0
part 1: Core language},
year = 2007,
month = jun,
howpublished = {W3C Recommendation},
note = {Available from http://www.w3.org/TR/wsdl20}
}
@Article{ collins-sussman:svn,
author = {Collins-Sussman, Ben},
title = {The {Subversion} project: buiding a better {CVS}},
journal = {Linux J.},
volume = {2002},
number = {94},
year = {2002},
issn = {1075-3583},
pages = {3},
publisher = {Specialized Systems Consultants, Inc.},
address = {Seattle, WA, USA},
annnote = {http://www.linuxjournal.com/article/4768}
}
@Manual{ condor,
title = "Condor Project",
address = "http://www.cs.wisc.edu/condor/"
}
@Article{ corbett:vesta,
author = {Corbett, Peter F. and Feitelson, Dror G.},
title = {The {Vesta} parallel file system},
journal = {ACM Trans. Comput. Syst.},
volume = {14},
number = {3},
year = {1996},
issn = {0734-2071},
pages = {225--264},
doi = {http://doi.acm.org/10.1145/233557.233558},
publisher = {ACM},
address = {New York, NY, USA}
}
@InProceedings{ elfs,
author = {Karpovich, John F. and Grimshaw, Andrew S. and French,
James C.},
title = {Extensible file system ({ELFS}): an object-oriented
approach to high performance file {I/O}},
booktitle = {OOPSLA '94: Proc. 9th Annual Conf. on Object-Oriented
Programming Systems, Language, and Applications},
month = oct,
year = {1994},
isbn = {0-89791-688-3},
pages = {191--204},
location = {Portland, OR, USA},
doi = {http://doi.acm.org/10.1145/191080.191112},
publisher = {ACM},
address = {New York, NY, USA}
}
@PhDThesis{ fielding2000,
author = {Roy T. Fielding},
school = {University of California, Irvine},
title = {Architectural Styles and the Design of Network-based
Software Architectures},
year = 2000
}
@Misc{ fielding2008,
author = {Fielding, Roy},
title = {{REST} {APIs} must be hypertext-driven},
howpublished = "http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven"
,
month = oct,
year = 2008
}
@Article{ fowler:make,
author = {Fowler, Glenn},
title = {A Case for make},
journal = {Softw. Pract. Exper.},
year = {1990},
volume = {20},
number = {S1},
issn = {0038-0644},
pages = {30--46},
doi = {http://dx.doi.org/10.1002/spe.43802013045},
publisher = {John Wiley \& Sons, Inc.},
address = {New York, NY, USA}
}
@Article{ frigate,
author = {Kim, Ted H. and Popek, Gerald J.},
title = {Frigate: A User-Extensible OO File System},
journal = {IEEE Concurrency},
issue_date = {October 1998},
volume = {6},
number = {4},
month = oct,
year = {1998},
issn = {1092-3063},
pages = {26--35},
numpages = {10},
url = {http://dx.doi.org.flagship.luc.edu/10.1109/4434.736411},
doi = {10.1109/4434.736411},
acmid = {614123},
publisher = {IEEE Educational Activities Department},
address = {Piscataway, NJ, USA},
keywords = {Corba, distributed, file system, Frigate, Inter-Language
Unification (ILU), object-oriented, operating system}
}
@InProceedings{ frigate_coots,
author = {Kim, Ted H. and Popek, Gerald J.},
title = {Frigate: an object-oriented file system for ordinary
users},
booktitle = {Proc. 3rd USENIX Conf. on Object-Oriented Technologies
(COOTS) - Volume 3},
series = {COOTS'97},
year = {1997},
location = {Portland, OR, USA},
pages = {9--17},
numpages = {1},
url = {http://dl.acm.org/citation.cfm?id=1268028.1268037},
acmid = {1268037},
publisher = {USENIX Association},
address = {Berkeley, CA, USA}
}
@Article{ guinard:2010:isi:1907642.1907814,
author = {Guinard, Dominique and Trifa, Vlad and Karnouskos,
Stamatis and Spiess, Patrik and Savio, Domnic},
title = {Interacting with the SOA-Based Internet of Things:
Discovery, Query, Selection, and On-Demand Provisioning of
Web Services},
journal = {IEEE Trans. Serv. Comput.},
issue_date = {July 2010},
volume = {3},
issue = {3},
month = jul,
year = {2010},
issn = {1939-1374},
pages = {223--235},
numpages = {13},
url = {http://dx.doi.org/10.1109/TSC.2010.3},
doi = {http://dx.doi.org/10.1109/TSC.2010.3},
acmid = {1907814},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
keywords = {Service-Oriented Architecture (SOA), service discovery,
web services, REST, Web of Things, device integration,
composite applications, wireless sensor (actuator)
networks, context modeling, ubiquitous business
processes.}
}
@TechReport{ hadley:2006:wad:1698142,
author = {Hadley, Marc J.},
title = {Web application description language ({WADL})},
year = {2006},
source = {SMLI TR-2006-153},
institution = {Sun Microsystems, Inc.},
address = {Mountain View, CA, USA}
}
@Manual{ hdf,
title = "Hierarchical Data Format (HDF)",
address = "http://hdf.ncsa.uiuc.edu/"
}
@InProceedings{ hitz:wafl,
author = {Hitz, Dave and Lau, James and Malcolm, Michael},
title = {File system design for an {NFS} file server appliance},
booktitle = {WTEC'94: Proc. USENIX Winter 1994 Technical Conf.},
month = jan,
year = {1994},
pages = {19--19},
location = {San Francisco, California},
publisher = {USENIX Association},
address = {Berkeley, CA, USA}
}
@Misc{ implementing-rest,
author = {Mike Amundsen et al.},
title = {implementing-rest: Exploring the implementation aspects of
the {REST} architectural style},
howpublished = {http://code.google.com/p/implementing-rest}
}
@Manual{ java-beans,
title = "Java Beans",
address = "http://www.javasoft.com/beans"
}
@Manual{ java-ejb,
title = "Enterprise Java Beans",
address = "http://www.javasoft.com/j2ee"
}
@Book{ java-enterprise-nutshell,
author = "Flanagan, D. and Farley, J. and Crawford, W. and
Magnusson, K.",
title = "Java Enterprise In a Nutshell",
year = "1999",
publisher = "O'Reilly and Associates",
address = "Sebastopol, CA"
}
@Book{ java-nutshell,
author = "Flanagan, D.",
title = "Java in a Nutshell",
year = "1997",
publisher = "O'Reilly and Associates",
address = "Sebastopol, CA"
}
@Manual{ java-rmi-spec,
title = "Java Distributed Systems Home Page",
address = "http://www.sun.com/rmi?"
}
@Manual{ javaspaces-spec,
title = "JavaSpaces Specification",
address = "http://java.sun.com/products/javaspaces"
}
@Manual{ jdbc,
title = "JDBC Home Page",
address = "http://java.sun.com/products/jdbc"
}
@Manual{ jgf-report,
title = "Java Grande Forum Report: Making Java Work for High-End
Computing",
address = "http://www.javagrande.org"
}
@Manual{ jini-spec,
title = "Jini Specification",
address = "http://java.sun.com/jini"
}
@Article{ jones,
author = "Jones, M. and Berkley, C. and Bojilova, J. and
Schildhauer, M.",
title = "Managing Scientific Metadata",
journal = "IEEE Internet Computing",
year = "2001",
month = "Sep. Oct.",
pages = "59--68"
}
@Misc{ jsr222,
author = {Joe Fialli and Sekhar Vajjhala},
howpublished = {Java Specification Request (JSR) 222},
interhash = {211056d4a3daf84fb91fccc26b4a865e},
intrahash = {6808aa8b135558cc75a4d790ed64dd64},
title = {Java Architecture for {XML} Binding ({JAXB}) 2.0},
year = 2005,
topic = {jaxb[1]},
keywords = {imported},
updates = {jsr031},
added-at = {2009-01-14T00:43:43.000+0100},
description = {dret'd bibliography},
biburl = {http://www.bibsonomy.org/bibtex/26808aa8b135558cc75a4d790ed64dd64/dret}
,
uri = {http://www.jcp.org/en/jsr/detail?id=222},
month = oct,
abstract = {JAXB 2.0 is the next version of JAXB, The Java
Architecture for XML Binding. This JSR proposes additional
functionality while retaining ease of development as a key
goal.}
}
@InProceedings{ kleiman86vnodes:an,
author = {S. R. Kleiman},
title = {Vnodes: An Architecture for Multiple File System Types in
{Sun} {UNIX}},
booktitle = {Proc. Summer USENIX Technical Conf.},
location = {Atlanta, GA, USA},
month = jun,
year = {1986},
pages = {238--247}
}
@Article{ korn:3dfs,
author = {Korn, D. G. and Krell, E.},
title = {A new dimension for the {UNIX} file system},
journal = {Softw. Pract. Exper.},
volume = {20},
number = {S1},
year = {1990},
issn = {0038-0644},
pages = {19--34},
doi = {http://dx.doi.org/10.1002/spe.4380201304},
publisher = {John Wiley \& Sons, Inc.},
address = {New York, NY, USA}
}
@Book{ ldap,
author = "Howes, T. and Smith, M.",
title = "LDAP: Programming Directory-Enabled Applications with
Lightweight Directory Access Protocol",
year = "1997",
publisher = "Macmillan",
address = "Indianapolis, IN"
}
@Manual{ linda-tutorial,
title = "The Linda Tutorial",
address = "http://www.sca.com?"
}
@Manual{ mdms_home,
title = "MDMS Project Home Page",
address = "http://www.ece.northwestern.edu/ wkliao/MDMS"
}
@Manual{ microsoft-msdn,
title = "Microsoft Developer Network Online Documentation",
address = "http://msdn.microsoft.com"
}
@Article{ morse:cvs,
author = {Morse, Tom},
title = {{CVS}},
journal = {Linux J.},
issn = {1075-3583},
volume = {1996},
number = {21es},
pages = {3},
year = 1996,
publisher = {Specialized Systems Consultants, Inc.},
address = {Seattle, WA, USA}
}
@Manual{ mpi,
title = "Message Passing Interface (MPI)",
address = "http://www.mpi-forum.org/"
}
@Book{ mpi2,
author = "Gropp, W. and Lusk, E. and Thakur, R.",
title = "Using MPI-2: Advanced Features of the Message-Passing
Interface",
year = "1999",
publisher = "The MIT Press",
address = "Cambridge, MA"
}
@InProceedings{ mpio,
author = "Corbett, P. and Fietelson, D. and Fineberg, S. and Hsu, Y.
and Nitzberg, B. and Prost, J. and Snir, M. and Traversat,
B. and Wong, P.",
title = "Overview of the MPI-IO Parallel I/O Interface",
booktitle = "Third Workshop on I/O in Parallel and Distributed Systems,
International Parallel Processing Symposium",
year = "1995"
}
@InProceedings{ muniswamy-reddy:versioning,
author = {Muniswamy-Reddy, Kiran-Kumar and Wright, Charles P. and
Himmer, Andrew and Zadok, Erez},
title = {A Versatile and User-Oriented Versioning File System},
booktitle = {FAST '04: Proc. 3rd USENIX Conf. on File and Storage
Technologies},
year = {2004},
pages = {115--128},
location = {San Francisco, CA},
publisher = {USENIX Association},
address = {Berkeley, CA, USA}
}
@Manual{ mysql,
title = "MySQL Database Home Page",
address = "http://www.mysql.com"
}
@PhDThesis{ naked-objects,
author = {R. Pawson},
title = {Naked Objects},
school = {Trinity College, Dublin, Ireland},
year = {2004},
owner = {gkt},
timestamp = {2010.03.30}
}
@Manual{ netcdf,
title = "Network Common Data Form (netCDF)",
address = "http://www.unidata.ucar.edu/packages/netcdf/"
}
@TechReport{ nielsen:03:svp,
author = {Nielsen, Henrik F. and Mendelsohn, Noah and Moreau, Jean
J. and Gudgin, Martin and Hadley, Marc},
citeulike-article-id={820217},
institution = {W3C},
keywords = {bibtex-import},
month = jun,
posted-at = {2006-08-28 21:35:17},
priority = {0},
title = {{SOAP} Version {1.2} Part 1: Messaging Framework},
type = {{W3C} Recommendation},
year = {2003}
}
@InProceedings{ now,
author = "Anderson, T. E. and Culler, D. E. and Patterson, D. A.",
title = "A case for NOW",
booktitle = "IEEE Micro",
year = "1995"
}
@Manual{ oasis_bpel,
citeulike-article-id={3465627},
citeulike-linkout-0={http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html}
,
day = {11},
editor = {{IBM} and Microsoft and {and others}},
howpublished = {http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html}
,
keywords = {bpel},
month = apr,
organization = {Organization for the Advancement of Structured Information
Standards (OASIS)},
posted-at = {2008-10-30 14:56:28},
priority = {1},
title = {Web Services Business Process Execution Language
({WS-BPEL}) Version 2.0},
url = {http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html}
,
year = {2007}
}
@Manual{ omg,
title = "Object Management Group",
address = "http://www.omg.org"
}
@Misc{ opensolaris:zfs,
key = {{OpenSolaris Community}},
author = {{OpenSolaris Community}},
title = {{ZFS}},
howpublished = {http://opensolaris.org/os/community/zfs/},
month = nov,
year = {2005}
}
@Misc{ openwrt,
title = {{OpenWrt}: a {Linux} distribution for embedded devices},
howpublished = {http://openwrt.org}
}
@Book{ pawson_no,
author = {Richard Pawson and Robert Matthews},
title = {Naked Objects},
publisher = {Wiley},
year = 2002
}
@Article{ peltz:2003:wso:1435679.1437007,
author = {Peltz, Chris},
title = {Web Services Orchestration and Choreography},
journal = {Computer},
volume = 36,
issue = 10,
month = {October},
year = 2003,
issn = {0018-9162},
pages = {46--52},