DEV Community

Krishna
Krishna

Posted on

Road to Spring framework

Just got started with spring framework, could use a few tips and tricks.

Top comments (4)

Collapse
 
bertilmuth profile image
Bertil Muth

I would definitely have a look at Spring Boot if you haven't done so already. It could save you a lot of configuration effort.

Collapse
 
leoat12 profile image
Leonardo Teteo

I use Spring Boot everyday, but it was also good for me at the beginning to have some contact with the good old XML configuration. Many examples on the internet still use this configuration or annotation driven configuration. Sometimes it is exactly what you need, but without having some knowledge of this kind of configuration you will discard it although it is just a matter of translating it from one way to another. :)

Collapse
 
undefined profile image
Krishna

Yeah I will look into it, Thank you .

Collapse
 
debugging profile image
Salman Ahmed • Edited

be patient :)
..
..
oh and use intellij IDEA