On Sat, May 3, 2008 at 9:20 AM, Doug Donohoe <[EMAIL PROTECTED]> wrote:
>  3) Use Annotations to handle mounting.  Instead of putting all mount logic
>  in the Application class, you could annotate your pages with something like
>  @Mount( strategy=foo.class, params=x,y,z ).  Then upon initialization,
>  Wicket could scan the class path and auto-mount these annotated pages.
>  Scanning the classpath is pretty easy using some spring-core functionality.
>  I don't know if the Spring license is compatible with Apache, so this might
>  need to be a contrib feature.

Spring uses the Apache License, v2

Reply via email to