Ticket #2205 enhancement new
Documentation codelistings need updating and tests
Description
The code used in .tac files is too complicated. I'd like to be able to create an application object with a minimum of verbage.
What we have:
application = Application('myapp', uid=1, gid=1) serviceCollection = IServiceCollection(application) service1.setServiceParent(serviceCollection) service2.setServiceParent(serviceCollection)
What I'd like
application = Application('myapp', uid=1, gid=1, servies=[service1, service2])
The tutorials and documentation would have to be updated to include this new form, and probably to continue to acknowledge how to do both ways.
Change History
Note: See
TracTickets for help on using
tickets.
