The first one is the Wicket 1.4 support for NetBeans (http://nbwicketsupport.dev.java.net).
I checked out nbwicketsupport (http://nbwicketsupport.dev.java.net) of
branch nb_67.
And made a slight modification on it for the Wicket 1.4 release version.
1. update wicket libaray to 1.4 release .
2. make wicket framework detect works.
3. update example (Login, Pizaa) application (Using filter instead of
servlet, remove jasypt lib dependency )
Some problem I encountered.
1. In a maven web project , add Wicket support causes NetBeans dead.
Kill and restart NetBeans, I found it configured correctly.
2. I tried to add some code to disable Wicket configuration and display
the configured information on the Framework panel ( in the Project
properties) after adding it to the Web project( Struts support use this
style). But I do not how to get the "HomePage" from project ( code about
it is commented).
The second is the Stripes plugin (http://code.google.com/p/stripes4netbeans/). Small modification includes:
1. Replace the configuration panel for essential configuration.
2. Add "ActionResolver.Packages" configuration.
3. make Stripes framework detect works.
I encountered the same problem in a maven web project described before.
These are not official updates.
Download: nbwicket.tar.bz2 stripes4netbeans
I checked out nbwicketsupport (http://nbwicketsupport.dev.java.net) of
branch nb_67.
And made a slight modification on it for the Wicket 1.4 release version.
1. update wicket libaray to 1.4 release .
2. make wicket framework detect works.
3. update example (Login, Pizaa) application (Using filter instead of
servlet, remove jasypt lib dependency )
Some problem I encountered.
1. In a maven web project , add Wicket support causes NetBeans dead.
Kill and restart NetBeans, I found it configured correctly.
2. I tried to add some code to disable Wicket configuration and display
the configured information on the Framework panel ( in the Project
properties) after adding it to the Web project( Struts support use this
style). But I do not how to get the "HomePage" from project ( code about
it is commented).
The second is the Stripes plugin (http://code.google.com/p/stripes4netbeans/). Small modification includes:
1. Replace the configuration panel for essential configuration.
2. Add "ActionResolver.Packages" configuration.
3. make Stripes framework detect works.
I encountered the same problem in a maven web project described before.
These are not official updates.
Download: nbwicket.tar.bz2 stripes4netbeans
评论