Hi
It seems that I have permissions to create a release. Before I do it I
would like to verify if there is anything else that needs to be done.
Add wicket-ioc dep / remove spring dep + some other unneeded deps /
done
fix package names, I contacted the author but got no response.
Now it's in package wicket.javaee, should I rename it to
org.apache.wicket.javaee ?
Maris
if you use EJB3 you really want to use the wicket-contrib-javaee project
(wicketstuff) all you need to do is call you @EJB and rest is handled
automatically !
That project needs an update for 1.3
Add wicket-ioc dep / remove spring dep + some other unneeded deps /
fix package names, I contacted the author but got no response.
Plus you have to define all beans in the web.xml which is not needed
when you work with jsf for example (tested on glassfish). Does anybody
know why that is?