Archive | Tapestry RSS feed for this section

Tapestry Interview Questions and FAQs

August 5, 2010

0 Comments

Jakarta Tapestry Interview Questions and FAQs – 1 1. How does Tapestry compare to other frameworks? Tapestry is very much unlike most other frameworks in that it doesn’t use code generation; instead it uses a true component object model based on JavaBeans properties and strong specifications. This gives Tapestry a huge amount of flexibility and [...]

email

Building Web Applications Using Tapestry 5.0

February 1, 2008

0 Comments

What is new in Tapestry 5.0? Tapestry 5.0 has removed the many limitations of Tapestry 4.0. The few of the features are listed below: Components no longer extend from base classes. Components classes are no longer abstract. Components are pure, simple POJOs (plain old Java objects). Tapestry no longer uses XML page and component specification [...]