News

If an application is useful, then the network of users will grow crazily fast at some point. As more and more mission-critical applications are now running on Java EE, many Java developers are caring ...
TomEE’s specification is based on the Java EE web profile, so it gives you more than Tomcat but isn’t a full-blown Java EE application server like WildFly or GlassFish.
In this article I tackle the question of whether Tomcat is an application server. I start by explaining the distinctions between app servers, Web servers, and Java EE containers, and then look at ...
From Day One, the Servlet and JSP API have been there for those looking to develop web-based applications. On Day Two (Java 2 Platform, Enterprise Edition, or J2EE, 1.3 release), they added JSP ...
Java Enterprise Edition Version 6 release includes new security features in the areas of web container security as well as authentication and authorization aspects of Java application development.
See EJB, JSP, servlet, Java Connector, Java SE and Java ME. Pure Java EE Environment Jakarta EE is a fully compliant Java EE Web server and application server environment showing the interfaces to ...
Indeed, according to the specification, in the past eight years, the Java EE platform has grown and matured, and is now able to cover a wide range of enterprise and Web application development needs.
The Web Profile is a subset of the full Java EE spec aimed at Web application developers, and it was the first profile defined by the Java Community Process (JCP) expert group. The JCP describes it as ...
The focus mentioned by Oracle on micro-services and other cloud-focused applications for Java EE 8 is not much of a surprise, given Oracle’s own increased focus on cloud infrastructure, platform ...
Everyone who codes Java EE web applications needs to pay attention to exception handling. When a program encounters an error, developers can display friendly messages for end users, which ...