Thanks for the answer Pascal,

well, this came from a project i am doing with asterisk, at some time I
ended up with different little apps each one implementing a thread that was
consulting  with the server,

then i learned about ERRest, and I changed the way things were done so that
my apps were consulting the rest services and then i had multiple apps that
were consulting the asterisklogic module,
this was cool because I only had to have one connection to asterisk, but I
started to have to send actions to the server instead of just having to
consult data,
after that I wrote some showPages and it was ok, but for the embed part,
because the embed usually messes the css, so it was when i decided that i
wanted a way to get this show pages and put them into divs so I could write
different apps with different styles but with a same structure and as long
as I write the showPage with that default structure it would work with the
default style no matter the app that was consulting them, and maintining
that lone connection to the asterisk server.

so that's why I want to write it in this way instead of writing a
framework, i don't want to implement the server logic multiple times, i
want all regarding asterisk to be done in that module and other apps just
to connect to that module without concern about anything relating to it.

Emmanuel~
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to