A algum tempo atrás eu disse que nunca mais iria fazer uma prova de certificação Beta, mas como eu disse neste post, no final do ano passado eu fiz a versão Beta da nova certificação da SUN “Sun Certified Developer for Java Web Services 5″.
Uma das coisas chatas de uma prova beta é que leva mais de 6 semanas para darem o resultado da prova, e hoje fui acessar o site da prometric para ver o resultado (como tenho feito uma vez por semana a algum tempo) e eu passei na prova
Isto quer dizer que eu tenho mais algumas letras sem muita utilidade para enfeitar o meu currículo (SCDJWS)
Eu sei que certificações não provam nada, ainda mais com provas difíceis como esta, em que eu esqueci da prova e não estudei nada (o que prova que com o conhecimento adquirido no trabalho é possível passar em uma prova de certificação), mas mesmo assim, foi uma prova que levei 3 horas para fazer, então merece pelo menos um post no blog de comemoração
.
Tags: certificação, Java
Yeap, exatamente isto, a dica ta meio atrasada, mas só me registrei para fazer a prova hoje.
Para quem já tem a certificação SCJP (Sun Certified Java Programmer), pode fazer até o próximo dia 10/12/2008 “di gratis” a prova beta da nova certificação da SUN.
Não acredito que certificação prove alguma coisa, mas sempre ajuda colocar mais uma sigla no currículo, já que as empresas gostam delas por algum motivo
Quem quiser se inscrever, basta ligar para qualquer centro prometric ou acessar a página da prometric diretamente, não é necessário um voucher paraesta prova.
O conteúdo que estão pedindo não é nada demais para quem já trabalha com web services, segue o outline:
Exam Testing Objectives
- XML Web Service Standards
- 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.
- Describe the use of XML schema in Java EE Web services
- SOAP 1.2 Web Service Standards
- List and describe the encoding types used in a SOAP message.
- Describe the SOAP Processing and Extensibility Model.
- Describe SOAP Message Construct and create a SOAP message that contains an attachment.
- Describing and Publishing (WSDL and UDDI)
- Explain the use of WSDL in Web services, including a description of WSDL’s basic elements, binding mechanisms and the basic WSDL operation types as limited by the WS-I Basic Profile 1.1.
- Describe how WSDL enables one to separate the description of the abstract functionality offered by a service from concrete details of a service description such as “how” and “where” that functionality is offered.
- Describe the Component Model of WSDL including Descriptions, Interfaces, Bindings, Services and Endpoints.
- Describe the basic functions provided by the UDDI Publish and Inquiry APIs to interact with a UDDI business registry.
- JAX-WS
- Explain JAX-WS technology for building web services and client that communicate using XML
- Given a set of requirements for a Web service, such as transactional needs, and security requirements, design and develop Web service applications that use JAX-WS technology
- Describe the Integrated Stack (I-Stack) which consists of JAX-WS, JAXB, StAX, SAAJ
- Describe and compare JAX-WS development approaches.
- Describe the features of JAX-WS including the usage of Java Annotations.
- Describe the architecture of JAX_WS including the Tools SPI that define the contract between JAX-WS tools and Java EE.
- Describe creating a Web Service using JAX-WS.
- Describe JAX-WS Client Communications Models.
- Given an set of requirements, design and develop a Web service client, such as a Java EE client and a stand-alone client, using JAX-WS.
- Given a set of requirements, create and configure a Web service client that accesses a stateful Web service.
- REST, JSON, SOAP and XML Processing APIs (JAXP, JAXB and SAAJ)
- Describe the characteristics of REST Web Services.
- Describe the characteristics of JSON Web Services.
- Compare SAOP web services to REST Web Services.
- Compare SAOP web services to JSON Web Services.
- Describe the functions and capabilities of the APIs included within JAXP.
- Describe the functions and capabilities of JAXB, including the JAXB process flow, such as XML-to-Java and Java-to-XML, and the binding and validation mechanisms provided by JAXB.
- Create and use a SOAP message with attachments using the SAAJ APIs.
- JAXR
- Describe the function of JAXR in Web service architectural model, the two basic levels of business registry functionality supported by JAXR, and the function of the basic JAXR business objects and how they map to the UDDI data structures.
- Create JAXR client to connect to a UDDI business registry, execute queries to locate services that meet specific requirements, and publish or update information about a business service.
- Java EE Web Services
- Identify the characteristics of and the services and APIs included in the Java EE platform.
- Explain the benefits of using the Java EE platform for creating and deploying Web service applications.
- Describe the functions and capabilities of the JAXP, DOM, SAX, StAX, JAXR, JAXB, JAX-WS and SAAJ in the Java EE platform.
- Describe the role of the WS-I Basic Profile when designing Java EE Web services.
- Security
- 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.
- 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.
- 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.
- 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.
- 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.
- Developing Web Services
- 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.
- Given a set of requirements, develop code to process XML files using the SAX, StAX, DOM, XSLT, and JAXB APIs.
- Given an XML schema for a document style Web service create a WSDL file that describes the service and generate a service implementation.
- Given a set of requirements, create code to create an XML-based, document style, Web service using the JAX-WS APIs.
- Implement a SOAP logging mechanism for testing and debugging a Web service application using Java EE Web Service APIs.
- Given a set of requirements, create code to handle system and service exceptions and faults received by a Web services client.
- Web Services Interoperability Technologies
- Describe WSIT, the features of each WSIT technology and the standards that WSIT Implements for each technology and how it works.
- . Describe how to create a WSIT client from a Web Service Description Language (WSDL) file.
- Describe how to configure web service providers and clients to use message optimization.
- Create a Microsoft Windows Communication Foundation (WCF) client that accesses a Java web service.
- Describes the best practices for production and consumption of data interoperability between WCF web services and Java web service clients or between Java web services and WCF web service clients.
- General Design and Architecture
- Describe the characteristics of a Service Oriented Architecture (SOA) and how Web services fit to this model.
- 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.
- Describe how to handle the various types of return values, faults, errors, and exceptions that can occur during a Web service interaction.
- Describe the role that Web services play when integrating data, application functions, or business processes in a Java EE application.
- Endpoint Design and Architecture
- Given a scenario, design Web Service applications using information models that are either procedure-style or document-style.
- Describe the function of the service interaction and processing layers in a Web service.
- Design a Web service for an asynchronous, document-style process and describe how to refactor a Web Service from a synchronous to an asynchronous model.
- Describe how the characteristics, such as resource utilization, conversational capabilities, and operational modes, of the various types of Web service clients impact the design of a Web service or determine the type of client that might interact with a particular service.
Mais informações na página da certificação.
Depois da prova (vou fazer dia 10) eu posto o que achei das questões por aqui.
Tags: certificação, Java, Java EE
Bom, fiz ontem a tarde a 3a e última parte da prova
A única coisa que não gostei é que o resultado só sai dia 15 de fevereiro
Mas mesmo assim, esta é a única certificação até agora que parece mostrar alguma coisa, a primeira parte da prova é bem fácil para quem ja trabalha com Arquitetura mesmo …
A segunda parte da prova, que é a criação do projeto de um sistema não é difícil, o problema do beta foi ter apenas 2 semanas para fazer isto, e para mim foram duas semanas bem conturbadas, eu estava de mudança para uma cidade visinha, e mais alguns outros compromissos ja assumidos, no final consegui no máximo 20h para trabalhar em um projeto que estava estimado para algo entre 40 e 60h, espero ter feito bem o suficiente para passar, mas mesmo assim valeu a experiência …
Ja a terceira parte da prova, é basicamente para mostrar que foi você mesmo que fez o projeto …
Por tanto, mesmo que realmente tenha sido você, não faça como eu, de uma lida no que você enviou antes de ir fazer a prova, acho que esta é a melhor dica …
E principalmente, anote o por que você faz cada escolha, isto vai te ajudar na hora da prova …
Bom, agora é só esperar dia 15 de fevereiro 
Boa sorte para mim e para vocês que estão lendo este post também
Tags: certificação, Java, javaee, prova, scea
Acabei de receber a noticia de que passei na primeira parte da prova beta SCEA 5
Dear Rodrigo U Jardim,
Congratulations! You passed the SCEA Part 1 Beta exam. Passing score is 57%, your score is 77%. We will be sending a separate email containing your Part 2 assignment (which is a PDF file), complete with instructions, within the next 8 hours. If you do not receive the second email containing the assignment within the next 8 hours, please notify us at …… Thank you.
Sincerely,
Agora é esperar o PDF com a segunda parte da prova e se puxar pra terminar em 1 mes o que a maior parte do pessoal que eu conheço leva uns 6 meses pra entregar
PS.: este post foi só pra tirar o pó do Blog, a correria anda grande, mas eu tenho uns 5 rascunhos de post, espero conseguir voltar a manter a média de 1 post por dia
Tags: certificação, Java, scea