On Tue, Mar 31, 2009 at 10:45 AM, HHB <hubaghd...@yahoo.ca> wrote: > Hey, > Our new Wicket application is to be build with Spring and Hibernate, so I > included these: > > <dependency> > <groupId>org.springframework</groupId> > <artifactId>spring</artifactId> > <version>2.5.6</version> > </dependency> > <dependency> > <groupId>org.hibernate</groupId> > <artifactId>hibernate</artifactId> > <version>3.2.6.ga</version> > </dependency> > <dependency> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-spring</artifactId> > <version>1.3.5</version> > </dependency> > <dependency> > <groupId>org.apache.wicket</groupId> > <artifactId>wicket-spring-annot</artifactId> > <version>1.3.5</version> > </dependency> > > Anything is missing? > I noticed there are dependencies like spring-context, spring-context-support, > spring-aop, hibernate-annotations and the list goes on. > Should I include them too?
You're welcome to start from my Advanced Wicket presentation example application if you want: http://svn.carmanconsulting.com/public/wicket-advanced/trunk > Thanks. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org