Hi Guilherme, That sounds like a comprehensive and indepth approach to the SCA Scala integration. You may find it a little daunting working out where and what in the Tuscany code you need to change and add to do it all though so I wonder if you should start with something quite simple like a very basic helloworld type app and get some of that going as a first step. We have a Scala helloworld from when a user was asking about it which just uses the standard SCA <implementation.java> so how about taking that and getting it to work using an <implementation.scala>? You can find some emails about that sample at http://apache.markmail.org/message/zswdmbimo5al3erf
...ant On Mon, Jun 13, 2011 at 4:02 PM, Guilherme Armigliatto <guilhermearmiglia...@gmail.com> wrote: > Hello, > > I am a little behind the schudule because I am finishing my master course. > Fortunately it's finish at friday 17th! Then I will have more time to > dedicate to GSoC. =) > > One interesting thing I read about SCALA is that it has elements that can be > used as basis for a service-oriented software component model > implementation. In this way, a first mapping between SCA elements and SCALA > elements could be: > - components -> classes and traits > - services -> concrete members of a class > - references -> deferred members of a class > - composition -> mixins > > I am working on this and I will provide some pack soon. > > Regards, > Guilherme > > --- > Guilherme Moraes Armigliatto > Master Degree Student > Reasoning for Complex Data (RECOD) > Institute of Computing (IC), University of Campinas (UNICAMP) > Campinas, SP, Brazil > >