Ok, so I have 327 pages and 393 components in my application. (It's a crud 
tool so 20 things times 20 objects = 400 pages get automatically built)

 It's time to organize. 

 So right now, I have:

  appname.pages
  appname.components

  There are hints here and there in the docs that if I add a package called:

   appname.pages.edit

  That I can move all pages with "Edit" at the beginning/end of their name into 
that package. 

  I'm gathering that that's all I have to do, that Tapestry will then find 
things. But if I want, I can remove "Edit" from the name, because edit/foo and 
EditFoo are considered equivalent. edit/EditFoo will even work. 

  Down the road, I can change references to edit/Foo if I feel like it. 

  Is all that true?

  Are the rules the same for pages and components?

  (Using 5.2 trunk, btw, according to the Wiki there are some old bugs, but I 
don't really care about those)

 Pierce
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to