| Author | Title | Year | Journal/Proceedings | Reftype | DOI/URL |
|---|---|---|---|---|---|
| Berners-Lee, R. F. T. & Masinter, L. | RFC 2396 - Uniform Resource Identifiers (URI): Generic Syntax [BibTeX] |
1998 | techreport | ||
BibTeX:
@techreport{lee98,
author = {R. Fielding T. Berners-Lee and L. Masinter},
title = {RFC 2396 - Uniform Resource Identifiers (URI): Generic Syntax},
year = {1998}
}
|
|||||
| Fielding, A. J. | Migration and Urbanization in Western Europe Since 1950 [BibTeX] |
1989 | The Geographical Journal | article | URL |
BibTeX:
@article{fielding_migration_1989,
author = {A. J. Fielding},
title = {Migration and Urbanization in Western Europe Since 1950},
journal = {The Geographical Journal},
year = {1989},
volume = {155},
pages = {60-69},
url = {http://links.jstor.org/sici?sici=0016-7398\%28198903\%29155\%3A1\%3C60\%3AMAUIWE\%3E2.0.CO\%3B2-S}
}
|
|||||
| Fielding, D. & Shields, K. | Regional asymmetries in monetary transmission: The case of South Africa [BibTeX] |
2006 | Journal of Policy Modeling | article | URL |
BibTeX:
@article{Fielding2006,
author = {David Fielding and Kalvinder Shields},
title = {Regional asymmetries in monetary transmission: The case of South Africa},
journal = {Journal of Policy Modeling},
year = {2006},
volume = {28},
number = {9},
pages = {965--979},
url = {http://www.sciencedirect.com/science/article/B6V82-4MC0Y69-4/1/5af2843186505a0132a35449aaf085ed}
}
|
|||||
| Fielding, D. & Shields, K. | A nation divided?: Price and output dynamics in English regions [BibTeX] |
2003 | Economic Modelling | article | URL |
BibTeX:
@article{Fielding2003,
author = {David Fielding and Kalvinder Shields},
title = {A nation divided?: Price and output dynamics in English regions},
journal = {Economic Modelling},
year = {2003},
volume = {20},
number = {3},
pages = {651--677},
url = {http://www.sciencedirect.com/science/article/B6VB1-45BCR4R-1/1/0cc9410abbd2049a7205eb6d7a45166b}
}
|
|||||
| Fielding, R., Gettys, J., Mogul, J., Frystyk, H., Masinter, L., Leach, P. & Berners-Lee, T. | Hypertext Transfer Protocol -- HTTP/1.1 [BibTeX] |
1999 | misc | URL | |
BibTeX:
@misc{http,
author = {Roy Fielding and James Gettys and Jeffrey Mogul and Henrik Frystyk and Larry Masinter and Paul Leach and Tim Berners-Lee},
title = {{Hypertext Transfer Protocol -- HTTP/1.1}},
publisher = {IETF},
year = {1999},
number = {2616},
url = {http://www.ietf.org/rfc/rfc2616.txt}
}
|
|||||
| Fielding, R. T. | REST: Architectural Styles and the Design of Network-based Software Architectures [BibTeX] |
2000 | School: University of California, Irvine | phdthesis | URL |
BibTeX:
@phdthesis{fielding00,
author = {Roy Thomas Fielding},
title = {{REST:} Architectural Styles and the Design of Network-based Software Architectures},
school = {University of California, Irvine},
year = {2000},
url = {http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm}
}
|
|||||
| Fielding, R. T. | REST: Architectural Styles and the Design of Network-based Software Architectures | 2000 | School: University of California, Irvine | phdthesis | URL |
| Abstract: The World Wide Web has succeeded in large part because its software architecture has been designed to meet the needs of an Internet-scale distributed hypermedia system. The Web has been iteratively developed over the past ten years through a series of modifications to the standards that define its architecture. In order to identify those aspects of the Web that needed improvement and avoid undesirable modifications, a model for the modern Web architecture was needed to guide its design, definition, and deployment. Software architecture research investigates methods for determining how best to partition a system, how components identify and communicate with each other, how information is communicated, how elements of a system can evolve independently, and how all of the above can be described using formal and informal notations. My work is motivated by the desire to understand and evaluate the architectural design of network-based application software through principled use of architectural constraints, thereby obtaining the functional, performance, and social properties desired of an architecture. An architectural style is a named, coordinated set of architectural constraints. This dissertation defines a framework for understanding software architecture via architectural styles and demonstrates how styles can be used to guide the architectural design of network-based application software. A survey of architectural styles for network-based applications is used to classify styles according to the architectural properties they induce on an architecture for distributed hypermedia. I then introduce the Representational State Transfer (REST) architectural style and describe how REST has been used to guide the design and development of the architecture for the modern Web. REST emphasizes scalability of component interactions, generality of interfaces, independent deployment of components, and intermediary components to reduce interaction latency, enforce security, and encapsulate legacy systems. I describe the software engineering principles guiding REST and the interaction constraints chosen to retain those principles, contrasting them to the constraints of other architectural styles. Finally, I describe the lessons learned from applying REST to the design of the Hypertext Transfer Protocol and Uniform Resource Identifier standards, and from their subsequent deployment in Web client and server software. |
|||||
BibTeX:
@phdthesis{Fielding00Phd,
author = {Roy Thomas Fielding},
title = {{REST:} Architectural Styles and the Design of Network-based Software Architectures},
school = {University of California, Irvine},
year = {2000},
url = {http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm}
}
|
|||||
| Fielding, R. T. | REST: Architectural Styles and the Design of Network-based Software Architectures | 2000 | School: University of California, Irvine | phdthesis | URL |
| Abstract: The World Wide Web has succeeded in large part because its software architecture has been designed to meet the needs of an Internet-scale distributed hypermedia system. The Web has been iteratively developed over the past ten years through a series of modifications to the standards that define its architecture. In order to identify those aspects of the Web that needed improvement and avoid undesirable modifications, a model for the modern Web architecture was needed to guide its design, definition, and deployment. Software architecture research investigates methods for determining how best to partition a system, how components identify and communicate with each other, how information is communicated, how elements of a system can evolve independently, and how all of the above can be described using formal and informal notations. My work is motivated by the desire to understand and evaluate the architectural design of network-based application software through principled use of architectural constraints, thereby obtaining the functional, performance, and social properties desired of an architecture. An architectural style is a named, coordinated set of architectural constraints. This dissertation defines a framework for understanding software architecture via architectural styles and demonstrates how styles can be used to guide the architectural design of network-based application software. A survey of architectural styles for network-based applications is used to classify styles according to the architectural properties they induce on an architecture for distributed hypermedia. I then introduce the Representational State Transfer (REST) architectural style and describe how REST has been used to guide the design and development of the architecture for the modern Web. REST emphasizes scalability of component interactions, generality of interfaces, independent deployment of components, and intermediary components to reduce interaction latency, enforce security, and encapsulate legacy systems. I describe the software engineering principles guiding REST and the interaction constraints chosen to retain those principles, contrasting them to the constraints of other architectural styles. Finally, I describe the lessons learned from applying REST to the design of the Hypertext Transfer Protocol and Uniform Resource Identifier standards, and from their subsequent deployment in Web client and server software. |
|||||
BibTeX:
@phdthesis{rest,
author = {Roy Thomas Fielding},
title = {{REST:} Architectural Styles and the Design of Network-based Software Architectures},
school = {University of California, Irvine},
year = {2000},
url = {http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm}
}
|
|||||
| Fielding, R. T. & Taylor, R. N. | Principled design of the modern Web architecture | 2002 | ACM Trans. Inter. Tech. | article | |
| Abstract: The World Wide Web has succeeded in large part because its software architecture has been designed to meet the needs of an Internet-scale distributed hypermedia application. The modern Web architecture emphasizes scalability of component interactions, generality of interfaces, independent deployment of components, and intermediary components to reduce interaction latency, enforce security, and encapsulate legacy systems. In this article we introduce the Representational State Transfer (REST) architectural style, developed as an abstract model of the Web architecture and used to guide our redesign and definition of the Hypertext Transfer Protocol and Uniform Resource Identifiers. We describe the software engineering principles guiding REST and the interaction constraints chosen to retain those principles, contrasting them to the constraints of other architectural styles. We then compare the abstract model to the currently deployed Web architecture in order to elicit mismatches between the existing protocols and the applications they are intended to support. | |||||
BibTeX:
@article{fielding02,
author = {Roy Thomas Fielding and Richard N. Taylor},
title = {Principled design of the modern Web architecture},
journal = {ACM Trans. Inter. Tech.},
publisher = {ACM},
year = {2002},
volume = {2},
number = {2},
pages = {115--150}
}
|
|||||
| Fielding, Mike. | Disinfection by-products in drinking water : current issues ; [the proceedings of the International Conference on Disinfection By-products: The Way Forward held on 29 March to 1 April 1998 at Robinson College, Cambridge, UK] [BibTeX] |
1999 | book | URL | |
BibTeX:
@book{fielding1999,
author = {{Mike} Fielding},
title = {Disinfection by-products in drinking water : current issues ; [the proceedings of the International Conference on Disinfection By-products: The Way Forward held on 29 March to 1 April 1998 at Robinson College, Cambridge, UK]},
year = {1999},
url = {http://gso.gbv.de/DB=2.1/CMD?ACT=SRCHA&SRT=YOP&IKT=1016&TRM=ppn+302251448&sourceid=fbw_bibsonomy}
}
|
|||||
Created by JabRef export filters on 26/07/2008 by the social publication management platform BibSonomy