Alfresco 3 web services :: build Alfresco applications using web services, web scripts and CMIS /
Annotation
Gespeichert in:
1. Verfasser: | |
---|---|
Weitere Verfasser: | |
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, U.K. :
Packt,
2010.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Annotation |
Beschreibung: | 1 online resource (xi, 411 pages) : illustrations |
ISBN: | 9781849511537 1849511535 1849511527 9781849511520 |
Internformat
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn704516636 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 110101s2010 enka o 001 0 eng d | ||
040 | |a E7B |b eng |e pn |c E7B |d OCLCQ |d N$T |d C6I |d OCLCQ |d OCLCF |d YDXCP |d OCLCQ |d COO |d OCLCQ |d AGLDB |d CNNOR |d MOR |d CCO |d PIFAG |d OCLCQ |d U3W |d BRL |d STF |d WRM |d VNS |d JBG |d VTS |d NLE |d INT |d VT2 |d OCLCQ |d UKMGB |d WYU |d OCLCQ |d A6Q |d M8D |d UKAHL |d HS0 |d BOL |d OCLCO |d INARC |d OCLCQ |d OCLCO |d OCLCQ |d OCLCL | ||
015 | |a GBB747539 |2 bnb | ||
016 | 7 | |a 018011893 |2 Uk | |
019 | |a 988505108 |a 992067567 |a 1037467123 |a 1038666864 |a 1055353477 |a 1081295482 |a 1083563983 |a 1103258518 |a 1114435760 |a 1129352187 |a 1153026418 |a 1228598012 | ||
020 | |a 9781849511537 |q (electronic bk.) | ||
020 | |a 1849511535 |q (electronic bk.) | ||
020 | |a 1849511527 | ||
020 | |a 9781849511520 | ||
020 | |z 9781849511520 | ||
035 | |a (OCoLC)704516636 |z (OCoLC)988505108 |z (OCoLC)992067567 |z (OCoLC)1037467123 |z (OCoLC)1038666864 |z (OCoLC)1055353477 |z (OCoLC)1081295482 |z (OCoLC)1083563983 |z (OCoLC)1103258518 |z (OCoLC)1114435760 |z (OCoLC)1129352187 |z (OCoLC)1153026418 |z (OCoLC)1228598012 | ||
037 | |a 9781849511537 |b Packt Publishing Pvt. Ltd | ||
050 | 4 | |a HD30.213 |b .C458 2010eb | |
072 | 7 | |a COM |x 039000 |2 bisacsh | |
082 | 7 | |a 658.4038011 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Cei, Ugo. | |
245 | 1 | 0 | |a Alfresco 3 web services : |b build Alfresco applications using web services, web scripts and CMIS / |c Ugo Cei, Piergiorgio Lucidi. |
246 | 3 | |a Alfresco three web services | |
260 | |a Birmingham, U.K. : |b Packt, |c 2010. | ||
300 | |a 1 online resource (xi, 411 pages) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
340 | |g polychrome. |2 rdacc |0 http://rdaregistry.info/termList/RDAColourContent/1003 | ||
347 | |a text file |2 rdaft |0 http://rdaregistry.info/termList/fileType/1002 | ||
520 | 8 | |a Annotation |b Alfresco 3 is the leading open source enterprise content management system that offers powerful features for interacting with the content in its repository from outside the system. These include the support for the Content Management Interoperability Services (CMIS) implementation, reusable web scripts, and a Web Services API.<br /><br />This is the first book to show you how to use Web Services in Alfresco. Packed with examples, you'll learn how to build applications using Alfresco remote APIs based on SOAP and REST. You'll see how to use different APIs and bindings such as WebServices, WebScripts, and CMIS.<br /><br />Alfresco 3 Web Services starts off by showing you the services exposed by the Alfresco Web Services API, and how the API fits into the Alfresco software architecture. You learn to develop your application firstly by setting up and testing your Java development environment using the Alfresco SDK in Eclipse IDE and secondly by associating the Alfresco source code and Javadocs in Eclipse.<br /><br />With the help of real world practical examples, you learn how to do things like create, sort, and call Web Scripts, and invoke remote calls to Alfresco repository. To get the most from the Web Services API, you need to know about the basics of the Content Manipulation Language (CML), and the book takes you through this.<br /><br />Examples such as the bookshop application show you how to sign in, change user sessions, get, remove and change public and private associated contents, manage a cart for your e-commerce application, and so on. Next, by implementing a Microsoft .NET application using the Alfresco Web Services API, you see how to perform operations against the repository from your .NET application. The book provides you with REST and SOAP concepts, their comparison, basics of the FreeMarker language, Atom Publishing Protocol, JavaScript controllers, and the Apache Chemistry project.<br /><br />By the end of this book, you will be able to put together your knowledge about CMIS and the Apache Chemistry toolkit to develop a complete working application that uses Alfresco, via CMIS, as a back-end storage. Last but not the least, this book also covers the WebServices security profiles_ the best practices for Web Services to promote better interoperability.<br /><br />A step-by-step guide to implementing the SOAP API, Web Scripts, and CMIS. | |
588 | 0 | |a Print version record. | |
505 | 0 | |a Cover; Copyright; Credits; About the Authors; About the Reviewers; Table of Contents; Preface; Chapter 1: Introducing the SOAP Web Services API; Web Services; Web Services in Alfresco; Introducing SOAP; SOAP vs. REST; The format of SOAP messages; The Web Services Description Language; Using Alfresco Web Services; Using the Alfresco Web Services client SDK; Setting up the Alfresco SDK; Testing the Web Services client; Summary; Chapter 2: Creating and Modifying Content; The Content Manipulation Language (CML); Setting up the Java classpath; Using the precompiled client | |
505 | 8 | |a Using third-party frameworksAuthentication; Setting the endpoint address with a properties file; Setting the endpoint address programmatically; Performing operations on nodes; Creating nodes; Creating content; Creating content using the content service; Removing nodes; Moving nodes; Copying nodes; Associations; Adding child nodes; Removing child nodes; Versioning; Updating nodes without versioning; Getting the version history; Aspects; Adding aspects; Removing aspects; Searching the repository; Performing Lucene queries; Querying associated nodes; Association; Querying child nodes | |
505 | 8 | |a Querying parent nodesSummary; Chapter 3: Collaboration and Administration; Creating collaborative content; Performing check-out; Check-in; Check-in with versioning; Check-in-importing external content; Cancelling a check-out; Managing versioning explicitly; Creating a new version; Deleting all the versions; Getting the version history; Reverting a version; Managing locking explicitly; Locking; Unlocking; Getting the lock status; Classification and categories; Getting classifications; Describing a classification; Getting categories; Adding categories; Getting child categories; Authorization | |
505 | 8 | |a Setting ownersAdding permissions; Creating authorities; Managing actions; Getting action definitions; Default actions; Getting an action definition; Executing actions; Saving actions; Getting actions; Removing actions; Managing rules; Default Conditions; Adding rules; Managing users; Adding users; Deleting users; Updating users; Changing passwords; Getting user information; Searching users; Summary; Chapter 4: A Complete Example; Setting up the project; The Bookshop model; Sign in page; Home page; Configure the bookshop repository; Book details page; Getting book properties | |
505 | 8 | |a Checking the cart spaceGetting all the associated reviews; Adding a book to the cart; Checking if the cart space exists; Creating the cart space; Adding a book in the cart; Cart page; Removing a book from the cart; Adding a review; Managing reviews page; Accepting reviews; Rejecting reviews; Changing user details; Summary; Chapter 5: Using the Alfresco Web Services from .NET; Setting up the project; Testing the .NET sample client; Searching the repository; Performing operations; Authentication; CRUD operations; Creating nodes; Creating content; Updating nodes; Copying nodes; Moving nodes | |
650 | 0 | |a Management information systems. |0 http://id.loc.gov/authorities/subjects/sh85080359 | |
650 | 0 | |a Information resources management. |0 http://id.loc.gov/authorities/subjects/sh85066147 | |
650 | 0 | |a Database management. |0 http://id.loc.gov/authorities/subjects/sh85035848 | |
650 | 0 | |a Web site development. |0 http://id.loc.gov/authorities/subjects/sh98004795 | |
650 | 0 | |a Web services. |0 http://id.loc.gov/authorities/subjects/sh2003001435 | |
650 | 0 | |a Open source software. |0 http://id.loc.gov/authorities/subjects/sh99003437 | |
650 | 6 | |a Systèmes d'information de gestion. | |
650 | 6 | |a Gestion de l'information. | |
650 | 6 | |a Bases de données |x Gestion. | |
650 | 6 | |a Sites Web |x Développement. | |
650 | 6 | |a Services Web. | |
650 | 6 | |a Logiciels libres. | |
650 | 7 | |a COMPUTERS |x Management Information Systems. |2 bisacsh | |
650 | 7 | |a Database management |2 fast | |
650 | 7 | |a Information resources management |2 fast | |
650 | 7 | |a Management information systems |2 fast | |
650 | 7 | |a Open source software |2 fast | |
650 | 7 | |a Web services |2 fast | |
650 | 7 | |a Web site development |2 fast | |
700 | 1 | |a Lucidi, Piergiorgio. | |
758 | |i has work: |a Alfresco 3 web services (Text) |1 https://id.oclc.org/worldcat/entity/E39PD3Qp6H3YGvmjKT9GfRfVVK |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=421241 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH26943609 | ||
938 | |a ebrary |b EBRY |n ebr10435413 | ||
938 | |a EBSCOhost |b EBSC |n 421241 | ||
938 | |a Internet Archive |b INAR |n alfresco3webserv0000ceiu | ||
938 | |a YBP Library Services |b YANK |n 3601869 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn704516636 |
---|---|
_version_ | 1816881752581341184 |
adam_text | |
any_adam_object | |
author | Cei, Ugo |
author2 | Lucidi, Piergiorgio |
author2_role | |
author2_variant | p l pl |
author_facet | Cei, Ugo Lucidi, Piergiorgio |
author_role | |
author_sort | Cei, Ugo |
author_variant | u c uc |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | H - Social Science |
callnumber-label | HD30 |
callnumber-raw | HD30.213 .C458 2010eb |
callnumber-search | HD30.213 .C458 2010eb |
callnumber-sort | HD 230.213 C458 42010EB |
callnumber-subject | HD - Industries, Land Use, Labor |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Authors; About the Reviewers; Table of Contents; Preface; Chapter 1: Introducing the SOAP Web Services API; Web Services; Web Services in Alfresco; Introducing SOAP; SOAP vs. REST; The format of SOAP messages; The Web Services Description Language; Using Alfresco Web Services; Using the Alfresco Web Services client SDK; Setting up the Alfresco SDK; Testing the Web Services client; Summary; Chapter 2: Creating and Modifying Content; The Content Manipulation Language (CML); Setting up the Java classpath; Using the precompiled client Using third-party frameworksAuthentication; Setting the endpoint address with a properties file; Setting the endpoint address programmatically; Performing operations on nodes; Creating nodes; Creating content; Creating content using the content service; Removing nodes; Moving nodes; Copying nodes; Associations; Adding child nodes; Removing child nodes; Versioning; Updating nodes without versioning; Getting the version history; Aspects; Adding aspects; Removing aspects; Searching the repository; Performing Lucene queries; Querying associated nodes; Association; Querying child nodes Querying parent nodesSummary; Chapter 3: Collaboration and Administration; Creating collaborative content; Performing check-out; Check-in; Check-in with versioning; Check-in-importing external content; Cancelling a check-out; Managing versioning explicitly; Creating a new version; Deleting all the versions; Getting the version history; Reverting a version; Managing locking explicitly; Locking; Unlocking; Getting the lock status; Classification and categories; Getting classifications; Describing a classification; Getting categories; Adding categories; Getting child categories; Authorization Setting ownersAdding permissions; Creating authorities; Managing actions; Getting action definitions; Default actions; Getting an action definition; Executing actions; Saving actions; Getting actions; Removing actions; Managing rules; Default Conditions; Adding rules; Managing users; Adding users; Deleting users; Updating users; Changing passwords; Getting user information; Searching users; Summary; Chapter 4: A Complete Example; Setting up the project; The Bookshop model; Sign in page; Home page; Configure the bookshop repository; Book details page; Getting book properties Checking the cart spaceGetting all the associated reviews; Adding a book to the cart; Checking if the cart space exists; Creating the cart space; Adding a book in the cart; Cart page; Removing a book from the cart; Adding a review; Managing reviews page; Accepting reviews; Rejecting reviews; Changing user details; Summary; Chapter 5: Using the Alfresco Web Services from .NET; Setting up the project; Testing the .NET sample client; Searching the repository; Performing operations; Authentication; CRUD operations; Creating nodes; Creating content; Updating nodes; Copying nodes; Moving nodes |
ctrlnum | (OCoLC)704516636 |
dewey-full | 658.4038011 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 658 - General management |
dewey-raw | 658.4038011 |
dewey-search | 658.4038011 |
dewey-sort | 3658.4038011 |
dewey-tens | 650 - Management and auxiliary services |
discipline | Wirtschaftswissenschaften |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>09160cam a2200817 a 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn704516636</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cnu---unuuu</controlfield><controlfield tag="008">110101s2010 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">E7B</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">E7B</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">N$T</subfield><subfield code="d">C6I</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCF</subfield><subfield code="d">YDXCP</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">COO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">AGLDB</subfield><subfield code="d">CNNOR</subfield><subfield code="d">MOR</subfield><subfield code="d">CCO</subfield><subfield code="d">PIFAG</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">U3W</subfield><subfield code="d">BRL</subfield><subfield code="d">STF</subfield><subfield code="d">WRM</subfield><subfield code="d">VNS</subfield><subfield code="d">JBG</subfield><subfield code="d">VTS</subfield><subfield code="d">NLE</subfield><subfield code="d">INT</subfield><subfield code="d">VT2</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UKMGB</subfield><subfield code="d">WYU</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">A6Q</subfield><subfield code="d">M8D</subfield><subfield code="d">UKAHL</subfield><subfield code="d">HS0</subfield><subfield code="d">BOL</subfield><subfield code="d">OCLCO</subfield><subfield code="d">INARC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB747539</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018011893</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">988505108</subfield><subfield code="a">992067567</subfield><subfield code="a">1037467123</subfield><subfield code="a">1038666864</subfield><subfield code="a">1055353477</subfield><subfield code="a">1081295482</subfield><subfield code="a">1083563983</subfield><subfield code="a">1103258518</subfield><subfield code="a">1114435760</subfield><subfield code="a">1129352187</subfield><subfield code="a">1153026418</subfield><subfield code="a">1228598012</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781849511537</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849511535</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849511527</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781849511520</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781849511520</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)704516636</subfield><subfield code="z">(OCoLC)988505108</subfield><subfield code="z">(OCoLC)992067567</subfield><subfield code="z">(OCoLC)1037467123</subfield><subfield code="z">(OCoLC)1038666864</subfield><subfield code="z">(OCoLC)1055353477</subfield><subfield code="z">(OCoLC)1081295482</subfield><subfield code="z">(OCoLC)1083563983</subfield><subfield code="z">(OCoLC)1103258518</subfield><subfield code="z">(OCoLC)1114435760</subfield><subfield code="z">(OCoLC)1129352187</subfield><subfield code="z">(OCoLC)1153026418</subfield><subfield code="z">(OCoLC)1228598012</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781849511537</subfield><subfield code="b">Packt Publishing Pvt. Ltd</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">HD30.213</subfield><subfield code="b">.C458 2010eb</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">039000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">658.4038011</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Cei, Ugo.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Alfresco 3 web services :</subfield><subfield code="b">build Alfresco applications using web services, web scripts and CMIS /</subfield><subfield code="c">Ugo Cei, Piergiorgio Lucidi.</subfield></datafield><datafield tag="246" ind1="3" ind2=" "><subfield code="a">Alfresco three web services</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham, U.K. :</subfield><subfield code="b">Packt,</subfield><subfield code="c">2010.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (xi, 411 pages) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="340" ind1=" " ind2=" "><subfield code="g">polychrome.</subfield><subfield code="2">rdacc</subfield><subfield code="0">http://rdaregistry.info/termList/RDAColourContent/1003</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield><subfield code="2">rdaft</subfield><subfield code="0">http://rdaregistry.info/termList/fileType/1002</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Annotation</subfield><subfield code="b">Alfresco 3 is the leading open source enterprise content management system that offers powerful features for interacting with the content in its repository from outside the system. These include the support for the Content Management Interoperability Services (CMIS) implementation, reusable web scripts, and a Web Services API.<br /><br />This is the first book to show you how to use Web Services in Alfresco. Packed with examples, you'll learn how to build applications using Alfresco remote APIs based on SOAP and REST. You'll see how to use different APIs and bindings such as WebServices, WebScripts, and CMIS.<br /><br />Alfresco 3 Web Services starts off by showing you the services exposed by the Alfresco Web Services API, and how the API fits into the Alfresco software architecture. You learn to develop your application firstly by setting up and testing your Java development environment using the Alfresco SDK in Eclipse IDE and secondly by associating the Alfresco source code and Javadocs in Eclipse.<br /><br />With the help of real world practical examples, you learn how to do things like create, sort, and call Web Scripts, and invoke remote calls to Alfresco repository. To get the most from the Web Services API, you need to know about the basics of the Content Manipulation Language (CML), and the book takes you through this.<br /><br />Examples such as the bookshop application show you how to sign in, change user sessions, get, remove and change public and private associated contents, manage a cart for your e-commerce application, and so on. Next, by implementing a Microsoft .NET application using the Alfresco Web Services API, you see how to perform operations against the repository from your .NET application. The book provides you with REST and SOAP concepts, their comparison, basics of the FreeMarker language, Atom Publishing Protocol, JavaScript controllers, and the Apache Chemistry project.<br /><br />By the end of this book, you will be able to put together your knowledge about CMIS and the Apache Chemistry toolkit to develop a complete working application that uses Alfresco, via CMIS, as a back-end storage. Last but not the least, this book also covers the WebServices security profiles_ the best practices for Web Services to promote better interoperability.<br /><br />A step-by-step guide to implementing the SOAP API, Web Scripts, and CMIS.</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Authors; About the Reviewers; Table of Contents; Preface; Chapter 1: Introducing the SOAP Web Services API; Web Services; Web Services in Alfresco; Introducing SOAP; SOAP vs. REST; The format of SOAP messages; The Web Services Description Language; Using Alfresco Web Services; Using the Alfresco Web Services client SDK; Setting up the Alfresco SDK; Testing the Web Services client; Summary; Chapter 2: Creating and Modifying Content; The Content Manipulation Language (CML); Setting up the Java classpath; Using the precompiled client</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Using third-party frameworksAuthentication; Setting the endpoint address with a properties file; Setting the endpoint address programmatically; Performing operations on nodes; Creating nodes; Creating content; Creating content using the content service; Removing nodes; Moving nodes; Copying nodes; Associations; Adding child nodes; Removing child nodes; Versioning; Updating nodes without versioning; Getting the version history; Aspects; Adding aspects; Removing aspects; Searching the repository; Performing Lucene queries; Querying associated nodes; Association; Querying child nodes</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Querying parent nodesSummary; Chapter 3: Collaboration and Administration; Creating collaborative content; Performing check-out; Check-in; Check-in with versioning; Check-in-importing external content; Cancelling a check-out; Managing versioning explicitly; Creating a new version; Deleting all the versions; Getting the version history; Reverting a version; Managing locking explicitly; Locking; Unlocking; Getting the lock status; Classification and categories; Getting classifications; Describing a classification; Getting categories; Adding categories; Getting child categories; Authorization</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Setting ownersAdding permissions; Creating authorities; Managing actions; Getting action definitions; Default actions; Getting an action definition; Executing actions; Saving actions; Getting actions; Removing actions; Managing rules; Default Conditions; Adding rules; Managing users; Adding users; Deleting users; Updating users; Changing passwords; Getting user information; Searching users; Summary; Chapter 4: A Complete Example; Setting up the project; The Bookshop model; Sign in page; Home page; Configure the bookshop repository; Book details page; Getting book properties</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Checking the cart spaceGetting all the associated reviews; Adding a book to the cart; Checking if the cart space exists; Creating the cart space; Adding a book in the cart; Cart page; Removing a book from the cart; Adding a review; Managing reviews page; Accepting reviews; Rejecting reviews; Changing user details; Summary; Chapter 5: Using the Alfresco Web Services from .NET; Setting up the project; Testing the .NET sample client; Searching the repository; Performing operations; Authentication; CRUD operations; Creating nodes; Creating content; Updating nodes; Copying nodes; Moving nodes</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Management information systems.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85080359</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Information resources management.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85066147</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Database management.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85035848</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Web site development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh98004795</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Web services.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2003001435</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Open source software.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh99003437</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Systèmes d'information de gestion.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Gestion de l'information.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Bases de données</subfield><subfield code="x">Gestion.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Sites Web</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Services Web.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels libres.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Management Information Systems.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Database management</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Information resources management</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Management information systems</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Open source software</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Web services</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Web site development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Lucidi, Piergiorgio.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Alfresco 3 web services (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PD3Qp6H3YGvmjKT9GfRfVVK</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=421241</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH26943609</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ebrary</subfield><subfield code="b">EBRY</subfield><subfield code="n">ebr10435413</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">421241</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Internet Archive</subfield><subfield code="b">INAR</subfield><subfield code="n">alfresco3webserv0000ceiu</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">3601869</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn704516636 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:17:43Z |
institution | BVB |
isbn | 9781849511537 1849511535 1849511527 9781849511520 |
language | English |
oclc_num | 704516636 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (xi, 411 pages) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2010 |
publishDateSearch | 2010 |
publishDateSort | 2010 |
publisher | Packt, |
record_format | marc |
spelling | Cei, Ugo. Alfresco 3 web services : build Alfresco applications using web services, web scripts and CMIS / Ugo Cei, Piergiorgio Lucidi. Alfresco three web services Birmingham, U.K. : Packt, 2010. 1 online resource (xi, 411 pages) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier polychrome. rdacc http://rdaregistry.info/termList/RDAColourContent/1003 text file rdaft http://rdaregistry.info/termList/fileType/1002 Annotation Alfresco 3 is the leading open source enterprise content management system that offers powerful features for interacting with the content in its repository from outside the system. These include the support for the Content Management Interoperability Services (CMIS) implementation, reusable web scripts, and a Web Services API.<br /><br />This is the first book to show you how to use Web Services in Alfresco. Packed with examples, you'll learn how to build applications using Alfresco remote APIs based on SOAP and REST. You'll see how to use different APIs and bindings such as WebServices, WebScripts, and CMIS.<br /><br />Alfresco 3 Web Services starts off by showing you the services exposed by the Alfresco Web Services API, and how the API fits into the Alfresco software architecture. You learn to develop your application firstly by setting up and testing your Java development environment using the Alfresco SDK in Eclipse IDE and secondly by associating the Alfresco source code and Javadocs in Eclipse.<br /><br />With the help of real world practical examples, you learn how to do things like create, sort, and call Web Scripts, and invoke remote calls to Alfresco repository. To get the most from the Web Services API, you need to know about the basics of the Content Manipulation Language (CML), and the book takes you through this.<br /><br />Examples such as the bookshop application show you how to sign in, change user sessions, get, remove and change public and private associated contents, manage a cart for your e-commerce application, and so on. Next, by implementing a Microsoft .NET application using the Alfresco Web Services API, you see how to perform operations against the repository from your .NET application. The book provides you with REST and SOAP concepts, their comparison, basics of the FreeMarker language, Atom Publishing Protocol, JavaScript controllers, and the Apache Chemistry project.<br /><br />By the end of this book, you will be able to put together your knowledge about CMIS and the Apache Chemistry toolkit to develop a complete working application that uses Alfresco, via CMIS, as a back-end storage. Last but not the least, this book also covers the WebServices security profiles_ the best practices for Web Services to promote better interoperability.<br /><br />A step-by-step guide to implementing the SOAP API, Web Scripts, and CMIS. Print version record. Cover; Copyright; Credits; About the Authors; About the Reviewers; Table of Contents; Preface; Chapter 1: Introducing the SOAP Web Services API; Web Services; Web Services in Alfresco; Introducing SOAP; SOAP vs. REST; The format of SOAP messages; The Web Services Description Language; Using Alfresco Web Services; Using the Alfresco Web Services client SDK; Setting up the Alfresco SDK; Testing the Web Services client; Summary; Chapter 2: Creating and Modifying Content; The Content Manipulation Language (CML); Setting up the Java classpath; Using the precompiled client Using third-party frameworksAuthentication; Setting the endpoint address with a properties file; Setting the endpoint address programmatically; Performing operations on nodes; Creating nodes; Creating content; Creating content using the content service; Removing nodes; Moving nodes; Copying nodes; Associations; Adding child nodes; Removing child nodes; Versioning; Updating nodes without versioning; Getting the version history; Aspects; Adding aspects; Removing aspects; Searching the repository; Performing Lucene queries; Querying associated nodes; Association; Querying child nodes Querying parent nodesSummary; Chapter 3: Collaboration and Administration; Creating collaborative content; Performing check-out; Check-in; Check-in with versioning; Check-in-importing external content; Cancelling a check-out; Managing versioning explicitly; Creating a new version; Deleting all the versions; Getting the version history; Reverting a version; Managing locking explicitly; Locking; Unlocking; Getting the lock status; Classification and categories; Getting classifications; Describing a classification; Getting categories; Adding categories; Getting child categories; Authorization Setting ownersAdding permissions; Creating authorities; Managing actions; Getting action definitions; Default actions; Getting an action definition; Executing actions; Saving actions; Getting actions; Removing actions; Managing rules; Default Conditions; Adding rules; Managing users; Adding users; Deleting users; Updating users; Changing passwords; Getting user information; Searching users; Summary; Chapter 4: A Complete Example; Setting up the project; The Bookshop model; Sign in page; Home page; Configure the bookshop repository; Book details page; Getting book properties Checking the cart spaceGetting all the associated reviews; Adding a book to the cart; Checking if the cart space exists; Creating the cart space; Adding a book in the cart; Cart page; Removing a book from the cart; Adding a review; Managing reviews page; Accepting reviews; Rejecting reviews; Changing user details; Summary; Chapter 5: Using the Alfresco Web Services from .NET; Setting up the project; Testing the .NET sample client; Searching the repository; Performing operations; Authentication; CRUD operations; Creating nodes; Creating content; Updating nodes; Copying nodes; Moving nodes Management information systems. http://id.loc.gov/authorities/subjects/sh85080359 Information resources management. http://id.loc.gov/authorities/subjects/sh85066147 Database management. http://id.loc.gov/authorities/subjects/sh85035848 Web site development. http://id.loc.gov/authorities/subjects/sh98004795 Web services. http://id.loc.gov/authorities/subjects/sh2003001435 Open source software. http://id.loc.gov/authorities/subjects/sh99003437 Systèmes d'information de gestion. Gestion de l'information. Bases de données Gestion. Sites Web Développement. Services Web. Logiciels libres. COMPUTERS Management Information Systems. bisacsh Database management fast Information resources management fast Management information systems fast Open source software fast Web services fast Web site development fast Lucidi, Piergiorgio. has work: Alfresco 3 web services (Text) https://id.oclc.org/worldcat/entity/E39PD3Qp6H3YGvmjKT9GfRfVVK https://id.oclc.org/worldcat/ontology/hasWork FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=421241 Volltext |
spellingShingle | Cei, Ugo Alfresco 3 web services : build Alfresco applications using web services, web scripts and CMIS / Cover; Copyright; Credits; About the Authors; About the Reviewers; Table of Contents; Preface; Chapter 1: Introducing the SOAP Web Services API; Web Services; Web Services in Alfresco; Introducing SOAP; SOAP vs. REST; The format of SOAP messages; The Web Services Description Language; Using Alfresco Web Services; Using the Alfresco Web Services client SDK; Setting up the Alfresco SDK; Testing the Web Services client; Summary; Chapter 2: Creating and Modifying Content; The Content Manipulation Language (CML); Setting up the Java classpath; Using the precompiled client Using third-party frameworksAuthentication; Setting the endpoint address with a properties file; Setting the endpoint address programmatically; Performing operations on nodes; Creating nodes; Creating content; Creating content using the content service; Removing nodes; Moving nodes; Copying nodes; Associations; Adding child nodes; Removing child nodes; Versioning; Updating nodes without versioning; Getting the version history; Aspects; Adding aspects; Removing aspects; Searching the repository; Performing Lucene queries; Querying associated nodes; Association; Querying child nodes Querying parent nodesSummary; Chapter 3: Collaboration and Administration; Creating collaborative content; Performing check-out; Check-in; Check-in with versioning; Check-in-importing external content; Cancelling a check-out; Managing versioning explicitly; Creating a new version; Deleting all the versions; Getting the version history; Reverting a version; Managing locking explicitly; Locking; Unlocking; Getting the lock status; Classification and categories; Getting classifications; Describing a classification; Getting categories; Adding categories; Getting child categories; Authorization Setting ownersAdding permissions; Creating authorities; Managing actions; Getting action definitions; Default actions; Getting an action definition; Executing actions; Saving actions; Getting actions; Removing actions; Managing rules; Default Conditions; Adding rules; Managing users; Adding users; Deleting users; Updating users; Changing passwords; Getting user information; Searching users; Summary; Chapter 4: A Complete Example; Setting up the project; The Bookshop model; Sign in page; Home page; Configure the bookshop repository; Book details page; Getting book properties Checking the cart spaceGetting all the associated reviews; Adding a book to the cart; Checking if the cart space exists; Creating the cart space; Adding a book in the cart; Cart page; Removing a book from the cart; Adding a review; Managing reviews page; Accepting reviews; Rejecting reviews; Changing user details; Summary; Chapter 5: Using the Alfresco Web Services from .NET; Setting up the project; Testing the .NET sample client; Searching the repository; Performing operations; Authentication; CRUD operations; Creating nodes; Creating content; Updating nodes; Copying nodes; Moving nodes Management information systems. http://id.loc.gov/authorities/subjects/sh85080359 Information resources management. http://id.loc.gov/authorities/subjects/sh85066147 Database management. http://id.loc.gov/authorities/subjects/sh85035848 Web site development. http://id.loc.gov/authorities/subjects/sh98004795 Web services. http://id.loc.gov/authorities/subjects/sh2003001435 Open source software. http://id.loc.gov/authorities/subjects/sh99003437 Systèmes d'information de gestion. Gestion de l'information. Bases de données Gestion. Sites Web Développement. Services Web. Logiciels libres. COMPUTERS Management Information Systems. bisacsh Database management fast Information resources management fast Management information systems fast Open source software fast Web services fast Web site development fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh85080359 http://id.loc.gov/authorities/subjects/sh85066147 http://id.loc.gov/authorities/subjects/sh85035848 http://id.loc.gov/authorities/subjects/sh98004795 http://id.loc.gov/authorities/subjects/sh2003001435 http://id.loc.gov/authorities/subjects/sh99003437 |
title | Alfresco 3 web services : build Alfresco applications using web services, web scripts and CMIS / |
title_alt | Alfresco three web services |
title_auth | Alfresco 3 web services : build Alfresco applications using web services, web scripts and CMIS / |
title_exact_search | Alfresco 3 web services : build Alfresco applications using web services, web scripts and CMIS / |
title_full | Alfresco 3 web services : build Alfresco applications using web services, web scripts and CMIS / Ugo Cei, Piergiorgio Lucidi. |
title_fullStr | Alfresco 3 web services : build Alfresco applications using web services, web scripts and CMIS / Ugo Cei, Piergiorgio Lucidi. |
title_full_unstemmed | Alfresco 3 web services : build Alfresco applications using web services, web scripts and CMIS / Ugo Cei, Piergiorgio Lucidi. |
title_short | Alfresco 3 web services : |
title_sort | alfresco 3 web services build alfresco applications using web services web scripts and cmis |
title_sub | build Alfresco applications using web services, web scripts and CMIS / |
topic | Management information systems. http://id.loc.gov/authorities/subjects/sh85080359 Information resources management. http://id.loc.gov/authorities/subjects/sh85066147 Database management. http://id.loc.gov/authorities/subjects/sh85035848 Web site development. http://id.loc.gov/authorities/subjects/sh98004795 Web services. http://id.loc.gov/authorities/subjects/sh2003001435 Open source software. http://id.loc.gov/authorities/subjects/sh99003437 Systèmes d'information de gestion. Gestion de l'information. Bases de données Gestion. Sites Web Développement. Services Web. Logiciels libres. COMPUTERS Management Information Systems. bisacsh Database management fast Information resources management fast Management information systems fast Open source software fast Web services fast Web site development fast |
topic_facet | Management information systems. Information resources management. Database management. Web site development. Web services. Open source software. Systèmes d'information de gestion. Gestion de l'information. Bases de données Gestion. Sites Web Développement. Services Web. Logiciels libres. COMPUTERS Management Information Systems. Database management Information resources management Management information systems Open source software Web services Web site development |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=421241 |
work_keys_str_mv | AT ceiugo alfresco3webservicesbuildalfrescoapplicationsusingwebserviceswebscriptsandcmis AT lucidipiergiorgio alfresco3webservicesbuildalfrescoapplicationsusingwebserviceswebscriptsandcmis AT ceiugo alfrescothreewebservices AT lucidipiergiorgio alfrescothreewebservices |