+ 9
Which java framework is good to begin with?
32 Respuestas
+ 13
I personnaly begin with Singleton
+ 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 .*/
+ 10
try spring mvc it's the best and currently widely used in the industry
+ 7
For what? For different purposes you should use different frameworks.
+ 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.
+ 5
Spring is an excellent Java framework to begin with. No questions.
+ 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.
+ 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 .
+ 4
you can start with Spring or Struts 2 with hibernate because these frameworks are very familiar in the industries.
+ 2
Scala for Java programmer and RubyOnRails for Ruby. Twitter, LinkedIn and walmart started with RubyOnRails and migrated to Scala.
+ 1
for learning at beginning .
+ 1
ah got it .thank you@tTamas Barta
+ 1
never saying,just doing with one.
+ 1
singleton framework is prefer for beginners
+ 1
@rahul garg isn't singleton a design pattern or is there framework also of such?
+ 1
ya
+ 1
Java also works on it
+ 1
java FX
+ 1
learn as many as you can, have thirst for learning... begin with hibernate and spring.
+ 1
j2ee MVC framework