Cargando…

Apache Axis2 web services : create secure, reliable, and easy-to-use web services using Apache Axis2 /

Create secure, reliable, and easy-to-use web services using Apache Axis2.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Jayasinghe, Deepal
Otros Autores: Azeez, Afkham
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham [U.K.] : Packt Pub./Open Source, 2011.
Edición:2nd ed.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ia 4500
001 EBSCO_ocn712313100
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 110412s2011 enka o 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d E7B  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d NLGGC  |d OCLCQ  |d COO  |d OCLCQ  |d AZK  |d OCLCF  |d LOA  |d JBG  |d AGLDB  |d ICA  |d CNNOR  |d MOR  |d PIFAG  |d OCLCQ  |d U3W  |d D6H  |d OCL  |d STF  |d WRM  |d VTS  |d NLE  |d INT  |d VT2  |d OCLCQ  |d UKMGB  |d OCLCQ  |d A6Q  |d UKAHL  |d HS0  |d AJS  |d OCLCO  |d OCLCQ  |d OCLCO 
016 7 |a 018011930  |2 Uk 
019 |a 842263800  |a 961502448  |a 962661577  |a 968306701  |a 988414220  |a 992027040  |a 1037752891  |a 1038614741  |a 1055353630  |a 1081214214  |a 1083600395  |a 1103251221  |a 1129362065 
020 |a 9781849511575  |q (electronic bk.) 
020 |a 1849511578  |q (electronic bk.) 
020 |a 9781849511568 
020 |a 184951156X 
029 1 |a AU@  |b 000050894475 
029 1 |a AU@  |b 000053010021 
029 1 |a DEBSZ  |b 372805183 
029 1 |a DEBSZ  |b 493088628 
029 1 |a UKMGB  |b 018011930 
035 |a (OCoLC)712313100  |z (OCoLC)842263800  |z (OCoLC)961502448  |z (OCoLC)962661577  |z (OCoLC)968306701  |z (OCoLC)988414220  |z (OCoLC)992027040  |z (OCoLC)1037752891  |z (OCoLC)1038614741  |z (OCoLC)1055353630  |z (OCoLC)1081214214  |z (OCoLC)1083600395  |z (OCoLC)1103251221  |z (OCoLC)1129362065 
037 |a 9781849511575  |b Packt Publishing Pvt. Ltd 
050 4 |a TK5105.88813  |b .J39 2011eb 
072 7 |a COM  |x 060160  |2 bisacsh 
082 0 4 |a 006.76  |2 22 
049 |a UAMI 
100 1 |a Jayasinghe, Deepal. 
245 1 0 |a Apache Axis2 web services :  |b create secure, reliable, and easy-to-use web services using Apache Axis2 /  |c Deepal Jayasinghe, Afkham Azeez. 
250 |a 2nd ed. 
260 |a Birmingham [U.K.] :  |b Packt Pub./Open Source,  |c 2011. 
300 |a 1 online resource (viii, 288 pages) :  |b color illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file  |2 rda 
500 |a "Community experience distilled." 
500 |a Includes index. 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Apache Web Services and Axis2; Service Oriented Architecture (SOA); Web service overview; How do organizations move into web services?; Web services model; Web services standards; XML-RPC; SOAP; Web Services Addressing (WS-Addressing); Service description; Web Services Description Language (WSDL); Web services lifecycle; Apache Web Service stack; Why Axis2?; Downloading and installing Apache Axis2; Binary distribution; WAR distribution; Source distribution 
505 8 |a Document distributionJAR distribution; Summary; Chapter 2: Looking inside Axis2; Axis2 architecture; Core modules; XML processing model; SOAP processing model; Information model; Deployment model; Client API; Transports; Other modules; Code generation; Data binding; Extensible nature of Axis2; Service extension or the module; Custom deployers; Message receivers; Summary; Chapter 3: Axis 2 XML Model (AXIOM); Overview of AXIOM and its features; What is pull parsing?; Architecture; Working with AXIOM; Creating Axiom; Creating Axiom from an input stream; Creating Axiom using a string 
505 8 |a Creating Axiom programmaticallyAdding child nodes and attributes; Working with OM namespaces; Working with attribute; Traversing the Axiom tree; Serialization; Advanced operations with Axiom; Xpath navigation; Accessing the pull parser; Axiom and SOAP; Summary; Chapter 4: Execution Chain; Handler; Writing a simple handler; Phase; Types of phases; Global phases; Operation phases; Phase rules; Characterizing a phase rule; Phase name; phaseFirst; phaseLast; before; after; after and before; Invalid phase rules; Flow; Module engagement and dynamic execution chain; Special handlers in the chain 
505 8 |a Transport receiverDispatchers; Message receiver; Transport sender; Summary; Chapter 5: Deployment Model; What is new in Axis2 deployment?; Hot deployment and hot update; Hot deployment; Hot update; Repository; Change in the way of deploying handlers (modules); Deployment descriptors; Global descriptor or axis2.xml; Service descriptor (services.xml); Module descriptor or module.xml; Available deployment options; Archive-based deployment; Directory-based deployment; Deploying a service programmatically; POJO deployment; Deploying and running a service in one line; Summary 
505 8 |a Chapter 6: Information ModelAxis2 static data; AxisConfiguration; Parameters; MessageReceiver; MessageFormatters and MessageBuilders; TransportReceiver and TransportSender; Flows and phaseOrder; AxisModule; Service description hierarchy; AxisServiceGroup; AxisService; AxisOperation; AxisMessage; Axis2 contexts; ConfigurationContext; ServiceGroupContext; ServiceContext; OperationContext; MessageContext; Summary; Chapter 7: Writing an Axis2 Service; Creating a web service; The code first approach; Single class POJO approach; POJOs with packages; Deploying services using a service 
520 |a Create secure, reliable, and easy-to-use web services using Apache Axis2. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Apache Axis (Computer file) 
650 0 |a Web services. 
650 0 |a Web site development. 
650 6 |a Services Web. 
650 6 |a Sites Web  |x Développement. 
650 7 |a COMPUTERS  |x Web  |x Web Programming.  |2 bisacsh 
650 7 |a Web site development  |2 fast 
650 7 |a Web services  |2 fast 
700 1 |a Azeez, Afkham. 
776 0 8 |i Print version:  |a Jayasinghe, Deepal.  |t Apache Axis2 web services.  |b 2nd ed.  |d Birmingham, [U.K.] : Packt Pub./Open Source, 2011  |z 9781849511568 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=358689  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943624 
938 |a ebrary  |b EBRY  |n ebr10450981 
938 |a EBSCOhost  |b EBSC  |n 358689 
994 |a 92  |b IZTAP