wicket « JPA « Spring Q&A





1. Should I use Spring or Guice for a Tomcat/Wicket/Hibernate project?    stackoverflow.com

I'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.com

I'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.com

I'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.com

I'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.com

I 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.com

I'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.org

Dec 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 ...