Multiple choice technology packaged enterprise solutions

Business Services uses

  1. Value objects

  2. Light Weight Data Objects

  3. Both a and b

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Business Services use Value Objects to transfer data between layers efficiently. Value Objects encapsulate related data into a single object, reducing the number of method calls and network overhead in distributed systems. This is a standard pattern in EJB and enterprise application architecture for data transfer.

AI explanation

Business Services typically communicate using Value Objects (VOs) — simple, serializable data carriers — to pass data between layers without exposing internal implementation details. This is a common enterprise pattern to decouple the service layer from the underlying domain/persistence objects.