You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Jochen Mader <pf...@gmail.com> on 2010/07/25 23:55:30 UTC

Wicket archetype for hibernate 3.5 and spring 3

I created a Maven archetype for wicket application containing the
following things:

- Everything is configured using Spring 3
- Hibernate 3.5 is used for persistence
- Example classes using JPA-style annotations
- Example DAOs and base classes for CRUD-operations
- Everything runs on an InRam-HSQL

I will add some better unit tests this week.
I added the Apache License so it should be compatible with Wicket.
It is somewhat based on the original Wicket-Archetype. I hope I did
everything right and didn't break any licenses.

Grab your copy from:
http://github.com/pflanzenmoerder/wicket-hibernate-archetype

CU

Jochen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket archetype for hibernate 3.5 and spring 3

Posted by danisevsky <da...@gmail.com>.
It seems nice. Could you please give me advice how to use it? I am not
fimiliar with mavem.

Thanks.

2010/7/25 Jochen Mader <pf...@gmail.com>

> I created a Maven archetype for wicket application containing the
> following things:
>
> - Everything is configured using Spring 3
> - Hibernate 3.5 is used for persistence
> - Example classes using JPA-style annotations
> - Example DAOs and base classes for CRUD-operations
> - Everything runs on an InRam-HSQL
>
> I will add some better unit tests this week.
> I added the Apache License so it should be compatible with Wicket.
> It is somewhat based on the original Wicket-Archetype. I hope I did
> everything right and didn't break any licenses.
>
> Grab your copy from:
> http://github.com/pflanzenmoerder/wicket-hibernate-archetype
>
> CU
>
> Jochen
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>