1. 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)

  2. Through what proxy classes are created when using the @Transactional annotation, I searched a lot, they write everywhere like that through aspects, but as a result BeanFactory found beanPostProcessors(InfastructureAdvisiorAutoProxyCreator) in beanPostProcessors(InfastructureAdvisiorAutoProxyCreator) , in which my class with the @Transactional annotation @Transactional .

  3. At what point are aspects created when creating the Spring context?

  4. How exactly does the HTTP request mapping in Spring MVC @RequestMapping via the @RequestMapping method?

    • 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?
  • Please, next time ask some unrelated questions separate questions. You have three questions here: about aspects, about @Transactional and about @RequestMapping . - Nofate
  • Well, I will know, thanks. - Dmitriy

0