xml

Amazon Web services – Web applications in the AWS Cloud

Building powerful web applications in the AWS Cloud : A Love Story – Jinesh Varia View more presentations from Amazon Web Services


Working with Maven Project in Eclipse

Maven helps the software project life cycle in many ways. One of the many attributes if it is that it integrates well with IDEs such as eclipse, Net beans and IntelliJ. I am trying to list certain things here which you can do while working with Maven managed project in Eclipse. 1. You definitely need [...]


Maven 2 – An overview

Maven 2 features View more presentations from Angel Ruiz. Maven 2 in the real world View more presentations from carlo.bonamico.


Spring Framework 2.5 – an overview

Spring Framework Training View more documents from Intertech Training.


SAX Parser – Reading CDATA

CDATA is the section in XML Document which should not be parsed by XML parser implementation. This section can be used to pass the data which generally does not comply with XML syntax like a javascript function. If you need to transfer a javascript function in your XML document or a JSON formatted data which [...]