Please note: this project is inactive since early 2006

 
6.3 Integration within application servers: using the sessioning mechanism

For an application run by an application server, different approaches are possible. All of them requires at some point that you have a sessioning mechanism at hand. It should not be a problem since most, if not all, application servers offer such a mechanism.

  1. You can choose to have the same configuration as in a standalone python app., i.e. an application-wide EditingContext.

  2. Or you can also decide to bind a different EditingContext to each session.

Each option has its drawbacks: some are inherently bound to what they are, some are due to specific features not being implemented yet. Let's look at the details.


Subsections
Comments are welcome: Sebastien Bigaret / Modeling Home Page
Hosted by:SourceForge.net Logo