Home | About the author | Resume
SMS Bundle - Mobile Marketing Solutions
SMS Bundle is an Australian-based service for sending marketing SMS and MMS

Search results

"category:/xml"


Title and summary Date/time
1
Redefining web applications with AJAX, Servlets and JSON
In this article I would like to show how JSON (JavaScript Object Notation) and Java servlet can be used together in a little AJAX (Asynchronous JavaScript and XML) application. To give brief description to those who are not closely familiar with JSON - ...
13/09/2009
2:00:00 PM
2
JBoss Security - JMX Console
I was reading about JBoss security today, and came across the following page: JBoss Security vulnerability JMX Management Console. The guy tells how common is to come across servers on the Internet that run completely unsecured JMX-Console. I gave it a ...
27/08/2009
12:46:00 PM
3
Hibernate Event Interceptor
Its quite common when you create an application, there is a need to create an audit trail on the application level where all entity insert, update and delete events are logged. In this post, I would like to describe a simple approach that can help you ...
08/03/2009
4:42:00 PM
4
Using template to deploy a JBoss queue
Currently I am involved in a project, where I have to use Velocity template engine to deploy queues and message-driven beans to JBoss. Velocity is a template engine that can be used for many purposes, and in my case I am using it to generate XML ...
01/05/2008
10:48:00 AM
5
Serialize POJO to XML
Today my colleague, Chandana was trying to convert POJO to an XML file. In our company we are working with dom4j library, but unfortunately it does not provide the capabilities to convert a Java object on the fly to an XML. Off course Chandana could ...
30/04/2008
10:18:00 AM