Blogs tagged Java EE
-
Summary Develop an Adapter Framework Module (AFM) capable of signing the contents of a payload in the pattern “PKCS # 7” and encode it in Base64. Use In my case the module will be used to convert the data generated by a file... Read More »1Comment4Likes -
In a previous article I outlined how one can use JPA’s @SqlResultMapping annotation to permit one to utilize JPA’s createNativeQuery() method and map an SQL native query to a result set composed of something other than JPA-managed object... Read More »0Comments0Likes -
Hibernate is by far the most popular of the various object-relational mapping tools available for Java, and is one of the ORM toolkits that supports the Java Persistence API, which forms part of the Java EE 7 specification. The current JPA... Read More »0Comments0Likes