This is really great. At QCon I attented the NetKernel talk which proposes a functional rest based approach where you compose your programs by writing rest only expressions and have all the advantages of a functional language (caching, no sideeffects etc.).
If we add REST based Service addressing and execution then creating a similiar approach is easy. As you can now address single entities and collections of entities filtered by queries so service calls would just be similiar (query like) functions on the entity/query/service call with result params. There you have your full functional REST based language with qi4j. Michael _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

