Search:

Type: Posts; User: Maciej Moczkowski; Keyword(s):

Search: Search took 0.01 seconds.

  1. Solved! Import with classpath*: and wildcard in...

    Solved!
    Import with classpath*: and wildcard in context name does not work with root directories of jar - at least one subdirectory must be in the middle.

    From spring documentation:
    "Please note...
  2. Context import with classpath*:foo-*-context.xml

    Hi,
    I would like to import additional context only if it exists on classpath to load a "plugin". I cannot use exact name in import tag as exception would occur when file is not found (plugin may not...
  3. Grails MongoDB plugin and spatial data

    Hi,
    I was playing a bit with spatial data using Grails and its MongoDB plugin and wrote a simple tutorial about that:...
  4. Replies
    6
    Views
    1,500

    re: Partial rendering not working

    Hi,
    Nice to see you got it working:) Good luck
  5. Replies
    6
    Views
    1,500

    re:further information

    Hi,
    I am not sure if I understand all,but I have few more question.
    I guess tiles definition is OK. You are worried that when you get usersDialogWithEdit.view in popup you don't get users.jsp. I...
  6. Replies
    1
    Views
    1,659

    Hi, In your situation I would use DTOs. Just...

    Hi,

    In your situation I would use DTOs. Just as the pattern name says it is an object for transfering data so it will perfectly fit your situations.

    Advantages of using DTOs in this case:
    -...
  7. Replies
    5
    Views
    9,270

    Thanks for correcting me. It looks I was not...

    Thanks for correcting me. It looks I was not aware of some JAX-WS features.
    Sorry for confusion.
  8. Replies
    5
    Views
    9,270

    Hi, JAX-WS and Spring-WS has a little bit...

    Hi,
    JAX-WS and Spring-WS has a little bit different approach.
    In JAX-WS you write your service first and WSDL will be generated later automatically. At first it may seam that it is very fast way of...
  9. Spring MVC and Spring Javascript tutorial

    Hi,
    I wrote a small article about ajax partial rendering with Spring MVC and Spring Javascript. It contains description of sample application.

    Link is: http://maciekmoczkowski.blogspot.com/
    ...
  10. TYPO: I mean "usable only in particular layer"

    TYPO: I mean "usable only in particular layer"
  11. I don't know if you can access this field as it...

    I don't know if you can access this field as it does not belong to form model.
    Anyway I am not sure if it would be an elegant solution. It would be trying to do something against the framework...
    ...
  12. Hi, Can you post how your User class look like?...

    Hi,
    Can you post how your User class look like?

    I am not sure if I understand you write, but I think that you have a domain class User that has field password (no reenteredPassword) and you use...
  13. Hi, In the old days I used to manually store...

    Hi,
    In the old days I used to manually store uploaded files in files system and write special DAO to access this structure. However now you may consider using JCR - for example:...
  14. Hi, It is hard to say whitch technologies are...

    Hi,
    It is hard to say whitch technologies are the most popular and of course not every technology would be good for every project. Choosing technology may depends of project requirements, web...
  15. Replies
    1
    Views
    508

    Hi, It is not directly related with Spring. ...

    Hi,
    It is not directly related with Spring.
    Look on following topics in hibernate documentaion:

    http://docs.jboss.org/hibernate/stable/core/reference/en/html_single/#performance-fetching
    ...
  16. I guess it is OK. The strategy may depend on how...

    I guess it is OK. The strategy may depend on how many methods need to have REQUIRED and how many does not need transaction.
    - if almost all requires TX it may be usefull to annotate with REQUIRED on...
  17. I am thinking of similar situation but with...

    I am thinking of similar situation but with spring's transaction management driven by AspectJ aspects (see 6.8.2). I am not sure but I think that in this case your code would work. Am I right? (will...
  18. Hi, No, I did not use CharacterEncodingFilter. I...

    Hi,
    No, I did not use CharacterEncodingFilter. I have not heard about it so far.
    I added it just now to my web.xml and it works great now:)

    Anyway, I would have some suggestions:
    - maybe it...
  19. Spring Javascript partial rendering and national characters problem

    Hello,

    I am using Spring Javascript + Spring MVC + Tiles for ajax partial rendering on my web pages. Everything worked fine until I started using my national polish characters (for example: ąśćłńó...
Results 1 to 19 of 19