As far as I understand, an aspect is a separate element of the Spring context (that is, it is not a bin, but something different in the context of Spring)? Honestly, I climbed the context did not find aspects)
Through what proxy classes are created when using the
@Transactionalannotation, I searched a lot, they write everywhere like that through aspects, but as a resultBeanFactoryfoundbeanPostProcessors(InfastructureAdvisiorAutoProxyCreator)inbeanPostProcessors(InfastructureAdvisiorAutoProxyCreator), in which my class with the@Transactionalannotation@Transactional.At what point are aspects created when creating the Spring context?
How exactly does the HTTP request mapping in Spring MVC
@RequestMappingvia the@RequestMappingmethod?- Ie let's say POST goes with the authorization form and is mapped into the method. How? Than? He scatters in the right field?
- Suppose we have a method that must process a POST request to which the form or JSON comes. How to do?
|
@Transactionaland about@RequestMapping. - Nofate ♦