<rdf:RDF xmlns:community="http://www.bibsonomy.org/ontologies/2008/05/community#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:cc="http://web.resource.org/cc/" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:swrc="http://swrc.ontoware.org/ontology#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xml:base="http://www.bibsonomy.org/tag/deployment"><owl:Ontology rdf:about=""><rdfs:comment>BibSonomy publications for /tag/deployment</rdfs:comment><owl:imports rdf:resource="http://swrc.ontoware.org/ontology/portal"/></owl:Ontology><rdf:Description rdf:about="http://www.bibsonomy.org/bibtex/2eba11812604f2433a7f2e9c21c1c54f9/pbrada"><owl:sameAs rdf:resource="http://www.bibsonomy.org/uri/bibtex/2eba11812604f2433a7f2e9c21c1c54f9/pbrada"/><rdf:type rdf:resource="http://swrc.ontoware.org/ontology#InProceedings"/><swrc:date>Fri Dec 16 09:35:10 CET 2011</swrc:date><swrc:address>Washington, DC, USA</swrc:address><swrc:booktitle>FOSE &#039;07: 2007 Future of Software Engineering</swrc:booktitle><swrc:pages>269--284</swrc:pages><swrc:publisher><swrc:Organization swrc:name="IEEE Computer Society"/></swrc:publisher><swrc:title>Software Deployment, Past, Present and Future</swrc:title><swrc:year>2007</swrc:year><swrc:keywords>component deployment challenge roadmap </swrc:keywords><swrc:hasExtraField><swrc:Field swrc:value="2010.03.01" swrc:key="timestamp"/></swrc:hasExtraField><swrc:hasExtraField><swrc:Field swrc:value="pbrada" swrc:key="username"/></swrc:hasExtraField><swrc:hasExtraField><swrc:Field swrc:value="0-7695-2829-5" swrc:key="isbn"/></swrc:hasExtraField><swrc:hasExtraField><swrc:Field swrc:value="http://dx.doi.org/10.1109/FOSE.2007.20" swrc:key="doi"/></swrc:hasExtraField><swrc:hasExtraField><swrc:Field swrc:value="public" swrc:key="groups"/></swrc:hasExtraField><swrc:author><rdf:Seq><rdf:_1><swrc:Person swrc:name="Alan Dearle"/></rdf:_1></rdf:Seq></swrc:author></rdf:Description><rdf:Description rdf:about="http://www.bibsonomy.org/bibtex/2e1aabc3aeab7819909817be4ea773288/cygri"><owl:sameAs rdf:resource="http://www.bibsonomy.org/uri/bibtex/2e1aabc3aeab7819909817be4ea773288/cygri"/><rdf:type rdf:resource="http://swrc.ontoware.org/ontology#InProceedings"/><owl:sameAs rdf:resource="http://events.linkeddata.org/ldow2011/papers/ldow2011-paper12-ashraf.pdf"/><swrc:date>Sun Sep 25 19:40:19 CEST 2011</swrc:date><swrc:booktitle>Proceedings of the WWW2011 Workshop on Linked Data on the Web (LDOW2011)</swrc:booktitle><swrc:month>mar</swrc:month><swrc:title>Open e{B}usiness {O}ntology {U}sage: {I}nvestigating {C}ommunity {I}mplementation of {G}ood{R}elations</swrc:title><swrc:year>2011</swrc:year><swrc:keywords>LATC-project deployment ecommerce goodrelations ldow2011 linkeddata myown rdf semanticweb statistics uptake usage </swrc:keywords><swrc:author><rdf:Seq><rdf:_1><swrc:Person swrc:name="Jamshaid Ashraf"/></rdf:_1><rdf:_2><swrc:Person swrc:name="Richard Cyganiak"/></rdf:_2><rdf:_3><swrc:Person swrc:name="Sean O’Riain"/></rdf:_3><rdf:_4><swrc:Person swrc:name="Maja Hadzic"/></rdf:_4></rdf:Seq></swrc:author></rdf:Description><rdf:Description rdf:about="http://www.bibsonomy.org/bibtex/2f24c724cb101742854cc9692618047df/funthomas424242"><owl:sameAs rdf:resource="http://www.bibsonomy.org/uri/bibtex/2f24c724cb101742854cc9692618047df/funthomas424242"/><rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Article"/><swrc:date>Sat Jul 02 22:00:52 CEST 2011</swrc:date><swrc:journal>Java Magazin</swrc:journal><swrc:number>2</swrc:number><swrc:pages>104 - 109</swrc:pages><swrc:title>Gradle wird den Build schon schaukeln.</swrc:title><swrc:year>2011</swrc:year><swrc:keywords>build deployment gradle tools </swrc:keywords><swrc:abstract>In diesem Artikel werden die grundlegende Konzepte von Gradle anhand von Beispielen erläutert. Der Artikel lässt sich in folgende Schwerpunkte untergliedern:
+ Deklaration und Konfiguration von Tasks
+ Implementation eigener Task-Typen
+ Deklaration von Task-Abhängigkeiten
+ Intelligentes Überspringen von Tasks
+ Inkrementelle Builds
+ 2 Phasen Build (Konfiguration und Ausführung)
+ Artefakt Repositories
+ Externe Projektabhängigkeiten
+ Domänenmodell
+ Kompakt und Ausdrucksstark

Gradle ist ein Buildsystem welches auf einer objektorientierten DSL als Buildskriptsprache aufbaut. Diese Sprache ist über Plugins einfach um weitere Sprachelemente erweiterbar.
Gradle unterteilt einen Build in eine Konfigurations- und eine Ausführungsphase. Die Konfigurationsphase ist die erste Phase und kann beispielsweise auch zur Abfrage von Zugangsinformationen genutzt werden, welche die spätere Ausführungsphase zum Zugriff auf Remote Ablagen benötigt. 
Gradle realisiert tatsächlich inkrementelle Builds. Es ist nicht mehr notwendig &#034;zur Sicherheit vorher ein clean&#034; auszuführen. Gradle bemerkt Veränderungen in den Quellen genauso wie in den gebildeten Artefakten. 
Gradle unterstützt eine Trennung zwischen deklarativen und imperativen Aspekten eines Builds.</swrc:abstract><swrc:author><rdf:Seq><rdf:_1><swrc:Person swrc:name="Etienne Studer"/></rdf:_1></rdf:Seq></swrc:author></rdf:Description><rdf:Description rdf:about="http://www.bibsonomy.org/bibtex/28d9dedaae6741c9d06a615750a87601b/melnik"><owl:sameAs rdf:resource="http://www.bibsonomy.org/uri/bibtex/28d9dedaae6741c9d06a615750a87601b/melnik"/><rdf:type rdf:resource="http://swrc.ontoware.org/ontology#InProceedings"/><owl:sameAs rdf:resource="http://dblp.uni-trier.de/db/conf/csmr/csmr2000.html#CoupayeE00"/><swrc:date>Thu Apr 21 10:57:36 CEST 2011</swrc:date><swrc:booktitle>CSMR</swrc:booktitle><swrc:pages>65-74</swrc:pages><swrc:title>Foundations of Enterprise Software Deployment.</swrc:title><swrc:year>2000</swrc:year><swrc:keywords>Enterprise deployment </swrc:keywords><swrc:hasExtraField><swrc:Field swrc:value="http://www.computer.org/proceedings/csmr/0546/05460065abs.htm" swrc:key="ee"/></swrc:hasExtraField><swrc:author><rdf:Seq><rdf:_1><swrc:Person swrc:name="Thierry Coupaye"/></rdf:_1><rdf:_2><swrc:Person swrc:name="Jacky Estublier"/></rdf:_2></rdf:Seq></swrc:author></rdf:Description><rdf:Description rdf:about="http://www.bibsonomy.org/bibtex/23317691f07957c5431fb39893a20c8f4/melnik"><owl:sameAs rdf:resource="http://www.bibsonomy.org/uri/bibtex/23317691f07957c5431fb39893a20c8f4/melnik"/><rdf:type rdf:resource="http://swrc.ontoware.org/ontology#InProceedings"/><owl:sameAs rdf:resource="http://dblp.uni-trier.de/db/conf/icse/fose2007.html#Dearle07"/><swrc:date>Thu Apr 21 10:51:56 CEST 2011</swrc:date><swrc:booktitle>FOSE</swrc:booktitle><swrc:crossref>conf/icse/2007fose</swrc:crossref><swrc:pages>269-284</swrc:pages><swrc:title>Software Deployment, Past, Present and Future.</swrc:title><swrc:year>2007</swrc:year><swrc:keywords>deployment software </swrc:keywords><swrc:hasExtraField><swrc:Field swrc:value="http://doi.acm.org/10.1145/1253532.1254724" swrc:key="ee"/></swrc:hasExtraField><swrc:author><rdf:Seq><rdf:_1><swrc:Person swrc:name="Alan Dearle"/></rdf:_1></rdf:Seq></swrc:author><swrc:editor><rdf:Seq><rdf:_1><swrc:Person swrc:name="Lionel C. Briand"/></rdf:_1><rdf:_2><swrc:Person swrc:name="Alexander L. Wolf"/></rdf:_2></rdf:Seq></swrc:editor></rdf:Description><rdf:Description rdf:about="http://www.bibsonomy.org/bibtex/2d1d028e82484d588f6cdee02bd44d9a6/nicoj"><owl:sameAs rdf:resource="http://www.bibsonomy.org/uri/bibtex/2d1d028e82484d588f6cdee02bd44d9a6/nicoj"/><rdf:type rdf:resource="http://swrc.ontoware.org/ontology#TechnicalReport"/><owl:sameAs rdf:resource="http://www.dcsf.gov.uk/research/data/uploadfiles/DCSF-RR148.pdf"/><swrc:date>Tue Aug 10 21:11:30 CEST 2010</swrc:date><swrc:institution><swrc:Organization swrc:name="DCSF"/></swrc:institution><swrc:title>Deployment and Impact of Support Staff in Schools: The Impact of Support Staff in Schools: Results from Strand 2, Wave 2</swrc:title><swrc:year>2009</swrc:year><swrc:keywords>attainment deployment education pdf proj_education supportstaff teachingassistants </swrc:keywords><swrc:abstract>This study was designed to obtain up to date and reliable data on the deployment and characteristics of support staff and the impact of support staff on pupil outcomes and teacher workloads. The study covered schools in England and Wales. It involved large scale surveys (Strand 1), followed by a multi-method and multi informant approach (Strand 2). It provided detailed baseline data by which to assess change and progress over time. It sought to understand the processes in schools which lead to the effective use of support staff. The DISS project was funded by the Department for Children, Schools and Families (DCSF) and Welsh Assembly Government (WAG).</swrc:abstract><swrc:author><rdf:Seq><rdf:_1><swrc:Person swrc:name="Peter Blatchford"/></rdf:_1><rdf:_2><swrc:Person swrc:name="Paul Bassett"/></rdf:_2><rdf:_3><swrc:Person swrc:name="Penelope Brown"/></rdf:_3><rdf:_4><swrc:Person swrc:name="Maria Koutsoubou"/></rdf:_4><rdf:_5><swrc:Person swrc:name="Clare Martin"/></rdf:_5><rdf:_6><swrc:Person swrc:name="Anthony Russell"/></rdf:_6><rdf:_7><swrc:Person swrc:name="Rob Webster"/></rdf:_7><rdf:_8><swrc:Person swrc:name="Christine Rubie-Davies"/></rdf:_8></rdf:Seq></swrc:author></rdf:Description><rdf:Description rdf:about="http://www.bibsonomy.org/bibtex/2ae269ebcdff3c4a0a56d2d59ed53203f/austindavidson"><owl:sameAs rdf:resource="http://www.bibsonomy.org/uri/bibtex/2ae269ebcdff3c4a0a56d2d59ed53203f/austindavidson"/><rdf:type rdf:resource="http://swrc.ontoware.org/ontology#Misc"/><owl:sameAs rdf:resource="http://ezproxy.library.wwu.edu/login?url=http://proquest.umi.com/pqdweb?did=118965393\&amp;Fmt=7\&amp;clientId=9320\&amp;RQT=309\&amp;VName=PQD "/><swrc:date>Sat Nov 15 05:00:06 CET 2008</swrc:date><swrc:howpublished>http://ezproxy.library.wwu.edu/login?url=http://proquest.umi.com/pqdweb?did=118965393\&amp;Fmt=7\&amp;clientId=9320\&amp;RQT=309\&amp;VName=PQD </swrc:howpublished><swrc:journal>New York Times</swrc:journal><swrc:month>May</swrc:month><swrc:title>Israelis Advancing on the Gaza Strip Despite 16 Arrests</swrc:title><swrc:year>2002</swrc:year><swrc:keywords>,Palestinians,Terrorism 1,Bombings,Military deployment </swrc:keywords><swrc:hasExtraField><swrc:Field swrc:value="1491" swrc:key="comment"/></swrc:hasExtraField><swrc:author><rdf:Seq><rdf:_1><swrc:Person swrc:name="Alan Cowell"/></rdf:_1></rdf:Seq></swrc:author></rdf:Description><rdf:Description rdf:about="http://www.bibsonomy.org/bibtex/2f0d9b8049ab4def7dfaa87f175ea10cb/yish"><owl:sameAs rdf:resource="http://www.bibsonomy.org/uri/bibtex/2f0d9b8049ab4def7dfaa87f175ea10cb/yish"/><rdf:type rdf:resource="http://swrc.ontoware.org/ontology#TechnicalReport"/><swrc:date>Fri Nov 09 11:59:12 CET 2007</swrc:date><swrc:howpublished>Report of the Learning Patterns for the Design and Deployment of Mathematical Games project</swrc:howpublished><swrc:title>Literature review on the use of games in mathematical learning, Part II: Deployment</swrc:title><swrc:year>2006</swrc:year><swrc:keywords>collaboration computers constructionism constructivism deployment design games learning literature mathematical mathgamespatterns maths patterns postdocapplication programming review technology </swrc:keywords><swrc:author><rdf:Seq><rdf:_1><swrc:Person swrc:name="Efi Alexopoulou"/></rdf:_1><rdf:_2><swrc:Person swrc:name="Ulrika Bennerstedt"/></rdf:_2><rdf:_3><swrc:Person swrc:name="Mark Childs"/></rdf:_3><rdf:_4><swrc:Person swrc:name="Vincent Jonker"/></rdf:_4><rdf:_5><swrc:Person swrc:name="Chronis Kynigos"/></rdf:_5><rdf:_6><swrc:Person swrc:name="Davs Pratt"/></rdf:_6><rdf:_7><swrc:Person swrc:name="Monica Wijers"/></rdf:_7></rdf:Seq></swrc:author></rdf:Description><rdf:Description rdf:about="http://www.bibsonomy.org/bibtex/2b98a0936b15144de5de2492ea93eb34e/wolfey"><owl:sameAs rdf:resource="http://www.bibsonomy.org/uri/bibtex/2b98a0936b15144de5de2492ea93eb34e/wolfey"/><rdf:type rdf:resource="http://swrc.ontoware.org/ontology#InProceedings"/><owl:sameAs rdf:resource="http://dblp.uni-trier.de/db/conf/ewsn/ewsn2004.html#SzewczykPMC04"/><swrc:date>Tue Sep 19 16:23:56 CEST 2006</swrc:date><swrc:booktitle>EWSN</swrc:booktitle><swrc:pages>307-322</swrc:pages><swrc:title>Lessons from a Sensor Network Expedition.</swrc:title><swrc:year>2004</swrc:year><swrc:keywords>unattended monitoring deployment habitat network sensor </swrc:keywords><swrc:hasExtraField><swrc:Field swrc:value="http://springerlink.metapress.com/openurl.asp?genre=article&amp;issn=0302-9743&amp;volume=2920&amp;spage=307" swrc:key="ee"/></swrc:hasExtraField><swrc:author><rdf:Seq><rdf:_1><swrc:Person swrc:name="Robert Szewczyk"/></rdf:_1><rdf:_2><swrc:Person swrc:name="Joseph Polastre"/></rdf:_2><rdf:_3><swrc:Person swrc:name="Alan M. Mainwaring"/></rdf:_3><rdf:_4><swrc:Person swrc:name="David E. Culler"/></rdf:_4></rdf:Seq></swrc:author></rdf:Description><foaf:Group rdf:about="http://www.bibsonomy.org/tag/deployment"><foaf:name>deployment</foaf:name><description>Community for tag(s) deployment</description></foaf:Group></rdf:RDF>
