Hi, Kenkaj
Technical requirement means if I have a application which is very old, made long before and have perl coding then how we can change or apply new pipelines technology to the application?
Cory Isaacson
author
Greenhorn
Joined: Mar 13, 2009
Posts: 18
posted
0
Ninad Kulkarni wrote:What are the technical requirements for a existing application to apply Software Pipelines?
Generally you can introduce pipelines into almost any business transaction application. The book examples are all done in Java, but it can work with other languages too. What is helpful is an application that is appropriately partitioned, with business services in its own layer. Then you can package those service components as pipeline services, and scale them at deployment time.