Tag: JSON / JAVA / XML

Community

Central Key Management

(Brian Bayless) I worry about things. For instance, I collect, from a client, data that is sensitive, and I want to encrypt it. It bothers me to pass this data around my network in the clear, possibly even storing it in session data. Securing data in a distributed application is very difficult, invo

Community

Serializing XML with stylesheet

(cmumford) The Microsoft .NET framework makes it very easy to serialize an object to XML. It has its shortcomings which I won’t go into here, but all-in-all, it is quite useful. Something I’ve wanted to do for some time now is to write out (serialize) an object in XML format while including a styles