Which java framework is good to begin with? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

Which java framework is good to begin with?

19th Apr 2017, 11:03 AM
Rabin Karki
Rabin Karki - avatar
29 Answers
+ 13
I personnaly begin with Singleton
29th Apr 2017, 2:05 PM
JΞΜΔ 🇨🇩👑
JΞΜΔ  🇨🇩👑 - avatar
+ 11
Processing is one good framework to begin with . You can play with graphics in this so, understanding different concepts becomes easier to understand ( A picture speaks a thousand words ) . It comes with its own editor an all , no mess just start coding . https://processing.org/ You can get tutorials at YouTube at the channel - The Coding Train /* Personally I never understood why objects and everything were all there just to print a text when you can directly use System.out.print() but graphics made it easier to understand .*/
23rd Apr 2017, 3:16 PM
Utkαrsh
Utkαrsh - avatar
+ 10
try spring mvc it's the best and currently widely used in the industry
21st Apr 2017, 3:01 PM
Riyaz Parve
Riyaz Parve - avatar
+ 7
For what? For different purposes you should use different frameworks.
23rd Apr 2017, 7:54 AM
Tamás Barta
Tamás Barta - avatar
+ 5
@Rabin: I mean for example if you want to create a web application then use Spring MVC, Struts 2. If you want to create an admin page then it is better to use Vaadin for example.
23rd Apr 2017, 7:57 AM
Tamás Barta
Tamás Barta - avatar
+ 5
Spring is an excellent Java framework to begin with. No questions.
25th Apr 2017, 7:07 AM
Kumar
+ 4
I'd sound blasphemous if I said you need none. Yes you heard me right, NONE. Just start with core Java and stick to the KISS principle i.e. keep it simple and sweet. If you are a beginner then it will help you get a good grasp of the language which will help you when you feel you need to use a framework. I personally feel frameworks slow you down.
19th Apr 2017, 8:35 PM
Wilbur Pereira
Wilbur Pereira - avatar
+ 4
umm i think framework are for making our work easier.i have done core java understood flow of code with servlet jsp and so just confused which framework to pick up at beginning .
20th Apr 2017, 3:46 AM
Rabin Karki
Rabin Karki - avatar
+ 4
you can start with Spring or Struts 2 with hibernate because these frameworks are very familiar in the industries.
20th Apr 2017, 3:55 PM
Anand Barnwal
Anand Barnwal - avatar
+ 2
Scala for Java programmer and RubyOnRails for Ruby. Twitter, LinkedIn and walmart started with RubyOnRails and migrated to Scala.
29th Apr 2017, 12:07 PM
viktor
viktor - avatar
+ 1
for learning at beginning .
23rd Apr 2017, 7:55 AM
Rabin Karki
Rabin Karki - avatar
+ 1
ah got it .thank you@tTamas Barta
23rd Apr 2017, 7:58 AM
Rabin Karki
Rabin Karki - avatar
+ 1
never saying,just doing with one.
25th Apr 2017, 1:39 AM
孙禹
孙禹 - avatar
+ 1
singleton framework is prefer for beginners
26th Apr 2017, 2:17 AM
rahul garg
rahul garg - avatar
+ 1
@rahul garg isn't singleton a design pattern or is there framework also of such?
26th Apr 2017, 3:25 AM
Rabin Karki
Rabin Karki - avatar
+ 1
ya
27th Apr 2017, 12:02 PM
rahul garg
rahul garg - avatar
+ 1
Java also works on it
27th Apr 2017, 12:03 PM
rahul garg
rahul garg - avatar
+ 1
java FX
28th Apr 2017, 10:59 PM
theSpub
+ 1
learn as many as you can, have thirst for learning... begin with hibernate and spring.
29th Apr 2017, 5:00 AM
Anup
Anup - avatar
+ 1
j2ee MVC framework
1st May 2017, 4:12 PM
Jay Krishnan
Jay Krishnan - avatar