Assume I have a bean DialogBox, with properties for height and width:
public class DialogBox { int x; int y; ... }
In my applicationCont
If I understood the question, you can use a FactoryBean to customize bean creation logic in Spring.