Apache JServ allows for servlet zone creation which provides an excellent environment for generic code base usage with localized HTML content generation. You can create zones for each supported locale and then assign a common repository for each zone. This allows you to write a single application using localized UIs. To bring it all together, you create an application framework that provides resource management on a zone-by-zone basis. Examples of localizable reources are: database connection pooling, HTML template management and error messaging via resource bundles.
Apache JServ allows for servlet zone creation which provides an excellent environment for generic code base usage with localized HTML content generation. You can create zones for each supported locale and then assign a common repository for each zone. This allows you to write a single application using localized UIs. To bring it all together, you create an application framework that provides resource management on a zone-by-zone basis. Examples of localizable reources are: database connection pooling, HTML template management and error messaging via resource bundles.