Is there any fully customized Spring Wicket Hibernate archetype including annotations?
I think a lot of people have asked these questions, but at this point I have not found a sufficient answer: I am new to Java-WebApp-Development. I am used to working with a fully configured Spring-Wicket-Hibernate framework at work. Although I still cannot create such a project myself.
I tried using http://blog.iprofs.nl/2011/02/15/a-maven-quickstart-on-wicket-spring-and-hibernate/ , but still I have huge problems to solve basic tasks (for example , implementation of count (*) - Method in general Tao). Although I know that I have to dive deeper into the framework that I know this will not be possible due to my little free time. I am currently diving into Wicket, but this is just one of three frameworks I will need to learn how to set up and use.
Though naive, I hope there might be a maven archetype for people like me: a fully configured Spring-Wicket-Hibernate-annotated maven project that I can modify and learn how to walk around on my own.
Is there something that can satisfy my need? I'm not necessarily talking about the maven archetype, a well-written tutorial will do too.
Right now, I'm really scared about all those little problems that are holding me back from starting my first WebApp development.
Regards, Franz
source to share