Posts

Showing posts from March, 2013

Read and Write Primary Document in ​ IBM B2B Sterling Integrator using MESA

​Read​  ​and Write Primary Document while implementing ​a ​ Custom Service in ​​ IBM B2B Sterling Integrator ​ using MESA Studio​ . ​ public WorkFlowContext processData(WorkFlowContext wfc)             throws WorkFlowException {         Document outputDocument;         String codeListOutputXML = null;         OutputStream outputStream;         BufferedOutputStream bos;         String svcName = wfc.getServiceName();         XLogger log = new XLogger("SI_Auto_DeployImpl", svcName);         wfc.harnessRegister();         wfc.setBasicStatus(WorkFlowContext.SUCCESS);         try {             CodeListDeployer codeListDeployer = new CodeListDeployer();             // Read the input from PrimaryDocument              Document srcDoc = wfc.getPrimaryDocument();                 codeListOutputXML = codeListDeployer.readCodeListExcel(srcDoc.getInputStream());              //Write output to new PrimaryDocument              outputDocument = wfc.newDocument();           ...

Oracle Documentation Links

Few good oracle documentation links we can learn pretty much oracle by self, Oracle® Server Concepts http://docs.oracle.com/cd/E11882_01/server.112/e25789/toc.htm Oracle® 2-Day Developers Guide http://docs.oracle.com/cd/E11882_01/appdev.112/e10766/toc.htm Oracle® Database 2 Day DBA http://docs.oracle.com/cd/E11882_01/server.112/e10897/toc.htm Oracle® Database 2 Day + Performance Tuning Guide http://docs.oracle.com/cd/E11882_01/server.112/e10822/toc.htm

File Compress Service in IBM B2B Sterling Integrator

<operation name="Compress">   <participant name="CompressionService"/>  <output message="outputMessage">  <assign to="." from="*"/>  <assign to="compression_action">Compress</assign>  <assign to="compressed_filename" from="concat('FileName__','.gz')"/>  <assign to="compression_level">1</assign> <!-- 1 Cost Less CPU cycles -->  <assign to="file_name">string(OriginalFileName)</assign> <assign to="doc_to_compress">primary_doc</assign> </output>  <input message="inputMessage">  <assign to="." from="*"/> </input>  </operation>

How to Launch Your Business While Working Full Time – QA with Tai Goodwin

http://succeedasyourownboss.com/06/2011/how-to-launch-your-business-while-working-full-time-qa-with-tai-goodwin/ http://launchwhileworking.com/

Marketing concepts Explained...

Image

40 Useful Websites

www.marcandangel.com/2010/05/24/top-40-useful-sites-to-learn-new-skills