Server & Client Components inside the same process

Hi, Jen,

Thanks for your support.

If I add the binding code to the .adef file (as it is showed in the second example):

[code]processes:
{
run:
{
(myApp)
}
}

bindings:
{
myApp.printClient.printer -> myApp.printServer.printer
}[/code]

Then the server and client components don’t run so, they don’t work properly. Also, I will need to add:

provides:{api:{ printer = myApp.printServer.printer}}

in order to provide the api to other client applications.