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...
Type: Posts; User: Maciej Moczkowski; Keyword(s):
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...
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...
Hi,
I was playing a bit with spatial data using Grails and its MongoDB plugin and wrote a simple tutorial about that:...
Hi,
Nice to see you got it working:) Good luck
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...
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:
-...
Thanks for correcting me. It looks I was not aware of some JAX-WS features.
Sorry for confusion.
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...
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/
...
TYPO: I mean "usable only in particular layer"
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...
...
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...
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:...
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...
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
...
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...
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...
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...
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: ąśćłńó...