If you look for an extensible component based web framework, you won't be disappointed by Tapestry in the long run. There are many extension points to contribute your code into the framework and that makes it a real powerful environment for developing webapps.
Our website is http://www.pagesms.com While we focus more on the javascript based product then on the website, we enjoyed the power of tapestry while developing. Some facts: * We have two designs for the page (different areas). A combination of layouts and components makes it easy to reuse pages /components while theming them differently * Custom "inplace" editor based on a beanmodel. Including support for token based CSRF protection. * Usage of drag&drop functionality * Integration of external javascript files like RPX or uservoice * DB is a custom integration of Amazons SimpleDB. Straightforward as there are no transactions to take care about. We used a lot of build-in stuff but also wrote a decent amount of custom components/mixins. For all javascript we used the build-in prototype library. The only thing were we stumbled was the the communication between javascript and the server when you leave the tapestry zone mechanism (e.g. drag&drop). Tapestrys custom URL encoder makes it hard to create links on the client side. However we didn't spend much time on this issue but went ahead with the first workaround we found. -Markus On Wed, Feb 17, 2010 at 9:56 AM, Christophe DUFOUR <christo...@dooapp.com> wrote: > Hi, we have a simple presentation web site built with T5 hosted on GAE : > http://www.dooapp.com/ > > We are about building an other one bigger and more complicated but it's not > public for now. > > And as long as I know, this website is built with T5 : > https://www.pole-emploi.fr/ but I didn't built it. > > Christophe DUFOUR > http://www.dooapp.com > > > On Wed, Feb 17, 2010 at 9:11 AM, Robin Komiwes <odiss...@gmail.com> wrote: > >> By the way, this could also helps you: >> http://wiki.apache.org/tapestry/PoweredByTapestry >> >> On Wed, Feb 17, 2010 at 8:39 AM, martijn.list <martijn.l...@gmail.com >> >wrote: >> >> > Michael Martineau wrote: >> > >> >> I'm trying to find a list of websites that use Tapestry 5. I would like >> >> to take a look at them and see what sort of things they are able to do >> using >> >> Tapestry. If any of you have a public website that is built on Tapestry >> 5, >> >> please send me a link. >> >> >> > >> > I known Lithium uses T5 for their forum software >> > >> > http://www.lithium.com/ >> > >> > Lithium is used by large companies like: >> > >> > RIM: >> http://supportforums.blackberry.com/t5/Java-Development/bd-p/java_dev >> > ) >> > >> > Lenovo: http://forums.lenovo.com/t5/ >> > >> > HP: http://h30434.www3.hp.com/t5/Welcome-to-the-Forum/ct-p/about >> > >> > >> > Martijn >> > >> > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >> > For additional commands, e-mail: users-h...@tapestry.apache.org >> > >> > >> > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org