开发者

Does NetBeans 7.0 has built in support for spring 3.0?

开发者 https://www.devze.com 2023-03-08 18:36 出处:网络
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

I want to use spring 3.0.5 in NetBeans 7.0 IDE.. I have done following steps

  1. Created a new Web Application p开发者_如何学运维roject
  2. downloaded the jars of spring framework
  3. 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消