Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Frameworks for beginners?

I am intermediate Java developer, but have not written programs using a framework.

I like server-side development, but am confused with which framework I should learn.

What would you suggest?

Thank you!

like image 314
giri Avatar asked Jan 25 '10 18:01

giri


People also ask

Which framework should I learn in 2022?

If you want to learn Express. js in 2022 and need a resource, I recommend MERN Stack Front To Back: Full Stack React, Redux & Node.


2 Answers

The Spring Framework has good documentation, is widely used, comprehensive (web, J2EE, AOP, etc), and you can use it as a base for other frameworks. It provides ample opportunity to learn (from beginner to advanced issues).

I hope it helps.

like image 126
Aito Avatar answered Sep 27 '22 18:09

Aito


You should check out Play Framework. Really nice framework

like image 41
code-zoop Avatar answered Sep 27 '22 17:09

code-zoop