11.1 Describe the characteristics of a Service Oriented Architecture (SOA) and how Web services fit to this model.
11.2 Given a scenario, design a Java EE web service using Web Services Design Patterns (Asynchronous Interaction, JMS Bridge, Web Service Cache, Web Service Broker), and Best Practices.
11.3 Describe how to handle the various types of return values, faults, errors, and exceptions that can occur during a Web service interaction.
11.4 Describe the role that Web services play when integrating data, application functions, or business processes in a Java EE application.
Showing posts with label EE. Show all posts
Showing posts with label EE. Show all posts
Thursday, October 30, 2008
Section 9: Developing Web Services
9.1 Describe the steps required to configure, package, and deploy Java EE Web services and service clients, including a description of the packaging formats, such as .ear, .war, .jar, annotations and deployment descriptor settings.
9.2 Given a set of requirements, develop code to process XML files using the SAX, StAX, DOM, XSLT, and JAXB APIs.
9.3 Given an XML schema for a document style Web service create a WSDL file that describes the service and generate a service implementation.
9.4 Given a set of requirements, create code to create an XML-based, document style, Web service using the JAX-WS APIs.
9.5 Implement a SOAP logging mechanism for testing and debugging a Web service application using Java EE Web Service APIs.
9.6 Given a set of requirements, create code to handle system and service exceptions and faults received by a Web services client.
9.2 Given a set of requirements, develop code to process XML files using the SAX, StAX, DOM, XSLT, and JAXB APIs.
9.3 Given an XML schema for a document style Web service create a WSDL file that describes the service and generate a service implementation.
9.4 Given a set of requirements, create code to create an XML-based, document style, Web service using the JAX-WS APIs.
9.5 Implement a SOAP logging mechanism for testing and debugging a Web service application using Java EE Web Service APIs.
9.6 Given a set of requirements, create code to handle system and service exceptions and faults received by a Web services client.
Section 8: Security
8.1 Explain basic security mechanisms including: transport level security, such as basic and mutual authentication and SSL, message level security, XML encryption, XML Digital Signature, and federated identity and trust.
8.2 Identify the purpose and benefits of Web services security oriented initiatives and standards such as Username Token Profile, SAML, XACML, XKMS, WS-Security, and the Liberty Project.
8.3 Given a scenario, implement Java EE based web service web-tier and/or EJB-tier basic security mechanisms, such as mutual authentication, SSL, and access control.
8.4 Describe factors that impact the security requirements of a Web service, such as the relationship between the client and service provider, the type of data being exchanged, the message format, and the transport mechanism.
8.5 Describe WS-Policy that defines a base set of constructs that can be used and extended by other Web specifications to describe a broad range of service requirements and capabilities.
8.2 Identify the purpose and benefits of Web services security oriented initiatives and standards such as Username Token Profile, SAML, XACML, XKMS, WS-Security, and the Liberty Project.
8.3 Given a scenario, implement Java EE based web service web-tier and/or EJB-tier basic security mechanisms, such as mutual authentication, SSL, and access control.
8.4 Describe factors that impact the security requirements of a Web service, such as the relationship between the client and service provider, the type of data being exchanged, the message format, and the transport mechanism.
8.5 Describe WS-Policy that defines a base set of constructs that can be used and extended by other Web specifications to describe a broad range of service requirements and capabilities.
Tutorial:
Labels:
EE,
EJB,
Objectives,
SAML,
Security,
WS-Policy,
WS-Security,
XACML,
XKMS
Section 7: Java EE Web Services
7.1 Identify the characteristics of and the services and APIs included in the Java EE platform.
7.2 Explain the benefits of using the Java EE platform for creating and deploying Web service applications.
7.3 Describe the functions and capabilities of the JAXP, DOM, SAX, StAX, JAXR, JAXB, JAX-WS and SAAJ in the Java EE platform.
7.4 Describe the role of the WS-I Basic Profile when designing Java EE Web services.
7.2 Explain the benefits of using the Java EE platform for creating and deploying Web service applications.
7.3 Describe the functions and capabilities of the JAXP, DOM, SAX, StAX, JAXR, JAXB, JAX-WS and SAAJ in the Java EE platform.
7.4 Describe the role of the WS-I Basic Profile when designing Java EE Web services.
Section 1: XML Web Service Standards
1.1 Given XML documents, schemas, and fragments determine whether their syntax and form are correct (according to W3C schema) and whether they conform to the WS-I Basic Profile 1.1.
1.2 Describe the use of XML schema in Java EE Web services
1.2 Describe the use of XML schema in Java EE Web services
References:
- Basic XML - http://www.w3schools.com/xml/
- Schema Primer - http://www.w3.org/TR/xmlschema-0/
- Schema Structures - http://www.w3.org/TR/xmlschema-1/
- Schema Datatypes - http://www.w3.org/TR/xmlschema-2/
- XML Fragments - http://www.w3.org/TR/xml-fragment
- WS-I Basic Profile 1.1 - http://www.ws-i.org/Profiles/BasicProfile-1.1.html
Labels:
EE,
Objectives,
WS-I,
XML
Subscribe to:
Posts (Atom)