Hi,

Thanks for sharing it!

Here are some ideas:

https://github.com/limone/wicket-spring-boilerplate/blob/master/src/main/resources/archetype-resources/src/main/java/HomePage.java#L25
Better override #renderHead(IHeaderResponse response) and use
'response.renderXYZ()'

https://github.com/limone/wicket-spring-boilerplate/blob/master/src/main/resources/archetype-resources/src/main/java/HomePage.java#L20
You can use Session#getClientInfo() to see what is the client and if
it IE then contribute this special .js file

https://github.com/limone/wicket-spring-boilerplate/blob/master/src/main/resources/archetype-resources/src/main/java/app/WicketFilter.java#L9
I think you can drop this class and configure the original
WicketFilter in
https://github.com/limone/wicket-spring-boilerplate/blob/master/src/main/resources/archetype-resources/src/main/java/app/WebAppInitializer.java

On Thu, Mar 1, 2012 at 2:07 AM, Michael Laccetti <mich...@limone.me> wrote:
> Just a quick note to folks that may be interested that I've created a Maven 
> archetype that ties together Wicket 1.5 and Spring 3.1, along with Hibernate 
> 4.1/JPA 2 and logback.  It is purely annotation driven, and has no XML 
> configuration files.  Currently, users must clone the git repository [1] to 
> use the archetype, but it should be hosted on Sonatype's OSS Nexus shortly.
>
> Questions and comments appreciated.  :)
>
> Michael
>
> 1 - https://github.com/limone/wicket-spring-boilerplate



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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

Reply via email to