Skip to content
  • salesforce New Automation bundle
    • Products
      For IT TeamsAnypoint Platform World’s #1 integration and API platform
      Integration Studio Exchange Connectors DataGraph
      API management

      Flex Gateway New

      API Governance New

      Monitoring API Manager
      See all
      Try for free Sign up to Anypoint Platform Download Studio & Mule
      For Business Teams MuleSoft Composer Connect apps and data instantly MuleSoft RPA New Automate tasks with bots
      Read the Gartner Magic Quadrant report

      Gartner names MuleSoft a Leader and a Visionary

      Read reports
    • Solutions
      Featured Solutions API Management Manage and secure any API, built and deployed anywhere Integration Connect any system, data, or API to integrate at scale Automation Automate processes and tasks for every team
      Featured Integration Salesforce Power connected experiences with Salesforce integration SAP Unlock SAP and connect your IT landscape AWS Get the most out of AWS with integration and APIs
      By Industry Financial services Government Healthcare and life sciences Higher education Insurance Manufacturing Media and telecom Retail Consumer goods
      By Initiative Automation eCommerce Legacy system modernization Mobile Move to the cloud Omnichannel SaaS integrations Single view of customer
      See all solutions
      Unleash the power of Salesforce Customer 360 through integration

      Unleash the power of Salesforce Customer 360 through integration

      Integrate Salesforce Customer 360 to digitally transform your business
      Read more
    • Services
      Training Courses Certifications Learning paths Training credits
      Customer success MuleSoft Catalyst Business Value Services
      Support Help Center Community Forums Resources
      Anypoint Platform Fundamentals

      Anypoint Platform Fundamentals

      Get hands-on experience using Anypoint Platform with a free online course
      Enroll for free
    • Resources
      Featured Resources Customer stories CIO webcast Developer podcast News
      Explore Webinars Demos Videos Analyst reports eBooks Whitepapers Infographics Articles Blog
      See all resources
      Events MuleSoft CONNECT MuleSoft at Dreamforce MuleSoft at TrailblazerDX Community Meetups All events
      Event MuleSoft CONNECT

      Watch CONNECT on-demand

      Watch all your favorite on-demand sessions from CONNECT, including the keynote address
      Watch now
    • Developers
      Getting started Community Training Tutorials Documentation
    • Partners
      FOR CUSTOMERS Find a partner FOR PARTNERS Partner program Partner resources Partner calendar Become a partner Partner login
    • CONTACT US Request a call Get support Global offices
    • Login
      Anypoint Platform Composer Training Help Center
    • Free trial
    • Products
      For IT TeamsAnypoint Platform World’s #1 integration and API platform
      Integration Studio Exchange Connectors DataGraph
      API management

      Flex Gateway New

      API Governance New

      Monitoring API Manager
      See all
      Try for free Sign up to Anypoint Platform Download Studio & Mule
      For Business Teams MuleSoft Composer Connect apps and data instantly MuleSoft RPA New Automate tasks with bots
      Read the Gartner Magic Quadrant report

      Gartner names MuleSoft a Leader and a Visionary

      Read reports
    • Solutions
      Featured Solutions API Management Manage and secure any API, built and deployed anywhere Integration Connect any system, data, or API to integrate at scale Automation Automate processes and tasks for every team
      Featured Integration Salesforce Power connected experiences with Salesforce integration SAP Unlock SAP and connect your IT landscape AWS Get the most out of AWS with integration and APIs
      By Industry Financial services Government Healthcare and life sciences Higher education Insurance Manufacturing Media and telecom Retail Consumer goods
      By Initiative Automation eCommerce Legacy system modernization Mobile Move to the cloud Omnichannel SaaS integrations Single view of customer
      See all solutions
      Unleash the power of Salesforce Customer 360 through integration

      Unleash the power of Salesforce Customer 360 through integration

      Integrate Salesforce Customer 360 to digitally transform your business
      Read more
    • Services
      Training Courses Certifications Learning paths Training credits
      Customer success MuleSoft Catalyst Business Value Services
      Support Help Center Community Forums Resources
      Anypoint Platform Fundamentals

      Anypoint Platform Fundamentals

      Get hands-on experience using Anypoint Platform with a free online course
      Enroll for free
    • Resources
      Featured Resources Customer stories CIO webcast Developer podcast News
      Explore Webinars Demos Videos Analyst reports eBooks Whitepapers Infographics Articles Blog
      See all resources
      Events MuleSoft CONNECT MuleSoft at Dreamforce MuleSoft at TrailblazerDX Community Meetups All events
      Event MuleSoft CONNECT

      Watch CONNECT on-demand

      Watch all your favorite on-demand sessions from CONNECT, including the keynote address
      Watch now
    • Developers
      Getting started Community Training Tutorials Documentation
    • Partners
      FOR CUSTOMERS Find a partner FOR PARTNERS Partner program Partner resources Partner calendar Become a partner Partner login
    • Contact
      CONTACT US Request a call Get support Global offices
    • Login
      Anypoint Platform Composer Training Help Center
    Free trial
    Link to MuleSoft Twitter profile Link to MuleSoft Linkedin profile Link to MuleSoft Facebook page Link to MuleSoft Instagram profile Link to MuleSoft Videos platform

    © Copyright 2023 Salesforce, Inc. All rights reserved.

    MuleSoft Blog MuleSoft Blog
    • Automation
    • Learn APIs
    • Integration strategy
    • Dev guides
    • News
    • Series
    Home > Articles by: Dirk Olmes

    Dirk Olmes

    Passionate Mule hacker
    How to tutorials

    Using XPath expressions on an XML document with namespaces

    The other day I helped a customer figure out a little XPath problem: they had an XML document and wanted to process it depending
    Dirk Olmes
    3 mins read | February 17, 2012
    Connectors and templates

    Migrating a MuleForge project to GitHub

    The new MuleForge works with different project hosting platforms, it  is now a repository of all things Mule rather than a project hosting service.
    Dirk Olmes
    4 mins read | June 7, 2011
    Dev guides

    Feed my inbox; reading RSS feeds with Mule ESB – Part 3

    In part 2 of this mini-series I showed a flow that retrieves an RSS feed periodically, splits it and sends each RSS entry via
    Dirk Olmes
    6 mins read | March 23, 2011
    How to tutorials

    Feed my inbox; reading RSS feeds with Mule ESB – Part 2

    In my last blog post I showed a simple flow to retrieve an RSS feed periodically, split it and send each RSS entry via
    Dirk Olmes
    6 mins read | February 24, 2011
    How to tutorials

    Feed my inbox; reading RSS feeds with Mule ESB

    I read a couple of RSS feeds regularly. Unfortunately, I work across a couple of machines: my laptop, the machine in the office, my
    Dirk Olmes
    5 mins read | January 26, 2011
    How to tutorials

    Overcoming the Eclipse XML autocomplete bug

    Mule configuration files are Spring XML files by nature. So the XML editor is an important development tool and provides a lot of benefit.
    Dirk Olmes
    4 mins read | December 8, 2010
    How to tutorials

    Pack up and go!

    In order to use the hot deployment feature that was introduced with Mule 3 you need to package your application as a zip file.
    Dirk Olmes
    2 mins read | November 23, 2010
    How to tutorials

    Deploy your applications while developing

    The Mule IDE 2.2.1 release that went out today contains a big productivity improvement: a hot deployment builder. It allows you to deploy your
    Dirk Olmes
    3 mins read | October 14, 2010
    How to tutorials

    Start hacking Mule 3 – with Mule IDE

    While the rest of the team was still busy with Mule 3 release preparations I took some time to update Mule IDE to be
    Dirk Olmes
    3 mins read | September 16, 2010
    How to tutorials

    Goodbye sync, hello exchange pattern

    When you take a look at the examples that come with the latest Mule 3 milestone release, you'll notice that endpoints have an exchange-pattern
    Dirk Olmes
    3 mins read | August 13, 2010
    1. 1
    2. 2
    3. 3
    4. Next

    Newsletter

    Get the latest news delivered to your inbox

    Subscribe

    Report

    Choose a Gartner Leader in API management and iPaaS
    Download report   
    Also of Interest
    • Migrating Subversion projects to Github
    • MuleSoft Community: 4 ways to learn and network with other users
    • Inside MuleSoft APAC: Getting AMPed

    mainfooter

    • Products
      • Anypoint Platform
      • MuleSoft Composer
      • MuleSoft RPA
      • Start a free trial
      • Download Studio
    • Solutions
      • API management
      • Integration
      • Automation
      • See all solutions
    • Services
      • Training
      • Certification
      • MuleSoft Catalyst
      • Business Value Services
    • Support
      • Help Center
      • Community
      • Tutorials
      • Documentation
      • Quick start guides
      • Ask an expert
    • Resources
      • Webinars
      • Demos
      • Videos
      • Analyst reports
      • eBooks
      • Whitepapers
      • Infographics
      • Articles
      • Blog
    • Explore more
      • Contact sales
      • Partners
      • Customer stories
      • Events
      • News
      • Careers
    © Copyright 2023 Salesforce, Inc. All rights reserved. Privacy Privacy Shield Terms

    Your Privacy Choices
    Link to MuleSoft Linkedin profile Link to MuleSoft Twitter profile Link to MuleSoft Instagram profile Link to MuleSoft Facebook profile Link to MuleSoft Videos platform Link to MuleSoft Twitch profile
    • Deutsch
    • English Full site
    • French
    • Japanese
    • Portuguese
    • Spanish
    • Deutsch
    • French
    • Japanese
    • Portuguese
    • Spanish
    • English Full site

    Subscribe and get notified each time a new episode is published

    You have been redirected

    You have been redirected to this page because Servicetrace has been acquired by MuleSoft. Click here to learn more.