Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best Web applications framework for Java? [closed]

Which is the best framework for Java? I'm looking for something similar to Symfony for php and Ruby-On-Rails for Ruby? I even don't know if anything such exists for Java or not.

like image 536
ashokgelal Avatar asked Nov 03 '08 01:11

ashokgelal


People also ask

What is the most used framework for Java?

1. Spring: Spring is a powerful, lightweight, and most popular framework which makes Java quicker, easier, and safer to use. This framework is very popular among developers for its speed, simplicity, and productivity which helps to create enterprise-level web applications with complete ease.

Which web framework should I learn in 2022?

NET Framework, on Windows, and the cross-platform. If you are a Microsoft technology developer, then this is what you should learn in 2022, and the ASP NET CORE Crash Course is an excellent place to start with.


2 Answers

Take a look at Spring. I think it will do anything Ruby-On-Rails can do (you can also add Hibernate for ORM).

like image 83
Georgy Bolyuba Avatar answered Sep 29 '22 12:09

Georgy Bolyuba


There are many great web frameworks for java, but if your looking for something that is similar to Rails, look at Grails. It uses Groovy, which is dynamic language, but uses the Java VM.

Check out their quick start to determine if it's what you want.

like image 21
Steve K Avatar answered Sep 29 '22 12:09

Steve K