This is about Anthony Eden's wafer project, where different web application frameworks are used to reproduce the same application (a simple weblog).
Currently, there are three implementations: simple JSPs (complete with java scriptlets, etc.), JPublish (Anthony's framework, built on Jython) and now Tapestry. http://www.waferproject.org/index.html ----- Original Message ----- From: "Howard M. Lewis Ship" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, July 14, 2002 8:33 AM Subject: [Wafer-developer] Tapestry WebLog > I've completed the initial pass at the Tapestry Weblog. > > There is now an Ant build file that creates tapestry-weblog.war. > > I've tested this by deploying the war into JBoss 3.0.0 and it worked like a > charm. > > URL is http://localhost:8080/tapestry-weblog/app > > BTW, we should add some simple connection pooling! It would greatly improve > performance of all versions of the app. > > I don't currently have Tomcat installed on my machine and don't have time > today to test it using Tomcat. JBoss 3.0.0 uses Jetty. > > And now we're back to the question: do we continue to exactly mimic what > the simple JSP prototype does, or do we dress it up? > > Right now, Tapestry Weblog is pretty much a duplicate of JSP prototype with > a few changes: > - Input field validation -- required fields don't allow nulls, error > messages are displayed > - AddReply page shows comment being replied to, not just story > - Tapestry inspector is available (the icon in the lower right corner) > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Wafer-developer mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/wafer-developer > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
