448191 Posted November 4, 2006 Share Posted November 4, 2006 I seem to have some trouble finding a discription of the "token pattern".I'm looking at the inner workings of ZF, and find myself looking at class Zend_Controller_Dispatcher_Token. The "token pattern" is mentioned on some java forums, but I can't find any description.Pfff... If I query google with "Token pattern" php -j2ee -java I only get 211 results, none of them relevant. Quote Link to comment Share on other sites More sharing options...
Jenk Posted November 6, 2006 Share Posted November 6, 2006 Might have better luck looking up "Value Object" pattern. Quote Link to comment Share on other sites More sharing options...
448191 Posted November 7, 2006 Author Share Posted November 7, 2006 First off, thanks, there are quite a few resources on that pattern. However I can't find anything explaining the difference between the two, if any.So you're saying those are different names for the same pattern? Quote Link to comment Share on other sites More sharing options...
Jenk Posted November 7, 2006 Share Posted November 7, 2006 My interpretation of them is they are the same. Both are simply objects with predefined, and often immutable values. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.