Hi all,
I'm developping a web application with several services. I'd like to
build this application as a SOA (service oriented architecture)
platform, so that it will be easy to update and/or add services.
The way I'm about to write my application is to build TG applications
like this:
- base application (including global model, authentication, master
template, etc)
- app_1 including brain for a batch of services (lib, templates,
controllers)
- app_2 including brain for another batch of services (lib, templates,
controllers)
- ...
Everything being linked with the base application.
For example, the parts I'd like to add to the base application are:
- reusable icons
- helper functions
- ORM and data model
- base templates
What would be the best way to do? Should I do something like tg
extensions or tg applications? (I believe TG applications is the right
way to do...)
What method for development? Working with "virtual" eggs like if I add
installed my applications? Is there any tutorial about this?
Thanks for your help.
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en.