1. Should I use Spring or Guice for a Tomcat/Wicket/Hibernate project? stackoverflow.comI'm building a new web application that uses Linux, Apache, Tomcat, Wicket, JPA/Hibernate, and MySQL. My primary need is Dependency Injection, which both Spring and Guice can do well. I think ... |
2. How to deal with databases for websites written in Java, more specifically Wicket? stackoverflow.comI'm new to website development using Java but I've got started with Wicket and make a little website. I'd like to expand on what I've already made (a website with a ... |
3. Wicket testing - AnnotApplicationContextMock - There is no application attached to current thread main stackoverflow.comI've written a couple of tests for a small web app, but I get an error when I try to run the page specific tests that makes use of WicketTester. Google sends ... |
4. Wicket + Spring + JPA + Hibernate tutorial stackoverflow.comI'm looking for a step by step tutorial on building small web application using Wicket, Spring, JPA and Hibernate assuming that the programmer is advanced in java but new to those ... |
5. How do I resemble the typical "confirmation of account" procedure seen in multiple websites? stackoverflow.comI want to resemble the typical "confirmation of account" procedure seen in multiple websites. When a user registers an email is sent to him with a confirmation link. Once the user ... |
6. Wicket+Spring+JPA+Hibernate: No Persistence Unit Found stackoverflow.comI'm developing a web application using Wicket+Spring+JPA+Hibernate. This is my first project with this setup and I think I've probably made some mistakes. I get the following error: No persistence unit ... |
7. Wicket/Spring(with Annotations)/Hibernate DI woes. forum.springsource.orgDec 15th, 2010, 10:24 AM #1 AdamGibbons View Profile View Forum Posts Private Message Junior Member Join Date Dec 2010 Posts 7 Wicket/Spring(with Annotations)/Hibernate DI woes. Hi there, I'm trying to ... |