Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    1,482

    Thanks

    Thanks for the workaround. I was now thinking that I am the only one experiencing the problem.
  2. Replies
    3
    Views
    1,482

    grails-spock plugin errors in STS 2.3.3 M2

    Hi All,

    I encounter problems when installing grails-spock plugin in STS 2.3.3
    M2. The grails version is 1.3.4 and plugin version is 0.4-groovy-1.7.
    Everytime time after installing the spock...
  3. Replies
    6
    Views
    1,314

    Why would you use a factory?

    I've also asked myself that question before and i came to the conclusion that one of the reasons is that the code(POJOs) that you write can be reused in different contexts.i.e. The factory allows you...
  4. Replies
    0
    Views
    862

    Deployment on Tomcat

    I would like to hear from people who have deployed their production apps on Tomcat. For example i would be interested how big the apps were (The load they handled) and how easy to cluster and also...
  5. Replies
    15
    Views
    3,143

    Honestly i don't think the Hibernate guys would...

    Honestly i don't think the Hibernate guys would be interested in doing that. I actually see this as more of a bickering from the JBoss guys rather than from both sides. I don't recall seeing anywhere...
  6. Replies
    1
    Views
    778

    Here is a link

    Alef covered this here. I've also used this with good results.
  7. Re: AbstractMultiActionFormController wif MultiValidator sup

    I think i would like to see the sample code and configuration. :wink:[/quote]

    Actually i think it's OK.I managed to figure out how it's configured and work.
  8. Re: AbstractMultiActionFormController wif MultiValidator sup

    I think i would like to see the sample code and configuration. :wink:
  9. same problem

    I find that for single unique fields it's not that much of problem. I usually catch org.springframework.dao.DataIntegrityViolationException as that only unique field is the only one that can throw...
  10. Ok i'll try that. Thanks

    Ok i'll try that. Thanks
  11. Detecting unique constraint violation in db independent way

    How can i solve this problem in a clean and DB independent way? Imagine i have a Vehicle Object which has several properties that should be unique e.g. chasis no, engine no and registration number....
  12. Replies
    7
    Views
    2,140

    More good news

    Thanks Christian, that's more good news.
  13. Replies
    7
    Views
    2,140

    Chose WTP M5

    I just discovered a while ago that there was something wrong with my local DTD file and that's why it didn't work.

    But i have now now decided to go the WTP M5 route and it working nicely.
    Thanks...
  14. Use simple form controller

    When working with forms (POST requests) it's usually better if you instead use SimpleFormController and MultiActionControllers for querying (or GET requests). SimpleFormController has inherited...
  15. Replies
    7
    Views
    2,140

    Thanks Spring

    Thanks a lot for the input. I'll choose between the two.



    That's what i've been looking for!!

    Thanks
  16. Replies
    7
    Views
    2,140

    Auto Completion in Context Xml files

    Can anyone shed some light on how i can achieve auto completion in Spring xml files. My current development environment consists of : eclipse 3.1RC2,spring-ide 1.2.0 , WTP M4 and xmlbuddy 2.0.62.
    ...
  17. Replies
    4
    Views
    1,606

    maybe

    Yeah maybe that's what he's looking for.
  18. Thread: model and jsp

    by twicet
    Replies
    5
    Views
    1,218

    Re: Implementation details

    We all have to start somewhere, don't we? :wink:
  19. Thread: model and jsp

    by twicet
    Replies
    5
    Views
    1,218

    Implementation details

    Ok, thanks for explaining that; that's what I was suspecting. Is this something specific to jsp or spring?[/quote]

    It's simply because a model is a Map and as you know Map keys and values should...
  20. Replies
    4
    Views
    1,606

    Custom Editors

    I don't think you need a custom editor for that as that should happen by default. Do you understand what customer editors are for? in simple terms you use them to covert string data types to...
  21. Replies
    5
    Views
    2,567

    Re: spring mvc step by step

    Have you set the appserver.home property referenced by deploy.path to point to the directory where you installed tomcat?
  22. Replies
    5
    Views
    3,112

    You should have

    For example for the german locale i should think you should have a message properties file name like this messages_de.properties
  23. Replies
    5
    Views
    3,112

    Re: Getting Locale to work.

    What do you mean setting the de_DE? Do you mean you have created a message properties file with that extension?
  24. Replies
    8
    Views
    1,605

    Spring JSTL

    Like they said you need JSTL 1.1 and the last time i checked Spring doesn't ship the jstl 1.1 jar. Jurgen gave the rationale for doing so here...
  25. Yes

    Yes there are created within the formBackingObject() but in the EditPetForm.java there are retrieved from the DB because they should already exist(since u r editing).

    I think the main reason...
Results 1 to 25 of 48
Page 1 of 2 1 2