Check out this view from Downtown Vancouver’s English Bay… What a view…
Here is a link to full size pic (http://www.flickr.com/photos/dawouds/3317413222/in/photostream/)
This blog is a collection of things that i thought i should share with the world. They are a mix of personal and professional posts.
Check out this view from Downtown Vancouver’s English Bay… What a view…
Here is a link to full size pic (http://www.flickr.com/photos/dawouds/3317413222/in/photostream/)
If you have a WebServiceMessage object and you have a need to log that message to a Log4j Logger this is some quick code to do just that...
Log log = LogFactory.getLog("LoggerName");
WebServiceMessage message = wsMessage;
ByteArrayOutputStream os = new ByteArrayOutputStream();
message.writeTo(os);
log.error(os.toString());
I been a user of VMWare Fusion on my Mac. While talking to a co-worker i was told that VMWare 2.x is much better... then i was told it was a free update... and IT IS...
Download your free copy of this upgrade at http://www.vmware.com/download/fusion/ so far it is good, and i was told you can increase the side of the VM Desk space which is something i wanted to do for a long time... check out... but i think you need to have an account before you can download the software.