Accessing RPC/Encoded Web services in Servicemix / Fuse ESB
If there’s one issue I’ve found with ServiceMix, it’s that it tends to enthusiastically embrace a certain way of doing things while letting other methods fall to the wayside. A prominent example of this is when constructing code to access web services. By default, Servicemix uses Apache CXF as its web service layer. CXF is […]
Setup redmine / artifactory / hudson on fedora
Just a quick run through of what I’ve been doing for the last few days, namely setting up our build / development server. It’s running Fedora, and the end goal was to have redmine, artifactory and hudson all on the same server, all running on port 80. Once it’s installed and running we should be […]
jNag server rewrite underway
Just a quick not to mention that I’ve restarted work on jNag. First order of business is to rewrite the server side code which, to be frank, is a quick and dirty job I hacked together just to get soemthing working at the time. The rewrite will incorporate everything I’ve learned about development in the […]
Possible jNag resurrection
So, jNag was recently listed by ‘Computerworlduk’ as one of the top 16 mobile applications for IT professionals: http://mobile.computerworlduk.com/slideshow/applications/3352077/best-mobile-apps-for-it-pros/6/ And this has given me some motivation to restart development…. I need some sort of project to work on since giving up facebook (I deactivated my account last week in the hope of spurring some productivity) […]
Magento: Email address when using paypal express in 1.6
Just a quick fix for today. Magento appears to have a bug whereby if a user places an order using paypal express when they’re not logged into your site (ie: using the ‘guest checkout’ functionality of magento their email address will not be passed through correctly. One annoying symptom of this is that the user […]
Magento: config file mapping
Magento: solving ‘invalid API path’ errors
FUSE ESB Development: the build environment
The first thing we need to do when starting to work with fuse ESB is set up our build environment. For this we’ll be using Eclipse, with the FUSE IDE plugin and maven. I’ll also cover downloading and installing Servicemix, and then generating our first FUSE project. I’ll be using a windows box for the […]
FUSE ESB Development Introduction
Today I’ve decided to move on from the magento stuff I’ve been posting recently, and start looking at working with FUSE ESB. This is an enterprise service bus based on apaches servicemix platform. There’s a lot of new stuff here, the majority of the code for servicemix is written in Java and plugged together using […]