D
D
denisramus2015-07-26 21:32:23
Java
denisramus, 2015-07-26 21:32:23

How much do you need to know java for Spring Framework? And why is java EE needed?

Do I need to know EE for Spring? Why is spring needed? What to teach and study?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evhen, 2015-07-26
@denisramus

You need to know Java SE + Servlet API (this is already from Java EE).
Spring provides all the same features (IoC and DI, transactions, etc.) as Java EE, only easier to use and does not need an application server (jboss, glassfish), just tomcat or jetty.
Java EE is a set of specifications and interfaces implemented by application server vendors (jboss, glassfish). Spring - as a simple alternative.

M
Maxim Moseychuk, 2015-07-26
@fshp

How much English do you need to know to read Shakespeare in the original?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question