R
Ravion
Dear all,
I am working on a very interesting project.
There is only one application server instance. The instance has to serve
many countries ctry1, ctry2, ctry3 and ctry4 at the same time, which will
have country specific functionalities. Assume that these different conutries
have their own war files. All war files whould depend on a single jar file,
which , lets call as the reusable common codebase.
How can I design the application such that the presentation layer is not
repeated across countries, but in some country some fileds will appear, some
kinds of validations of currency convertions take place etc, so that when we
access the URL for a country, then the view is rendered as per that
conutry's requirement?
Thanks and regards,
Ravi
I am working on a very interesting project.
There is only one application server instance. The instance has to serve
many countries ctry1, ctry2, ctry3 and ctry4 at the same time, which will
have country specific functionalities. Assume that these different conutries
have their own war files. All war files whould depend on a single jar file,
which , lets call as the reusable common codebase.
How can I design the application such that the presentation layer is not
repeated across countries, but in some country some fileds will appear, some
kinds of validations of currency convertions take place etc, so that when we
access the URL for a country, then the view is rendered as per that
conutry's requirement?
Thanks and regards,
Ravi