This self-study describes the Oracle Secure Java Coding Guidelines, Java Security, Java Native Interface secure coding, and security vulnerabilities.To minimize the likelihood of security vulnerabilities caused by programmer error, Java developers should adhere to recommended coding guidelines. This self-study follows the Secure Coding Guidelines for Java SE, Version 5.0 in detail.
This tutorial covers how to implement Java Message Service 2.0 (JMS 2.0) shared nondurable subscriptions and shared durable subscriptions in the Java Platform, Standard Edition (Java SE) environment.
This tutorial covers how to create binary WebSocket connections with Java Platform, Enterprise Edition 7 (Java EE 7) and JavaFX.
This tutorial covers how to build an enterprise application client with JavaFX 2.0 and JavaFX Scene Builder. It also covers how to build a RESTful web service that provides data to the enterprise application. The client application uses the JAX-RS 2.0 Client and the Java API for JSON Processing, both new APIs in Java Platform, Enterprise Edition 7 (Java EE 7).
This tutorial shows you how to create a smart home server application by using the WebSocket API.
This tutorial series shows you how to create a smart home server application by using the WebSocket API.
This tutorial demonstrates how to develop a sample Java EE7 batch application and run the batch application in Oracle GlassFish Server4.0.
This tutorial covers how to use the non-blocking I/O functionality with GlassFish and NetBeans. Non-blocking I/O was introduced in Servlet 3.1, a new API i Java EE 7.
This tutorial covers Java Messaging Service 2.0 (JMS 2.0), a new API for sending and receiving messages in Java Platform, Enterprise Edition 7 (Java EE 7) web applications by using GlassFish and NetBeans.
This tutorial covers the steps required to apply the Java Server Faces 2.2 (JSF 2.2) Faces Flow feature in a customer registration procedure for a web application.
Learn how to call RESTful WebServices from an application using JAX-RS 2.0 and JSON-P to convert the received data to Java objects. Integrate JAX-RS 2.0 Client calls in your code and see how to parse the response from such calls into Java Objects. The Webcast uses the sticker book application demonstrated in a previous webcast and moves the data See how to configure JAX-RS 2.0 clients and use them in your applications to make remote call to JSON RESTful services.
This tutorial covers how to implement Cross-Site Request Forgery (CSRF) protection with JavaServer Faces 2.2 (JSF 2.2).