Tagged Questions
0
votes
1answer
172 views
Spring3 vs Tapestry 5.3
I'm currently trying to compare Spring3 with Tapestry 5.3. I've been a Tapestry user since 2003, so I tend to have a bias opinion and only because I have no experience with Spring. I'm seeing Spring ...
0
votes
0answers
526 views
Tomcat host configuration server.xml
I have this web.xml in my application.
<web-app>
<filter>
<filter-name>app</filter-name>
...
0
votes
1answer
45 views
Tapestry5 compiling error returning service interface in service locator method
I have a service locator class called DMSServiceLocator.class, I have a method within it called getParser() with a return type called Parser. I'm trying to return a service called AutoMateParser with ...
0
votes
1answer
139 views
Tapestry5 use Inject service with constructor args
I'm a Tapestry5 user and wondering how I would @Inject a service class with a few arguments. From my understanding, using @Inject to inject a service class is very similar to instantiating a class ...
1
vote
1answer
433 views
Spring bean is null
I'm working on a tapestry,spring,hibernate web-app with jetty 6.1.26 as web-server,and I can't get rid of the nullpointexception for the userDao bean(which is defined in application_context_dao.xml::
...
2
votes
1answer
2k views
Cannot initialize context because there is already a root application context present
My project uses tapestry 5.3.0,spring 3.0.6.RELEASE,hibernate 3.6.8.FINAL and maven.When
I intruct jetty to start the project with mvn jetty:run, I get the following:
2011-12-13 ...
0
votes
2answers
339 views
Tapestry + Spring Unit testing
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 to unit test ...
-2
votes
2answers
522 views
Which is best java web framework for internet facing medium traffic site? [closed]
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 ...
2
votes
3answers
259 views
Monitor Platform access and spend time of the system in java
How can I implement following functionality in a project using or without using spring-security.
1. LoggedIn Count: Number of times the user has logged into the system.
2. Time Spend: Total time ...
1
vote
3answers
463 views
Creating SQL statements programmatically using Spring
I need to create SQL statement programmatically. I have values in map in form <"column_name",value>. Now I have a base query, I add a where clause and as iterating through the map, if the value is ...
2
votes
1answer
269 views
How do I get data from Tapestry BeanEditForms?
I'm using Tapestry 5 and I have a page on which I have a bean edit form. How do I get data submitted in that form after click on submit? I don't want to use Hibernate to persist the data (I'm using ...
2
votes
3answers
873 views
Tapestry5 : No service implements the interface org.springframework.context.ApplicationContext
I'm using the Tapestry5 tapx template library to send an html email, as per this example.
When I run the example I get the following error:
Caused by: java.lang.RuntimeException: No service ...
2
votes
2answers
2k views
Tapestry 5 and Spring beans with same interface
I have a problem with Tapestry 5 and Spring integration. Problem occurs if I have a multiple beans that implement the same interface and I try to inject them with @Inject annotation. Of course I got ...
1
vote
1answer
337 views
Tapestry 5: contributeRequestHandler in unit tests only
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 ...
0
votes
4answers
2k views
Has anyone successfully created a project using Tapestry, Hibernate and Spring for jax-ws web services?
I have a project using these technologies and I'm getting a number of issues. The first is this error:-
org.apache.tapestry5.ioc.internal.util.TapestryException: Exception constructing service ...