-
Enterprise Java
Spring-injected Beans in JPA EntityListeners
In Database Encryption Using JPA Listeners I discussed transparent encryption using a JPA EntityListener. This approach was transparent in the…
Read More » -
Core Java
JavaOne 2013 Vicariously
I was disappointed that I was not able to attend JavaOne 2013, but was happy to see numerous useful posts…
Read More » -
Enterprise Java
Creating deployment plans with Oracle WebLogic
Creating deployment plans Deployment plans are part of the JSR-88 deployment standard, although not explicitly stated in this standard. A…
Read More » -
Enterprise Java
Swagger: make developers love working with your REST API
As JAX-RS API is evolving, with version 2.0 released earlier this year under JSR-339 umbrella, it’s becoming even more easy…
Read More » -
Core Java
Travel Report: JavaOne 2013 – Back To Glory
I’m back since a few days already and needed to catch up with all the things which had been on…
Read More » -
Core Java
XML Security with Digital Signature in JAVA
Introduction As you know XML plays a major role in our product or project development and from an XML document…
Read More » -
Core Java
Creating Password-Based Encryption Keys
This article discusses creating password-based encryption PBE keys. First a reminder of earlier points – as a rule you should,…
Read More » -
Software Development
A Few Thoughts About Method Implementation
In chapter 17 of “Clean Code” by Robert C. Martin, the author describes the idea of “code smells,” practices in…
Read More » -
Android Core
Send Email with Attachment in Android
This is a simple demo for send email in Android with attachment. For attachment I am using Intent.ACTION_GET_CONTENT. Don’t forget to…
Read More »