I want to use spring 3.0.5 in NetBeans 7.0 IDE.. I have done following steps
- Created a new Web Application p开发者_如何学运维roject
- downloaded the jars of spring framework
- Added the jar folder to project library
but still it is not working... the default domain object "command" is not accessible inside my htm / jsp pages.
can anyone help me on this ?
thanks,
Netbeans 7.0 has support for Spring 3.0, Hibernate, JSF, etc
For Complete instructions & tutorial for NetBeans+Spring go to : http://netbeans.org/kb/docs/web/quickstart-webapps-spring.html
What I can tell for sure is that spring framework 3.0.2 is available. When I create a new web application, I can select the framework.
精彩评论