Skip to content

Files

8 lines (6 loc) · 476 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 476 Bytes

Utilities

testJavaDocker

contains a very simple Java main method which is built using maven as a jar and then dockerfile is used to create an image of it and run it in a container. The Mian class has just one algo to convert Java CodePoints to encoded hexadecimal codes which can be directly used in any HTML page.

jms-2-poc

Project contains pure Java EE 7 code for using JMS' implemnation which is comes with Weblogic. Everything is configured using JMS Annotations.