Change pom.xml to use junit4

View: New views
4 Messages — Rating Filter:   Alert me  

Change pom.xml to use junit4

by Juergen Donnerstag :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Any objections against changing pom.xml to use junit4?

Juergen

Re: Change pom.xml to use junit4

by Martijn Dashorst :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Nope go ahead!

Martijn

On Thu, Sep 17, 2009 at 7:08 PM, Juergen Donnerstag
<juergen.donnerstag@...> wrote:
> Any objections against changing pom.xml to use junit4?
>
> Juergen
>



--
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0

wicket default theme

by michael mosmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

do we have something like a default theme for wicket apps? Every grails
app comes with a nice theme right from the start, ... i think we need
something similar.

-------------
package org.apache.wicket.extension.theme;

public class WicketDefaultTheme
{
  public static void apply(Page page)
  {
    page.add(... HeaderContributor with some css ...)
  }
}
-------------

mm:)



Re: wicket default theme

by nino martinez wael :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I think it's been discussed before.. But I concur, even seam has
something.. Should'nt we just grab an opensource css template and use
that? However as for it going into the wicket core package im not
sure?

I actually have something that integrates the tango icons with wicket
btw ( http://tango.freedesktop.org/Tango_Desktop_Project ). Would it
be interesting for wicketstuff..

2009/9/18 Michael Mosmann <michael@...>:

> Hi,
>
> do we have something like a default theme for wicket apps? Every grails
> app comes with a nice theme right from the start, ... i think we need
> something similar.
>
> -------------
> package org.apache.wicket.extension.theme;
>
> public class WicketDefaultTheme
> {
>  public static void apply(Page page)
>  {
>    page.add(... HeaderContributor with some css ...)
>  }
> }
> -------------
>
> mm:)
>
>
>