Business Component Development with EJB Technology, Java EE 6
The Business Component Development with Enterprise JavaBeans Technology, Java EE6 course provides students with the knowledge required to build robust back-end functionality using Enterprise JavaBeans (EJB[TM]) version 3.1 technology. The course provides a practical exploration of the EJB technology coding experience of session beans and message driven-beans. The course also examines EJB design, best practices, transaction management, messaging fundamentals, and security.
The course features the Java Platform, Enterprise Edition 6 (Java EE 6) technology, and uses the Java EE 6 SDK. The students perform the course lab exercises using the NetBeans Integrated Development Environment (IDE). The hands-on lab environment uses the Java EE GlassFish v3 server.
Преимущества для Вас:
Java Developers who are looking to build web-based and/or enterprise-based applications that incorporate EJB technology
Java Developers who are preparing for the Sun Certified Enterprise JavaBeans Developer certification.
Длительность
Доступ к курсу
Документы
Кому подойдет этот курс
Цели курса:
Describe best practices and other advanced issues in business component development with EJB technology
Assemble and deploy EJB technology business-tier components on an application server
Integrate an EJB technology-based application using the Java Messaging Service API
Create and implement timer-based services
Integrate transactions and security into an enterprise application
Программа курса
Examine the Java EE application architecture
Examine Java EE container services
Examine the EJB component types
Evaluate the EJB Lite Container
Compare Java EE application development with traditional enterprise application development
Identify the three types of session beans
Choose the correct session bean type given a business constraint
Create session beans Package and deploy session beans
Configure JNDI environment properties
Use JNDI to look up a resource
Write code that receives a resource reference through injection
Create a session bean client
Create a session facade
Use dependency injection to locate an EJB
Describe the life cycle for stateless and stateful session beans
Implement session bean life cycle methods
Use a session bean to perform asynchronous communication
Have fine-grained control over packaging and deployment
Create a singleton session bean
Describe the life cycle of a singleton session bean
Implement singleton session bean life cycle methods
Describe singleton concurrency access
Implement a concurrency management strategy
Describe the roles of the participants in the JMS API messaging system
Create a queue message producer
Create a synchronous message consumer
Describe the properties and life cycle of message-driven beans
Create a JMS message-driven bean
Create life cycle event handlers for a JMS message-driven bean
Configure a JMS message-driven bean
Create a timer notification callback
Process a timer notification callback Manage timer objects
Create a business interceptor method in the enterprise bean class
Create an interceptor class
Associate multiple business interceptor methods with an enterprise bean
Include life cycle callback interceptor methods in an interceptor class
Implement CMT
Interact programmatically with an ongoing CMT transaction
Implement BMT Apply transactions to messaging
Authenticate the caller Examine Java EE authorization strategies
Use declarative authorization
Use programmatic authorization Examine the responsibilities of the deployer
Select and apply known patterns to Java EE application design
Incorporate effective exception handling into your Java EE application design