Search code examples
javaspringstruts2prerequisites

What is the prerequisite when try to learn the spring or struts framework?


I think these technologies are really prior to java industry


Solution

  • I'm not sure about struts, but for Spring, it helps to know about dependency injection and inversion of control, XML, and JavaBeans.

    If I had to recommend a book, it would be Spring in Action

    UPDATE

    It's been pointed out to me that Spring in Action is about Spring 2.0, which it is. Spring 2.0 is almost four years old. Spring's first-party documentation makes wonderful reading. Check out the reference documentation for great prose and the Javadocs if you need more in-depth information.