Like other Java enterprise tools, Tomcat has migrated from the original Java EE specification to Jakarta EE. Tomcat 9 and earlier were based on Java EE; Tomcat 10 and later are based on Jakarta EE.
One of the more interesting aspects of Java EE 6 to me is the concept of profiles, and the profile that’s gotten much of the attention is the Web profile. This is, in short, a more lightweight subset ...
IBM and Microsoft have announced the availability of a jointly developed solution for running the network deployment of IBM's WebSphere Application Server (WAS) on Azure Linux-based virtual machines ...
What is the best application server? The answer depends on what an enterprise is looking for. Compare Apache Tomcat to these four offerings to see which Java app server fits. Continue Reading ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Client-side JavaScript frameworks are all the rage, but they aren’t always the right answer if ...
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 increases ...