At Talend, we contribute to open source projects because they challenge us with new ideas and keep us sharp. We also do it because it’s the right thing to do. That’s why we're putting the spotlight on Talend team members who help make that possible.
Different logging frameworks (SLF4J, Log4J, Logback, JUL) can be used to log events for Apache CXF STS. The configuration allows to define which logger should log messages till to which log level. That works fine to drill down generic issues but ...
With my new gig at Talend I have requested a MacBook Pro as a company computer, thinking that since I’m now an architect I will have to do more writing and (god forbid) slides. Of course I will continue to develop software, both for the company and in my open source work. For years, my preferred development platform has been Unix (shows how old I am, I really mean Unix) or Linux. And I have had to work on all three of Windows, Linux and the ...
After many years of leading Oakland Software to develop really good data transformation technology, I have moved to a new phase, having sold these assets to Talend. A little while ago, I joined Talend as a Senior Architect responsible for data transformation as well as other cross product issues and I’m very excited to be part of this team of extremely bright and talented folks.
For quite a while now the Oakland Data Transformer has worked ...
About a year ago, I have gotten involved pretty extensively in the Jenkins EC2 plugin where I’m now the maintainer. This was motivated by wanting to move my company’s (Oakland Software — now mostly part of Talend) build process to EC2 and finding out that it was simply not possible unless some significant work was done on the plugin. Seeing that the plugin was missing an active maintainer, I requested the responsibility (which was ...
When deploying a web service provider to a J2EE server such as Oracle WebLogic or IBM WebSphere Application Server it's probably easiest to first try to deploy as a WAR and see if that will work. However, due to classloader issues or a desire to take advantage of container-specific configuration you may find yourself needing to deploy your web service as an enterprise archive (EAR). This sample converts my WAR-based DoubleIt web service tutorial to ...
Blog post edited by Christian Schneider
At least for some time the whole world seemed to only talk about ESB and webservices. These technologies have their place in integration but they are quite complex and starting with them means you have to invest a lot of time and or money. Recently around the release of Java EE 6 the idea of simplicity came back to the Enterprise ...
Some exercise and diet lessons I've learned through the years:
Exercise:
Switch from per-day to per-week discipline. For many years I tried to exercise a set amount each day or every other day but would find my discipline would soon wane for one reason or another, causing difficulty restarting and getting back into a groove. About six years ago I switched to per-week discipline, which I've been able to adhere to 100% since then, amazing ...
Glassfish Jersey provides roughly three dozen RESTful samples (zip) (SVN) in its Version 1.17 (JAX-RS 1.1 compatible) release. I thought it would be useful to convert several of the examples to Apache CXF to see the changes needed for them to run. I have the converted samples stored on GitHub for all to view/download -- they can obtained via the download ZIP button or via the Git git clone -v git://github.com/gmazza/jersey-samples-on-cxf.git ...
Last night the Washington DC chapter of the ACM held a meetup at the New America Foundation featuring Dr. Larry Davis of the University of Maryland. He gave a broad overview of the history and applications of computer vision over the decades, successes and challenges, and current techniques and goals in the field. My notes from the meeting:
Blog post edited by Christian Schneider
Shows how to run your camel routes in the OSGi server Apache Karaf. Like for CXF blueprint is used to boot up camel. The tutorial shows three examples - a simple blueprint route, a jms2rest adapter and an order processing example.
Installing Karaf and making Camel features availableI attended last night's OpenStackDC meetup graciously sponsored by HPCloud. It was held at the Warehouse Theater, a large room in an older masonry-starred building across the street from the D.C. Convention Center. OpenStack is an Apache-licensed cloud computing platform sponsored by several major companies as an alternative to proprietary offerings from companies such as Amazon, VMWare and Google. One of the main benefits OpenStack provides is ...
Blog post edited by Christian Schneider
Shows how to publish and use a simple REST and SOAP service in karaf using cxf and blueprint.
To run the example you need to install the http feature of karaf. The default http port is 8080 and can be configured using the
config admin pid "org.ops4j.pax.web". You also need to install the cxf feature. The base url of the cxf ...
I attended Data Business DC's April meetup last night, featuring speakers from Oracle, MapR, and Intridea held at the impressive (yet still under construction) facility of Washington's new startup incubator 1776. Data Business DC is a sub-organization of Data Community DC, and this presentation was part of Big Data Week Washington. The slides from all three presentations are available online. My notes from the presentations:
Speaker #1 - Charles ...