-
Sep 7th, 2005, 02:55 PM
#1
Step By Step Tutorial and NetBeans
I am trying to run the MVC Tutorial with NetBeans. At the end of part 1 http://www.springframework.org/docs/...ep-Part-1.html, SpringappController is being called for its ModelAndView, and logging seems to show everything is proceeding properly, but ultimately only an empty html page is sent to the client.
I have also tried following a similar tutorial in "Spring in Action" which uses an explicit InternalResourceViewResolver based on the viewName "hello". It delivered the same empty htm page.
What might be going on?
BTW, 2005 JavaOne had a hands-on lab introducing Spring with NetBeans. http://java.sun.com/javaone/sf/hands...lfpaced.jsp#11
Does anyone know where I can get that tutorial?
Thanks
-
Aug 6th, 2006, 10:39 AM
#2
Step By Step Tutorial and NetBeans
Look here : http://www.javapassion.com/handsonlabs/
I don't know if you will find the tutorial you are talking about... but there is one about Spring with Netbeans.
-
Nov 6th, 2006, 05:59 PM
#3
spring netbeans module
I started a project to create a module to assist with creating Spring Framework applications using Netbeans 5. There is a flash demo on the website that shows how to get started and the module can be downloaded from sourceforge. Hope it is helpful.
-Craig
http://spring-netbeans.sourceforge.net
Craig MacKay
-
Apr 4th, 2007, 11:07 AM
#4
Spring NetBeans Module Installation Instructions, for NetBeans 5.0
Installation Instructions for NetBeans 5.0
........................
* Open download web site
http://sourceforge.net/project/showf...roup_id=174340
* Select "spring-netbeans" package.
* Download "net-sf-springnetbeans-support.nbm"
(Download process will offer you to save "net-sf-springnetbeans-support.zip" file)
* Save "net-sf-springnetbeans-support.zip" file at your local directory and rename it to:
"net-sf-springnetbeans-support.nbm"
* Open NetBeans IDE.
* At the tool menu, select Tools --> Update Center
* At new Update Center Wizard, select:
Install Manually Downloaded Modules (.nbm files)
Click Next
* At new window, use "Add" button to locate "net-sf-springnetbeans-support.nbm" file.
Click Next
* At new window, the next screen will display which Module will be installed.
Click Next
* Step through the following few screens.
When the license agreement window will pop up, Click Accept (if you agree, and want to continue).
* Select "Yes" at "Unsigned Module dialog"
* Depending on the plug-in, NetBeans may or may not need to be restarted.
.....................
Useful links:
http://www.developinjava.com/readart...p?article_id=3
http://spring-netbeans.sourceforge.net/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules