dynamic « Object « Spring Q&A





1. Displaying complex, deep, dynamic objects.    forum.springsource.org

Displaying complex, deep, dynamic objects. I'm an experienced programmer but new to Spring. I'm experienced in java but haven't touched velocity, jsp, et al. I'm fighting the learning curve while trying ...

2. Create Command object with dynamic input fields    forum.springsource.org

Create Command object with dynamic input fields Hi I'm using Spring MVC, and I'm creating a register form for users. The user can submit an arbitrary number of addresses and telephone ...

3. Leveraging @Autowired for dynamically created objects?    forum.springsource.org

I don't know if it's possible but is there any way to: create an object via a Class.forName("myclass").newInstance() "fill" this object with the Spring beans defined in an already loaded BeanFactory ...