tapestry « Development « Spring Q&A





1. Tapestry 5: contributeRequestHandler in unit tests only    stackoverflow.com

I'm trying to use PageTester in conjunction with spring security but am running into this exception: java.lang.RuntimeException: java.io.IOException: Can only process HttpServletRequest I think there is a solution (as below) but does anyone ...

2. Which is best java web framework for internet facing medium traffic site?    stackoverflow.com

I have to develop a site which is internet facing, medium traffic (several thousand users), has some entity management, authentication, authorization, and very few dashboard kind of pages. I have prior experience ...

3. Tapestry + Spring Unit testing    stackoverflow.com

I have a next situation - I have a service which have dependency with @Inject tapestry annotation which is injected through Spring context using Spring + Tapestry integration. I'd like ...

4. Getting spring context with tapestry portlet    forum.springsource.org

Getting spring context with tapestry portlet Hello, I created a web portlet using the framework Apache Tapestry 5.1 and tapestry5Portlet project. The portlet will be deployed in liferay portlet container. A ...

5. Spring and Tapestry    forum.springsource.org

6. Why not use Tapestry's Visit object to hold appContext?    forum.springsource.org

I've read 13.7 in the ref, and the approach to integrating Tapestry with Spring sounds very cool. Why not just initialize the appContext in the custom Visit object, and expose beans ...

7. Newbie Tapestry/Spring Problem: appContext Null    forum.springsource.org

I have a virtually empty applicationContext.xml and web.xml as per the betterpetshop example. In my Home page, I (try to) instantiate the appContext in a finishLoad method via Code: WebApplicationContext ac ...

8. org.apache.tapestry.BindingException in Hispacta    forum.springsource.org

org.apache.tapestry.BindingException in Hispacta Hello, Been receiving this error message today in Hispacta. Haven't changed any code - just trying to get it to work. Using MySQL 4.1 for the database. Here ...

9. how Browser understands the tapestry specific tags    forum.springsource.org





10. Tapestry, JS is not working when using freindly URLs    forum.springsource.org

Tapestry, JS is not working when using freindly URLs Hi. I faced the following problem in Tapestry 4.0: In order to use freindly URLs, I added the following entries to web.xml ...

11. Tapestry5 IoC vs. Spring as /framework/ IoC container    forum.springsource.org

Tapestry5 IoC vs. Spring as /framework/ IoC container On the Tapestry 5 project site, Tapestry creator, Howard Lewis Ship, made some assertions on why the Spring IoC is not suitable as ...

12. ContextLoaderListener and Tapestry 5.2    forum.springsource.org

Apr 26th, 2010, 05:54 AM #1 springinaction View Profile View Forum Posts Private Message Junior Member Join Date Nov 2009 Posts 18 ContextLoaderListener and Tapestry 5.2 I'm trying to use a ...

13. Does Spring have a Callback function (like Tapestry)?    forum.springsource.org

Does Spring have a Callback function (like Tapestry)? Hi, I never worked with Tapestry but I found in the documentation that they have something called Callback, which you can use to ...