Search:

Type: Posts; User: specialagent; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    17,952

    Ah great, thanks for your advice. I just've...

    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...
  2. Replies
    4
    Views
    17,952

    Can I mix Spring MVC and JSF together?

    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...
  3. @Paul: I am trying to use very strict TDD as...

    @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...
  4. Hey Rick, I can well understand your point....

    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...
  5. Mocking the SimpleJdbcTemplate [Jira-Issue SPR-4454]

    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...
  6. Replies
    2
    Views
    1,234

    Ahh.. that easy! :-) Thank you!

    Ahh..

    that easy! :-)

    Thank you!
  7. Replies
    2
    Views
    1,234

    Filling an ArrayList with Objects

    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...
  8. I've found the error: Changing "value" to...

    I've found the error:

    Changing "value" to "ref" in the appContext.xml by the service attribute will do it.
  9. Replies
    1
    Views
    962

    Hey, since RMI is not HTTP based and only for...

    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...
  10. RMI Problem, java.lang.IllegalArgumentException

    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'...
Results 1 to 10 of 10