News

Have you ever had that annoying issue when your server started up and the LOCKFILE still existed in the webMethods folder? I’ve created a small script for windows which tackles this issue. set jobname=softwareAGwebMethodsIntegrationServer_8.0 set location=C:SoftwareAGIntegrationServerLOCKFILE for /F “tokens=3 delims=: ” %%H in (‘sc query “%jobname%” ^| findstr ”       ...

A client of ours uses Mule ESB mainly as a mediator component that will throttle, translate and call external parties. Some of these parties are however not so reliable when it comes to response times. There were several utilities in use to check what the...

[vc_row css_animation="" row_type="row" use_row_as_full_screen_section="no" type="full_width" angled_section="no" text_align="left" background_image_as_pattern="without_pattern"][vc_column][vc_column_text]In this last entry that completes the video series of our JBoss ESB introduction, we explore XSLT transformations and basic smooks parsing. First up is the XSLT transformation:[/vc_column_text][vc_video link="http://www.youtube.com/watch?v=vkd12IHJMGY" el_width="50"][vc_column_text]Parsing flat file into usable XML formats is a rather...

We all get in touch with different processes on daily basis. Most of the times there are tools available to monitor if a process ran successfully.  But in many cases the performance of these processes aren’t measured before they are deployed to the production environment. We...

The new Google SPDY protocol is another attempt to make the web more efficient and reliable. The SPDY protocol introduces an extra layer between HTTP and TCP/IP (actually SSL/TLS) that primarily allows for multiplexing and parallelizing multiple HTTP requests over a single SSL connection. The SPDY...