Ah great,
thanks for your advice. I just've read, that I can use <h:outputLink ..> to reference a Non-Faces URL, which could be a Spring MVC servlet (mapping). I didn't try it out yet, but I might...
Type: Posts; User: specialagent; Keyword(s):
Ah great,
thanks for your advice. I just've read, that I can use <h:outputLink ..> to reference a Non-Faces URL, which could be a Spring MVC servlet (mapping). I didn't try it out yet, but I might...
Hey,
just a simple question: What I need to do, if I want some of my web pages handled by Spring MVC and some others with JSF? I need this to do a report... so no real job! ;-)
If you have any...
@Paul:
I am trying to use very strict TDD as much as possible (working on my thesis), thats why. Actually... I don't have a real opinion yet if I should recommend testing DAO's everytime or just...
Hey Rick,
I can well understand your point. But for strict TDD (Test Driven Design) you shouldn't write any code, that isn't tested before. I used the technique that Koskela, Lasse described in...
Hey all,
I started a feature request with an issue yesterday in Jira about to have the ability to mock the SimpleJdbcTemplate in the class...
Ahh..
that easy! :-)
Thank you!
Hi there,
I am facing a question and I am new to spring. Should be very easy for you guys I think! :-)
Imagine that I have a class User.java that holds some data. For example a String with a...
I've found the error:
Changing "value" to "ref" in the appContext.xml by the service attribute will do it.
Hey,
since RMI is not HTTP based and only for invoking a remote method, you could probably send an user id to the server and the server caches some informations about the user or get it from the...
Hey,
has anyone an idea what this error msg means?
Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteInfoBeanRMI'...