If I have a working application and I want to apply Software Pipelines, what is to be done?
Hong Anderson
Ranch Hand
Joined: Jul 05, 2005
Posts: 1936
posted
0
Do I need to rewrite code entirely?
Does Software Pipelines and SOA provide refactoring guideline?
SCJA 1.0, SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCJP 5.0, SCEA 5, SCBCD 5; OCUP - Fundamental, Intermediate and Advanced; IBM Certified Solution Designer - OOAD, vUML 2; SpringSource Certified Spring Professional
Cory Isaacson
author
Greenhorn
Joined: Mar 13, 2009
Posts: 18
posted
0
You should not have to rewrite much if any of your application, but you may need to repackage some of your code. The idea is to encapsulate the functionality in service components, then they are deployed using the pipelines framework. Its really pretty easy to do, the reference framework and examples show you what is required -- and its intended to be very lightweight and flexible.