SlideShare a Scribd company logo
JAVA EE 7 The new features of 
the Enterprise Edition
OUR AGENDA 
• Overview of the new features 
• JSF 2.2 
• CDI 1.1, EJB 3.2, JPA 2.1 
• Bean Validation 1.1 
• JMS 2.0 
• JSON-P, JAX-RS 2.0, Batch 
• Example application using 
WebSockets
JSF 2.2 
renders HTML5 
<h:inputText value="#{bean.value}" > 
<f:passThroughAttribute name="placeholder" 
value="Enter text" /> 
</h:inputText> 
CDI ViewScope / Managed Beans deprecated 
Faces Flow
CDI 1.1, EJB 3.2 & JPA 2.1 
@Transactional-Annotation 
But: Still no annotations for EJB Security 
CDI: Priority ordering of Interceptors and Decorators 
JPA: Stored Procedures and DB-Functions in JPQL
METHOD LEVEL VALIDATION 
Part of Bean Validation 1.1 
@NotNull 
public MyObject createMyObject( 
@Size(min=5, max=40) String name, 
@DecimalMin(value="1.00") Double value, 
@Pattern(regexp="d{8}") String code) {... 
RuntimeException if validation fails
JMS 2.0 
@Inject 
@JMSConnectionFactory("jms/connection 
Factory") 
private JMSContext context; 
@Resource(mappedName = 
"jms/inboundQueue") 
private Queue inboundQueue; 
public void sendMessage(String payload) 
{ 
context.send(inboundQueue, 
payload);
MORE STUFF 
Java API for JSON Processing (JSR 353) 
 Standard for parsing / transforming JSON 
 similar to Jackson, GSON 
Batch Applications (JSR 352) 
 Standard for batch processing 
JAX-RS 2.0 
 finally a REST-Client
JAVA API FOR WEBSOCKETS 
 Standard for fast low-level communication 
 Specified in JSR 356 
 Bidirectional communication between two endpoints (no 
client/server) 
 Sessions with unique IDs 
 Directly over TCP (could use SSL/TLS), No HTTP, no Overhead 
 Initial Handshake via HTTP Upgrade 
 Asynchronous (returns Future) and synchronous API 
 Transfers text or binary, Java objects must be de/encoded
LET‘S SEE...
WE ARE HIRING 
We are looking for Frontend and Backend Developers for 
our office in Taipei. 
Salary is above average. 
ExtJS or Java/Spring sounds fun? 
Working for the banking industry sounds interesting?
QUESTIONS? 
Please ask and don‘t hesitate to contact me 
Name: Marcus Schiesser 
Blog: www.marcusschiesser.de 
Email: marcus.schiesser@kosmossystems.com 
Code: github.com/marcusschiesser/javaee7-websocket 
More about the company: www.kosmos-banking.com/en

More Related Content

PDF
Workflow Yapceu2010
PPTX
Jdbc
PDF
Flask jwt authentication tutorial
PPT
Jdbc connectivity
PPTX
Jdbc
PDF
JDBC : Java Database Connectivity
PPT
Workflow Yapceu2010
Jdbc
Flask jwt authentication tutorial
Jdbc connectivity
Jdbc
JDBC : Java Database Connectivity

What's hot (15)

PDF
ExpertTalks Manchester September 2018
PDF
Jdbc connectivity in java
PPTX
Karate - MoT Dallas 26-Oct-2017
PDF
Seam Glassfish Perspective
PPSX
JDBC: java DataBase connectivity
PDF
3rd Generation Web Application Platforms
PPT
Hibernate
PPTX
GDSC Backend Bootcamp.pptx
PDF
Couchbase - Yet Another Introduction
PPTX
Александр Пашинский "Reinventing Design Patterns with Java 8"
PDF
Node.js Introduction
PDF
Tomáš Herceg "Entity Framework Core 2.1 – what’s new?"
PDF
Karate - powerful and simple framework for REST API automation testing
PDF
Karate - Web-Service API Testing Made Simple
PPT
ExpertTalks Manchester September 2018
Jdbc connectivity in java
Karate - MoT Dallas 26-Oct-2017
Seam Glassfish Perspective
JDBC: java DataBase connectivity
3rd Generation Web Application Platforms
Hibernate
GDSC Backend Bootcamp.pptx
Couchbase - Yet Another Introduction
Александр Пашинский "Reinventing Design Patterns with Java 8"
Node.js Introduction
Tomáš Herceg "Entity Framework Core 2.1 – what’s new?"
Karate - powerful and simple framework for REST API automation testing
Karate - Web-Service API Testing Made Simple
Ad

Viewers also liked (20)

PDF
92 Turismo Rural de Navarra. Guía Práctica de Servicios, Alojamientos y Acti...
PPT
Otros Conceptos
PPT
EventSense: Capturing the Pulse of Large-scale Events by Mining Social Media ...
PDF
PPTX
RSM Erasmus University - Coaching of students
PPSX
Repaso historico
PPT
Brugada
PDF
7 rajchenberg optimización cosecha
PDF
firmenbonitaet24
PDF
El Secreto de María - Luís Maria Grignion de Montfort
PDF
Tutorial Git y Smart Git
PPTX
Iii feira das ciencias galego 2014
PDF
MENTOREO Damián Carvajal
PPT
Climbing Denali, AK 2008
PDF
ArticuloElFaroGallegoMarzo2016
PDF
Me desconecto luego existo
PDF
Improving the nitrogen responses of UK wheat varieties
PPSX
Edificación sostenible
92 Turismo Rural de Navarra. Guía Práctica de Servicios, Alojamientos y Acti...
Otros Conceptos
EventSense: Capturing the Pulse of Large-scale Events by Mining Social Media ...
RSM Erasmus University - Coaching of students
Repaso historico
Brugada
7 rajchenberg optimización cosecha
firmenbonitaet24
El Secreto de María - Luís Maria Grignion de Montfort
Tutorial Git y Smart Git
Iii feira das ciencias galego 2014
MENTOREO Damián Carvajal
Climbing Denali, AK 2008
ArticuloElFaroGallegoMarzo2016
Me desconecto luego existo
Improving the nitrogen responses of UK wheat varieties
Edificación sostenible
Ad

Similar to Java EE 7 - New Features and the WebSocket API (20)

PPTX
Java EE 8
PDF
What's new in Java EE 7? From HTML5 to JMS 2.0
PDF
What’s new in Java SE, EE, ME, Embedded world & new Strategy
PDF
Java EE 7 in practise - OTN Hyderabad 2014
PDF
Java EE 8: On the Horizon
PPTX
Java EE 8 Update
PDF
Java EE 7, what's in it for me?
PPT
Java EE7 in action
PDF
JavaOne 2014 Java EE 8 Booth Slides
PDF
OTN Tour 2013: What's new in java EE 7
PDF
Java EE 7 overview
PDF
Boost Development With Java EE7 On EAP7 (Demitris Andreadis)
ODP
JUDCON India 2014 Java EE 7 talk
PDF
50 features of Java EE 7 in 50 minutes at Geecon 2014
PDF
The Java EE 7 Platform: Productivity & HTML5 at JavaOne Latin America 2012
PDF
50 features of Java EE 7 in 50 minutes at JavaZone 2014
PPTX
Java EE8 - by Kito Mann
PPTX
Getting Started with Java EE 7
PDF
Presente e Futuro: Java EE.next()
PDF
InterConnect 2016 Java EE 7 Overview (PEJ-5296)
Java EE 8
What's new in Java EE 7? From HTML5 to JMS 2.0
What’s new in Java SE, EE, ME, Embedded world & new Strategy
Java EE 7 in practise - OTN Hyderabad 2014
Java EE 8: On the Horizon
Java EE 8 Update
Java EE 7, what's in it for me?
Java EE7 in action
JavaOne 2014 Java EE 8 Booth Slides
OTN Tour 2013: What's new in java EE 7
Java EE 7 overview
Boost Development With Java EE7 On EAP7 (Demitris Andreadis)
JUDCON India 2014 Java EE 7 talk
50 features of Java EE 7 in 50 minutes at Geecon 2014
The Java EE 7 Platform: Productivity & HTML5 at JavaOne Latin America 2012
50 features of Java EE 7 in 50 minutes at JavaZone 2014
Java EE8 - by Kito Mann
Getting Started with Java EE 7
Presente e Futuro: Java EE.next()
InterConnect 2016 Java EE 7 Overview (PEJ-5296)

Recently uploaded (20)

PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
System and Network Administraation Chapter 3
PDF
AI in Product Development-omnex systems
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PPTX
Essential Infomation Tech presentation.pptx
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
ai tools demonstartion for schools and inter college
PPTX
Transform Your Business with a Software ERP System
PDF
How Creative Agencies Leverage Project Management Software.pdf
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Digital Strategies for Manufacturing Companies
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
Introduction to Artificial Intelligence
Reimagine Home Health with the Power of Agentic AI​
System and Network Administraation Chapter 3
AI in Product Development-omnex systems
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Essential Infomation Tech presentation.pptx
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
ai tools demonstartion for schools and inter college
Transform Your Business with a Software ERP System
How Creative Agencies Leverage Project Management Software.pdf
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Digital Strategies for Manufacturing Companies
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Softaken Excel to vCard Converter Software.pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Navsoft: AI-Powered Business Solutions & Custom Software Development
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Upgrade and Innovation Strategies for SAP ERP Customers
Introduction to Artificial Intelligence

Java EE 7 - New Features and the WebSocket API

  • 1. JAVA EE 7 The new features of the Enterprise Edition
  • 2. OUR AGENDA • Overview of the new features • JSF 2.2 • CDI 1.1, EJB 3.2, JPA 2.1 • Bean Validation 1.1 • JMS 2.0 • JSON-P, JAX-RS 2.0, Batch • Example application using WebSockets
  • 3. JSF 2.2 renders HTML5 <h:inputText value="#{bean.value}" > <f:passThroughAttribute name="placeholder" value="Enter text" /> </h:inputText> CDI ViewScope / Managed Beans deprecated Faces Flow
  • 4. CDI 1.1, EJB 3.2 & JPA 2.1 @Transactional-Annotation But: Still no annotations for EJB Security CDI: Priority ordering of Interceptors and Decorators JPA: Stored Procedures and DB-Functions in JPQL
  • 5. METHOD LEVEL VALIDATION Part of Bean Validation 1.1 @NotNull public MyObject createMyObject( @Size(min=5, max=40) String name, @DecimalMin(value="1.00") Double value, @Pattern(regexp="d{8}") String code) {... RuntimeException if validation fails
  • 6. JMS 2.0 @Inject @JMSConnectionFactory("jms/connection Factory") private JMSContext context; @Resource(mappedName = "jms/inboundQueue") private Queue inboundQueue; public void sendMessage(String payload) { context.send(inboundQueue, payload);
  • 7. MORE STUFF Java API for JSON Processing (JSR 353)  Standard for parsing / transforming JSON  similar to Jackson, GSON Batch Applications (JSR 352)  Standard for batch processing JAX-RS 2.0  finally a REST-Client
  • 8. JAVA API FOR WEBSOCKETS  Standard for fast low-level communication  Specified in JSR 356  Bidirectional communication between two endpoints (no client/server)  Sessions with unique IDs  Directly over TCP (could use SSL/TLS), No HTTP, no Overhead  Initial Handshake via HTTP Upgrade  Asynchronous (returns Future) and synchronous API  Transfers text or binary, Java objects must be de/encoded
  • 10. WE ARE HIRING We are looking for Frontend and Backend Developers for our office in Taipei. Salary is above average. ExtJS or Java/Spring sounds fun? Working for the banking industry sounds interesting?
  • 11. QUESTIONS? Please ask and don‘t hesitate to contact me Name: Marcus Schiesser Blog: www.marcusschiesser.de Email: marcus.schiesser@kosmossystems.com Code: github.com/marcusschiesser/javaee7-websocket More about the company: www.kosmos-banking.com/en