Chapter 6. Implementing components using other technologies

This chapter covers

  • Using Spring to implement components
  • Using BPEL processes to implement components
  • Using scripts to implement components

An SCA application is an assembly of components. Each component has an implementation type. In chapter 5 we looked at how you can implement components using the Java language implementation type (implementation.java). In this chapter we’ll look at three more popular implementation types:

  • implementation.spring
  • implementation.bpel
  • implementation.script

Both implementation.bpel and implementation.spring are described in SCA specifications. But implementation.script was created by the Tuscany community and appears in the Tuscany namespace. ...

Get Tuscany SCA in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.