From the course: Java EE 7: Web Services

Why use Java EE? - Java EE Tutorial

From the course: Java EE 7: Web Services

Start my 1-month free trial

Why use Java EE?

- [Instructor] Let's discuss some of the features that make Java EE the perfect choice for authoring web services. Java EE, or Enterprise Edition, is commonly referred to as an umbrella specification, covering more detailed specifications and extending JAVA SE, or Standard Edition, with Enterprise features that assist with developing and running large scale and multi-tiered applications. Java EE is developed using the Java Community Process and has contributions from experts in the industry from Java user groups all around the world, and even from individual developers. Java EE is used by many companies, with over 20 compliant Java EE implementations to choose from. The Java EE Enterprise Edition platform is useful for writing web services as it provides complete web services support. There are two benefits. The first is that the framework provides support for SOAP-based web services via the Java API for XML Web Services, JAX-WS, which we will talk about in detail later. The second benefit is that the framework also provides support for RESTful API's via the Java API for RESTful Web Services, JAX-RS, which we will also talk about later. This course has a focus on Java EE 7, which is a widely adopted Enterprise standard. When it comes to new web services related features and Java EE seven, JAX-RS 2.0 was relased, which includes the addition of a brand new client-side API, and asynchronous capabilities, servlet filters, and interceptors.

Contents