Thursday, April 06, 2006
Himalia & Services Adapters
Himalia generated (and interpreted) user interfaces are built upon a service layer.
In fact, the user interface use an adapter (in the GoF term definition) to communicate with the real services layer. That makes the user interface completely independent from who gives the services, and only knows about the contracts they must implement.
Last week, reading some DSL blogs, I found a Edward Bakker' example. He is creating a DSL for services, with contracts, implementations, etc...
So, it could be great to join both approaches in the near future.
