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

5

12

I think these technologies are really prior to java industry

Instead answered 31/5, 2010 at 11:7 Comment(3)
Just skip Struts and learn Struts2 or even better Spring MVC since you are going to learn SpringMineral
The main prerequisite is having a brain ;)Zrike
I'd say a JEE brain, a JBrain!!Cretan
O
8

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.

Ovariectomy answered 31/5, 2010 at 11:10 Comment(1)
Agreed. The Spring documentation, which you can get as a PDF, is very good and has a lot of examples. Pretend it's a book and read the whole thing.Americanist
L
11

A good knowledge of Core Java, Servlets and JSP is pretty much more than enough you need..

Loya answered 31/5, 2010 at 12:34 Comment(0)
O
8

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.

Ovariectomy answered 31/5, 2010 at 11:10 Comment(1)
Agreed. The Spring documentation, which you can get as a PDF, is very good and has a lot of examples. Pretend it's a book and read the whole thing.Americanist
C
3

In my opinion, the Spring in Action book is a bit behind the times now (Spring 2.0) and doesn't include any of the nifty new features in 2.5 or 3.0. I would start with the spring documentation.

Cherish answered 31/5, 2010 at 11:19 Comment(0)
M
1

Only in reference to Spring. If your not familiar with dependancy injection, then spend a bit of time reading. I'd also suggest that your java knowledge includes being comfortable with Annotations, Reflection and even Aspect orientated programming. Most Spring books fail to keep pace, so unless your forced to use a particular version Spring 3.0 should be your starting point as this has many additions which can save a lot of time.

Messina answered 31/5, 2010 at 13:58 Comment(0)
C
-2

In reference to spring it is mandatory to have a little knowledge of J2SE, J2EE(Servlets, JDBC little bit), XML Schema and rest of the things you can learn while studying Spring Framework. Most of all JAVA knowledge is required :)

City answered 11/7, 2017 at 18:23 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.