A good way to learn things could be to understand how request processing works because in the end, that's what Tapestry does at the core: process HTTP requests. An entry point would be the TapestryFilter, an overview of the services, pipelines and filters involved is available at http://tapestry.apache.org/request-processing.html
HTH, Uli On 06.08.2011 17:43, Ernesto Arroyo wrote: > Hi all, > > I think tapestry has a lot of technologies and tools and that i can learn > not only using the framework but reviewing and reading some code. For > example is a good thing to have such test cobertura so i can learn about > test driving develoment. Or i can learn about IoC reading the module of > tapestry for it. > > But, uf, i checked out the src and is a huge project. Sincerely i am not > sure where could be the best piece to start, if it is a good idea,... I dont > want and i dont think i have the level to help the development in any way, > but i want to read and learn from source code. > > Maybe some advice could help me,... > > Thanks > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/I-d-like-to-review-tapestry-code-but-don-t-know-where-to-start-tp4672821p4672821.html > Sent from the Tapestry - Dev mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
