我想這個SimpleFormController轉換爲使用Spring MVC的2.5 的Java介紹 public class PriceIncreaseFormController extends SimpleFormController {
ProductManager productManager = new ProductManager();
@Override
當使用AspectJ時,爲什麼使用@Component over @Configurable。 我已經爲@Transactional支持,自我調用的方面以及注入到JPA實體的Spring和AspectJ設置。這很好。 我對大多數需要注入的類使用@Component,因此要麼將它們注入到它們的依賴項中。或者,當我不能時,注入ApplicationContext,然後使用getBean()作爲最後的手