Tag Cloud
- ActiveMQ
- Artifactory
- AWS
- AWS Beanstalk
- AWS DynamoDB
- AWS EMR
- AWS Glacier
- AWS IAM
- AWS RDS
- AWS Route 53
- AWS S3
- AWS SDK Java
- AWS SQS
- AWS VPC
- Axis2
- blockchain
- Boxfuse
- BPEL
- BPMN
- Citrus
- Cloud
- CloudCheckr
- Continuous Build
- Continuous Delivery
- CruiseControl
- CXF
- DataMining
- Docker
- EJB3
- ethereum
- Git
- GitLab
- GlassFish
- Hadoop
- Hibernate
- IntelliJ IDEA
- iOS
- Jasper Reports
- JAX-WS
- JAXB
- JBoss AS
- Jenkins
- JMS
- Linux
- MapForce
- MapReduce
- maven
- MongoDB
- Mule
- Mule ESB
- Mule iON
- Netbeans
- Nexus
- OpenEJB
- Oracle BPEL
- Oracle iAS
- Oracle WSM
- Oracle XE
- Quartz
- Red Hat
- REST
- Security
- Smooks
- SOA/Web Services
- SoapUI
- Spring Boot
- Spring Framework
- Spring Integration
- Spring WS
- Swift
- TOGAF9
- Tomcat
- WSO2 ESB
- XCode
- XML/XSD/XSLT
Archives
Categories
Top Posts & Pages
- Using a WAR module as dependency in Maven
- Transforming XML to CSV via XSLT
- Running the Maven Release Plugin with Jenkins
- Compiling Jasper Reports with Maven2
- Run your Spring Boot application on AWS using Elastic Beanstalk
- Cloning a JAXB object
- Using AWS Java SDK with AWS DynamoDB
- 'Error import WSDL' in SoapUI
- Use Spring and Hibernate with MongoDB
- Get a Certificate from AWS Certificate Manager
About me
Pascal Alma
Pascal is a senior IT consultant and has been working in IT since 1997. He is monitoring the latest development in new technologies (Mobile, Cloud, Big Data) closely and particularly interested in Java open source tool stacks, cloud related technologies like AWS and mobile development like building iOS apps with Swift. Specialties: Java/JEE/Spring Amazon AWS API/REST Big Data Continuous Delivery Swift/iOS
Personal Links
Category Archives: XML/ XSD/ XSLT
Reloadable XSLT Transformer in Mule
One of the main functions of a Mule ESB application (besides transporting messages) is transforming messages to another format. Nowadays a lot of messages are XML based so a lot of transformations are done by using XSLT, or in Mule … Continue reading
About Mule, content-based routing and namespaces
Some of our Mule ESB applications make use of content-based routing when processing a message. To implement this in Mule we use a filtering-router with a jaxen-filter. The most simple example looks like this: You can also use a XPath … Continue reading
Posted in Mule2, XML/ XSD/ XSLT
Tagged Mule, XML/XSD/XSLT
Comments Off on About Mule, content-based routing and namespaces
Introducing Altova Mapforce
Although we see many advantages in using (free) open source tools or frameworks we keep our eyes open to check whether the chosen open source solution is best for our customer. We recently had a situation where we preferred a … Continue reading
Posted in General, MapForce, XML/ XSD/ XSLT
Tagged MapForce
Comments Off on Introducing Altova Mapforce
Issues when making use of XML (part 4)
XML is quite common nowadays, especially in the application integration business that I am involved in. However, I still see companies making big mistakes when they decide to start using XML (for example as the exchange format with their business … Continue reading
Issues when making use of XML (part 3)
XML is quite common nowadays, especially in the application integration business that I am involved in. However, I still see companies making big mistakes when they decide to start using XML (for example as the exchange format with their business … Continue reading
Issues when making use of XML (part 2)
XML is quite common nowadays, especially in the application integration business that I am involved in. However, I still see companies making big mistakes when they decide to start using XML (for example as the exchange format with their business … Continue reading
Issues when making use of XML (part 1)
XML is quite common nowadays, especially in the application integration business that I am involved in. However, I still see companies making big mistakes when they decide to start using XML (for example as the exchange format with their business … Continue reading
Create your own Expression Evaluator in Mule
Although there are a lot of evaluators available in Mule CE it is very easy to add your own evaluator. In my case we have a self defined message format that holds some properties in the header of a message … Continue reading
Posted in Mule, XML/ XSD/ XSLT
Tagged JAXB, Mule, XML/XSD/XSLT
Comments Off on Create your own Expression Evaluator in Mule
XSLT2 translations with Mule2
When you use Mule to integrate several applications that are ‘talking’ xml, sooner or later you will end up translating XML messages from one format to another. This can be done with XSLT that has very powerful abilities. I have … Continue reading
Posted in Mule, XML/ XSD/ XSLT
Tagged Mule, XML/XSD/XSLT
Comments Off on XSLT2 translations with Mule2
XSL Transformations with Maven
In my last post I told about the XSLT processing that I have to do to get the XSD as I wanted it to be. Unfortunately there is not just one XSD that has to be processed but there are … Continue reading