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
- Assigning a subdomain to a Beanstalk application with AWS Route 53
- Using a WAR module as dependency in Maven
- Generate JAXB classes with Maven based on multiple schema’s
- right-pad values with XSLT
- Run your Spring Boot application on AWS using Elastic Beanstalk
- Use Spring and Hibernate with MongoDB
- Set up private blockchain with Ethereum (part 2)
- Make Serializable JAX-WS clients with Maven2
- Hibernate and the famous LazyInitializationException
- Cloning a JAXB object
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
Tag Archives: JAXB
Cloning a JAXB object
When you are using Java language to integrate applications you sooner or later will need a XML Binding framework. I have always used JAXB which is very easy to use in combination with Maven and the right plugin. Currently I … 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
Mule2, CXF and serializable classes
This post is one of the series of posts about issues that occurred when we were using Mule2 in a real life project. As I wrote in my last post we were using CXF to call a webservice with Mule. … Continue reading
Mule2 and the IllegalArgumentException
This is the first of a series of short posts about issues we had when using Mule2 in a real project. The first issue I want to mention is the IllegalArgumentException. When we first ran into this exception we hadn’t … Continue reading
Generating JAXB2 with Maven2
I have blogged before about how to generate JAXB binding classes based on your WSDL file, this time I wanted to generate JAXB classes based on just XSD files. Although I expected this to be simple, it took me quite … Continue reading
Posted in Maven, XML/ XSD/ XSLT
Tagged EJB3, JAXB, maven, XML/XSD/XSLT
Comments Off on Generating JAXB2 with Maven2