Tag: Java EE
-
What Developers Need to Know About Java Security
Java gained a reputation as a secure programming language when it was introduced in the mid-1990s. At that time, C or C++ was used for the …
-
Java EE Security in Relation to JASPIC, JACC and LoginModules/Realms
EE Security in Relation to JASPIC, JACC and LoginModules/Realms Java EE 8 introduced a new API called the Java EE Security API (see JSR …
-
Use Java EE and OpenID Connect to Secure Your Java API
In the early 2000s, Java developers used servlets and EJBs to develop their server applications. Hibernate and Spring came along in 2002 …
-
EE Security in Relation to JASPIC, JACC, and LoginModules/Realms
Java EE 8 introduced a new API called the Java EE Security API (see JSR 375) or “EE Security” for …
-
Java EE 8’s Security API: Overview
Probably the single most significant new feature added to Java EE 8 is the new Security API. The primary motivations for this new API were …
●●●