soatechlab.blogspot.com
The Tech Lab: July 2010
http://soatechlab.blogspot.com/2010_07_01_archive.html
Sharing practical knowledge of technology with a focus on integration. Friday, July 23, 2010. Sending outbound SMTP messages through Gmail with Mule ESB. I'm currently working on a Managed File Transfer (MFT) proof-of-concept for a client using Mule ESB Enterprise. Mule ESB (I'm using Mule ESB Enterprise. Version: 2.2.5 Build: 16813 along with Mule Management Console support, i.e. mmc-agent-2.2.5.jar) *. Mule xmlns="http:/ www.mulesource.org/schema/mule/core/2.2". Http:/ www.mulesource.org/schema...Http:...
soatechlab.blogspot.com
The Tech Lab: July 2009
http://soatechlab.blogspot.com/2009_07_01_archive.html
Sharing practical knowledge of technology with a focus on integration. Sunday, July 19, 2009. Open Source Integration Podcast. A few weeks ago a few "charioteers" got together to discuss integration tools and techniques over a few beers :).check it out Episode 35 - A few beers with Chariot's Open Source Integration Experts. Subscribe to: Posts (Atom). Fort Washington, PA, United States. View my complete profile. Subscribe in a reader. Open Source Integration Podcast. SOA in the Real World.
soatechlab.blogspot.com
The Tech Lab: January 2011
http://soatechlab.blogspot.com/2011_01_01_archive.html
Sharing practical knowledge of technology with a focus on integration. Tuesday, January 4, 2011. Completely Remove MySQL on Mac OS X. I was getting my Mac ready to do some Rails development with a MySQL database and I ran into a problem installing MySQL 5.5.8. Sudo rm -rf /usr/local/mysql*. Sudo rm -rf /Library/StartupItems/MySQLCOM. Sudo rm -rf /Library/PreferencePanes/My*. Edit /etc/hostconfig) sudo vi /etc/hostconfig (Remove line MYSQLCOM=-YES). Sudo rm -rf /Library/Receipts/mysql*.
soatechlab.blogspot.com
The Tech Lab: January 2008
http://soatechlab.blogspot.com/2008_01_01_archive.html
Sharing practical knowledge of technology with a focus on integration. Thursday, January 10, 2008. Use JConsole with ActiveMQ for a quick JMS test client. First, I configured ActiveMQ with the queues I needed and started the server (console output below). The JMX service connection uri is part of the ActiveMQ startup output (see the last line beginning with INFO ManagementContext). After the server is running you then can start up JConsole by typing jconsole. Ok, now we're able perform as many MBean oper...
soatechlab.blogspot.com
The Tech Lab: May 2007
http://soatechlab.blogspot.com/2007_05_01_archive.html
Sharing practical knowledge of technology with a focus on integration. Tuesday, May 22, 2007. Milestone 1: Use Case Implemented in Sun JavaCAPS. Well it's been a long road and I'm happy to announce that we've reach our first milestone in the SOA Lab of an implemented use case using our Virtual Enterprise. Impressions of the Sun JavaCAPS tools. J2EE compliant middleware services (e.g. Sun SeeBeyond Integration Server aka "Logical Host"). A messaging server (JMS) - deployed in the Logical Host. Linux insta...
soatechlab.blogspot.com
The Tech Lab: September 2009
http://soatechlab.blogspot.com/2009_09_01_archive.html
Sharing practical knowledge of technology with a focus on integration. Monday, September 21, 2009. How To Cluster SpringSource tc Server™. I decided to pull together this HowTo while working on a tc Server screencast for Chariot Solutions'. Booth at SpringOne 2GX. For the unfamiliar, tc Sever is an enterprise version of Apache Tomcat provided by SpringSource™. There are a number of differences. If you have a large cluster with many nodes then SpringSource recommends a more advanced cluster configuration.
soatechlab.blogspot.com
The Tech Lab: September 2010
http://soatechlab.blogspot.com/2010_09_01_archive.html
Sharing practical knowledge of technology with a focus on integration. Wednesday, September 22, 2010. Chariot Solutions Fall Events. Here are a couple of events that I'd recommend considering. Continuous Integration for the Enterprise. Tuesday, October 12, 2010. Mobile Application Development Series. Tuesday, November 9th, 2010. Subscribe to: Posts (Atom). Fort Washington, PA, United States. View my complete profile. Subscribe in a reader. Chariot Solutions Fall Events. SOA in the Real World.
soatechlab.blogspot.com
The Tech Lab: February 2007
http://soatechlab.blogspot.com/2007_02_01_archive.html
Sharing practical knowledge of technology with a focus on integration. Wednesday, February 28, 2007. Let the Journey Begin. The "Journey" I'm referring to is a path to a better understanding of SOA (Service Oriented Architecture) and the tools that enable an organization to achieve it. My name is Rod Biresch and I'm part of a team of Enterprise Architects that include Steve Smith. Who are taking a real world "hands on" practical approach to SOA. So why are we doing this? Blogged in The Beginning.
soatechlab.blogspot.com
The Tech Lab: April 2007
http://soatechlab.blogspot.com/2007_04_01_archive.html
Sharing practical knowledge of technology with a focus on integration. Tuesday, April 17, 2007. First taste of ServiceMix. It's been just over a month since my last post and that's fair too long. So, you might ask, what's going on? Well I had a slight diversion from Java CAPS to take a closer look at ServiceMix. I started out by installing LogicBlaze FUSE. On a CentOS linux VM along with the FUSE Development Environment, which is Eclipse with some plugins. Now why FUSE you might ask? The deploy directory...
soatechlab.blogspot.com
The Tech Lab: August 2010
http://soatechlab.blogspot.com/2010_08_01_archive.html
Sharing practical knowledge of technology with a focus on integration. Tuesday, August 3, 2010. PGP Encryption with Mule ESB. Recently I encounter an encryption problem in Mule ESB that surprised me.I could not figure out how to encrypt a message? I wasn't able to find an example on how PGP "encryption" should be configured even after numerous google and mule forum searches. I was getting a little concerned that the PGP support in mule may be for decryption only. The PGP Security documentation. I could s...