The ScreenSteps desktop app for Windows and Mac lets users create attractive screenshot-based support documents in minutes. You can capture full or partial screenshots, add relatively sophisticated annotation and then publish to the web or export in HTML or PDF formats.
Web site : http://www.bluemangolearning.com/
Tuesday, July 26, 2011
Thursday, July 7, 2011
One-line SOAP Messages
Your logs should be optimized for maintenance in enterprise applications. That means you need to optimize your log for standard text processing with standard tools like GREP. Best practice for XML logs is to make them one line in the log file. So that you can search them with grep command having more than one criteria. If you XML message is not oneline you can use following command to convert them to a one line message and log this with your logger.
kg
s= s.replaceAll("\\r\\n|\\r|\\n", "");
logger.debug(s);
kg
Sunday, July 3, 2011
Java SE 6 and Webservices
Webservices can be written using core Java SE 6 (Java Standard Edition 6) or greater without any additional software. All of the required librarires are available in Java SE 6. Java SE 6 ships with JAX-WS.
ref: http://www.amazon.com/gp/search?index=books&linkCode=qs&keywords=059652112X
ref: http://www.amazon.com/gp/search?index=books&linkCode=qs&keywords=059652112X
Subscribe to:
Posts (Atom)