|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_ocn897921615 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
141210s2014 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d OCLCF
|d DEBBG
|d DEBSZ
|d EBLCP
|d IDEBK
|d UKMGB
|d E7B
|d S4S
|d N$T
|d COO
|d YDXCP
|d OCLCQ
|d AGLDB
|d ICA
|d MERUC
|d OCLCQ
|d REB
|d D6H
|d VTS
|d CEF
|d OCLCQ
|d WYU
|d STF
|d AU@
|d VT2
|d OCLCQ
|d K6U
|d OCLCO
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 016956583
|2 Uk
|
019 |
|
|
|a 895434430
|a 907297906
|
020 |
|
|
|a 9781784390624
|
020 |
|
|
|a 1784390623
|
020 |
|
|
|a 1784390607
|
020 |
|
|
|a 9781784390600
|
020 |
|
|
|z 9781784390600
|
029 |
1 |
|
|a CHNEW
|b 000706675
|
029 |
1 |
|
|a CHNEW
|b 000889312
|
029 |
1 |
|
|a CHVBK
|b 374480311
|
029 |
1 |
|
|a DEBBG
|b BV042490292
|
029 |
1 |
|
|a DEBBG
|b BV043613517
|
029 |
1 |
|
|a DEBSZ
|b 422934178
|
029 |
1 |
|
|a DEBSZ
|b 434834726
|
029 |
1 |
|
|a DEBSZ
|b 484733990
|
029 |
1 |
|
|a GBVCP
|b 815194897
|
035 |
|
|
|a (OCoLC)897921615
|z (OCoLC)895434430
|z (OCoLC)907297906
|
037 |
|
|
|a CL0500000506
|b Safari Books Online
|
050 |
|
4 |
|a TK5105.888
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.109237
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Chauhan, Ramesh,
|e author.
|
245 |
1 |
0 |
|a Learning Alfresco web scripts :
|b learn a powerful way to successfully implement unique integration solutions with Alfresco /
|c Ramesh Chauhan.
|
246 |
3 |
0 |
|a Learn a powerful way to successfully implement unique integration solutions with Alfresco
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2014.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover page (Safari, viewed November 22, 2014).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Familiar with Web Scripts; Understanding web scripts; Reasons to use web scripts; Understanding when to use a web script; Understanding where web scripts can be used; Understanding how web scripts work; MVC in web scripts; Making web scripts work; Types of web scripts; Data web script; Presentation web script; Summary; Chapter 2: It's Time for the First Web Script; Creating your first web script in Alfresco; Understanding the web script URI.
|
505 |
8 |
|
|a Adding arguments to a web scriptExtending the first web script to use the controller; Behind the scenes of web script execution; A web script without a controller; A web script with a controller; Important things for any web script; HTTP methods supported by a web script; Web script arguments; Explicit arguments; Implicit arguments; Understanding which one to choose; Response formats for a web script; Response formats supported by the web script framework; Specifying the response format; Summary; Chapter 3: Understanding the Web Script Framework; Execution flow of web scripts.
|
505 |
8 |
|
|a Overall flow for a web scriptBehind the scenes implementation; Components of the web script framework; Web Script Runtime; Servlet Runtime; Portlet Runtime; JSF Runtime; Facebook Runtime; SURF Runtime; Web Script Authenticator; HTTP basic authenticator; Alfresco explorer authenticator; JSR-168 Authenticator; JSR-168 Authenticator with Alfresco Explorer support; Facebook Authenticator; Web Script Container; Repository Container; Presentation Container; Other supporting components; Configuration service; Web Script registry; Format registry; Script processor registry.
|
505 |
8 |
|
|a Template processor registrySearch path; Understanding the wiring of web script framework components; Deployment architecture; Summary; Chapter 4: Building Blocks of Web Scripts; The description document -- it's a must!; Mandatory declarations; The tag; The tag; The tag; Optional declarations; ; ; ; ; ; ; ; ; ; ; ; kind; Controller implementation -- not mandatory!; The JavaScript-backed controller; Understanding when to use the JavaScript controller.
|
505 |
8 |
|
|a The Java-backed controllerUnderstanding when to use a Java-backed controller; Response templates -- yes, they are required!; I18N for a web script -- it's optional; Adding a resource bundle for the hello world web script; Modifying the response template to use labels; Configuration document -- it's optional; Accessing configuration in controller; Accessing configuration in a template; Naming conventions -- the most important thing; Summary; Chapter 5: Invoking Web Scripts; Invoking a web script from a web browser; Executing a web script using web browser plugins; Poster -- Firefox add-on.
|
520 |
|
|
|a If you are an Alfresco developer who has no experience with web scripts and you want to start developing Alfresco web scripts, then this book is definitely for you.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Web site development.
|
650 |
|
0 |
|a Management information systems.
|
650 |
|
0 |
|a Information resources management.
|
650 |
|
0 |
|a Database management.
|
650 |
|
2 |
|a Management Information Systems
|
650 |
|
2 |
|a Information Management
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
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 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|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 Web site development
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Chauhan, Ramesh.
|t Learning Alfresco Web Scripts.
|d Birmingham : Packt Publishing, ©2014
|z 9781784390600
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781784390600/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL1837442
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10986769
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 898709
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis30119746
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12160173
|
994 |
|
|
|a 92
|b IZTAP
|