-
Recent Posts
Tags
Twitter Updates
- Cargo, Maven, and Failsafe FTW. A cheap approach to integration testing your web applications. davidvaleri.wordpress.com/2013/03/28/int……b-applications/ 1 month ago
- New Camel example w/ optional Fuse Fabric integration showing best practices, low invasiveness, and container support davidvaleri.wordpress.com/2013/03/28/int… 1 month ago
- Fashionably late to the Camel 2.10 release party. A short post about two new features in this release. davidvaleri.wordpress.com/2012/07/16/enh… 10 months ago
- Video of my presentation from CamelOne. s.apache.org/zXL Be sure to check out the other great presentations at fusesource.com/apache-camel-c… 11 months ago
- Sitting at the airport. To my left: woman watching video with no headphones. To my right: man cutting his fingernails. #peoplesuck 11 months ago
Tag Archives: maven
Integration Testing Web Applications
Over the years I have needed to integration test a number of web applications from simple user facing applications to large Web service APIs. No matter what the application does, one always needs to deploy the application into a container … Continue reading
Secrets of The Felix Bundle Plug-in Macros Revealed
I was recently dealing with some client concerns regarding package import scopes in their Maven-built artifact using the Felix Bundle Plug-in. The client was curious about strategies for dealing with package import version ranges as well as how to manage … Continue reading
Combining Karaf Features, PAX URL, and Maven to deploy a plain JAR as an OSGi bundle
I recently found myself in the situation where I needed to provide an easy way for a client to install a set of OSGi bundles and their dependencies. Karaf Features allow you to name a collection of bundles and other … Continue reading