This document discusses developing services in a Service Oriented Architecture (SOA) for evolutionary algorithms. It covers SOA frameworks, design principles for stateless and independent services, and an example implementation using OSGi. The presentation outlines existing EA frameworks, defining services, principles like avoiding global state, and implementing services as OSGi bundles with declarative interfaces. It concludes that SOA provides independence while OSGi fulfills requirements like stateless design and supports dynamic deployment of distributed services.
Related topics: