Enterprise Java
-
Creating a simple JAX-RS MessageBodyWriter
JAX-RS is really cool and with the help of JAXB a lot of response data types can be converted for…
Read More » -
Red Hat officially announces release of JBoss BPM Suite 6 and JBoss BRMS 6
Red Hat has just announced general availability of these long awaited products! It takes a large effort to turn the…
Read More » -
How to create MySQL DataSource in WebLogic Server
One cool thing about using an application server is that it allows you to create DataSource outside of your application…
Read More » -
Websockets with Spring 4
I am throwing the entire kitchen sink into a small web application that I am developing as part of this…
Read More » -
Using Java EE’s ManagedExecutorService to asynchronously execute transactions
One year has passed by since the Java EE 7 specification has been published. Now that Wildfly 8 Final has…
Read More » -
Signing SOAP Messages – Generation of Enveloped XML Signatures
Digital signing is a widely used mechanism to make digital contents authentic. By producing a digital signature for some content,…
Read More » -
Deploy to Maven Central Repository
Do you need to make your Java library publicly accessible? Is your project hosted on GitHub? Do you like idea…
Read More » -
WebLogic Classloader Analysis Tool
The WebLogic Server has a built-in webapp called Classloader Analysis Tool, and you may access it through http://localhost:7001/wls-cat You need…
Read More » -
XML to Avro Conversion
We all know what XML is right? Just in case not, no problem here is what it is all about.…
Read More »