DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Please enter at least three characters to search
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Because the DevOps movement has redefined engineering responsibilities, SREs now have to become stewards of observability strategy.

Apache Cassandra combines the benefits of major NoSQL databases to support data management needs not covered by traditional RDBMS vendors.

The software you build is only as secure as the code that powers it. Learn how malicious code creeps into your software supply chain.

Generative AI has transformed nearly every industry. How can you leverage GenAI to improve your productivity and efficiency?

Related

  • A Systematic Approach for Java Software Upgrades
  • From J2EE to Jakarta EE
  • Exploring Exciting New Features in Java 17 With Examples
  • The Next Evolution of Java: Faster Innovation, Simpler Adoption

Trending

  • Memory-Optimized Tables: Implementation Strategies for SQL Server
  • AI Speaks for the World... But Whose Humanity Does It Learn From?
  • Simpler Data Transfer Objects With Java Records
  • When Airflow Tasks Get Stuck in Queued: A Real-World Debugging Story
  1. DZone
  2. Coding
  3. Java
  4. Java EE: Past, Present, and Future

Java EE: Past, Present, and Future

Take a look at how Java EE began, how it's grown and adapted to microservices and the cloud, and an overview of what's coming in Java EE 8.

By 
Alex Theedom user avatar
Alex Theedom
·
Aug. 18, 17 · News
Likes (17)
Comment
Save
Tweet
Share
18.8K Views

Join the DZone community and get the full member experience.

Join For Free

In this article, you will find out about the history of the Java EE ecosystem: Where it came from and how it has changed over the last few decades. You will discover the major milestones in its development from J2EE 1.2 to its current incarnation Java EE 7 and we will peek into the future at what Java EE 8 has in store.

You will discover how to get involved with the development of the platform itself and how to join the JCP.org to make an even greater contribution. Find out about the Java EE Guardians and how you can support the development and growth of the platform.

What Is Java EE?

Java EE consists of a set of over 28 specifications and a runtime environment. It is a superset of the Java SE platform. This means that Java EE components can take full advantages of all Java SE APIs.

This set of APIs build standard component-based multi-tier applications and that deploy in different containers offering a variety of services. Not only is it be used to develop monolithic application structures but also microservices structured applications too. Learn more about Java EE and microservices by checking out Java EE and Microservices in 2016? Are you interested in cutting edge development in the microservices space in relation to Java EE? Then visit the Eclipse Microprofile project website.

The Java EE programming model relies on annotations to specify configurations rather than XML description files and uses convention over configuration to help you get up and running with as little ceremony as possible.

It has its own contextually aware dependency injection framework at the heart of it programming model.

History of Enterprise Java

1998 saw the release of the first incarnation of Enterprise Java, but soon after, important technologies soon joined the mix, such as Servlets, Messaging, and Enterprise Java Beans.

Java EE Histroy

These technologies still exist in the Enterprise platform today but in a much more advanced and comprehensive form.

Over the following years, it developed a programming model that was difficult to use and very cumbersome. This all changed in the fifth edition, which saw a radical shift away from XML configuration towards annotations and convention over configuration.

The new programming model had simplified substantially. Annotations replace XML description files, convention over configuration replaces the tedious manual configuration and dependency injection hides the creation and lookup of resources. Resources are created and injected at injection points marked by annotations such as @Inject. So all you need is a POJO that meets the conditions of the managed beans specification, JSR 299, and depending on the annotation used it will become an EJB, Servlet, Singleton or a RESTful web service.

The platform continued to grow, but at a much slower rate. With each new release, it becomes more programmer friendly and the number of APIs blossomed to reach 28+, up from just a handful of five APIs in 1999.

So what’s planned in Java EE 8?

What’s Coming in Java EE 8?

Oracle is moving Java EE’s focus to microservices and the cloud, and the next version of Java EE is going to include APIs that complement this new direction.

So as well as advancements in some already established technologies such as Bean Validation, Context and Dependency Injection, JavaServer Faces, JAX-RS (RESTful web services), JSON-Processing and Servlets, there will be two new APIs.

JSON-binding, a dedicated security API and Security API for Java EE, designed to standardize security.

Java EE 8 APIs

Image source: www.slideshare.net/delabassee/java-ee-8-february-2017-update

Java EE 9 will see even more APIs designed for the development of microservices and cloud-based applications.

Java EE Guardians

The Java EE Guardians are an independent group of Java Enterprise Edition developers and evangelists that are collaborating to move Java EE forward.

Their purpose is advocacy, raising awareness, finding solutions, collaboration, and mutual support. Please support their efforts. You can join them by visiting their website javaee-guardians.io and you follow them on the twitter handle @javaee_gaurdian.

Java Community Process (JCP)

The Java EE platform development happens through the Java Community Process (JCP), which is responsible for all Java technologies.

The expert group consists of interested parties that have created Java Specification Requests (JSRs) to define the various Java EE technologies. All done in cooperation with the international Java developer community.

The work of the Java Community under the JCP program helps to ensure Java technology’s standards of stability and cross-platform compatibility.

Anyone can review and comment on draft specifications and JSR proposals, as well as read the JCP blog. Anyone can register as a user of the site and can self-nominate as a Contributor or Expert Group member. You can become a JCP Member yourself and make an even greater contribution. Go to the link to discover more.

Java EE 7

Once a JSR is approved and its development finalized, it forms part for the next release of the platform.

The Java EE 7 release added four new APIs.

Java EE 7 APIs

They were JSON-Processing, WebSocket API, Batch Processing and Concurrency. All these APIs started life as a JSR on which the community and JCP members commented, deliberated and discussed until a final specification request was devised and the development could begin.

What Next?

Lynda.com offers online video training for a wide range of Java EE technologies. The ideal course for someone just starting out in enterprise Java is the Learning Java Enterprise Edition presented by myself. The course is just over 2hrs and covers all the most important Java EE APIs including JAX-RS for RESTful APIs, JavaServerFaces, Enterprise Java Beans and much more.

Once you have completed this course you can dive deeper into the Java the Java EE APIs and take a course on how to build a RESTful API with JAX-RS, build a chat application with WebSocket API and handle JSON with Java EE's own JSON-Processing API. There are more courses coming so why not take a take a look and get ready to give your Java EE career a boost.

Further Reading

I write about Java EE on my blog readlearncode.com and have recently published a series of articles focusing on JAX-RS and discussing What is javax.ws.rs.core.context?. It is a 5 part series diving deep into the many usages of the @Context annotation.

If you want to learn more about this technology, my articles on how to handle bean validation, MediaTypes and JAX-RS, and Resource Entities, take you deeper into this essential API.

Java EE Java (programming language)

Published at DZone with permission of Alex Theedom, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • A Systematic Approach for Java Software Upgrades
  • From J2EE to Jakarta EE
  • Exploring Exciting New Features in Java 17 With Examples
  • The Next Evolution of Java: Faster Innovation, Simpler Adoption

Partner Resources

×

Comments
Oops! Something Went Wrong

The likes didn't load as expected. Please refresh the page and try again.

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends:

Likes
There are no likes...yet! 👀
Be the first to like this post!
It looks like you're not logged in.
Sign in to see who liked this post!