Hello John,

Thursday, July 27, 2000, 10:17:39 PM, you wrote:

>>
>> There is only a limitation, that the application should "know" what
>> prefix will be for creating correct urls inside the code.
>>

JM> Can you explain this a little further?

If some application will be configured through
module.packages.name = prefix

then its modules will be accessed through urls like this:
prefix.SomeScreen or prefix.SomeAction

So, you should know about this when constructing urls.
For example, you probably would do like this:

DynamicURI duri = new DunamicURI( data );
duri.setScreen( "prefix.SomeScreen" );
duri.setAction( "prefix.SomeAction" );



JM> Your solution looked okay to me, (without looking too deeply.)  One thing, I
JM> would prefer

JM> !a.equals(b)

JM> not

JM> a.equals(b) == false

ok, no problem.


/Shamil




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to