Confused about using SpringMVC Vs JEE project in Netbeans
Posted
by Sanju
on Stack Overflow
See other posts from Stack Overflow
or by Sanju
Published on 2010-06-06T21:09:08Z
Indexed on
2010/06/06
21:12 UTC
Read the original article
Hit count: 412
Hi all,
I want to start a my first JEE project. I have read a lot that springMVC framework is a good choice (never used though)
My earlier experience with java is not much. only some small app development using Netbeans. so I have some experience using Netbeans.
but I see that I can start a JEE project in Netbeans. so what kind of framework netbeans is using underneath.
PS: My understanding of framework (e.g. SpringMVC) is that you follow rule of framework to configure your app. and then framework take care or linking your View, controller and model. so if i am using netbeans, do i need to take care of linking of my MVC by myself?
© Stack Overflow or respective owner