You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Zala Pierre GOUPIL <go...@gmail.com> on 2019/02/07 09:18:31 UTC

Scaffolding

All,

It's 2019 now. Which scaffolding tool for a Wicket 8 user would you advise,
please?

Regards,

Zala


-- 
Je n'aime pas seulement ma vie, mais aussi celle des autres.

(Blade Runner)

Re: Scaffolding

Posted by Zala Pierre GOUPIL <go...@gmail.com>.
Thanks Martin, I'll have a look at it!

Regards,

Zala



On Thu, Feb 7, 2019 at 11:01 AM Martin Grigorov <mg...@apache.org>
wrote:

> Hi,
>
> It depends how much code you want to be generated for you.
> I just use Intellij IDEA templates to generate pages, panels, fragments,
> ...
> But if you want also CRUD related code to be generated then I am not aware
> of such tools.
>
> Apache Isis provides something similar. There you design your domain
> entities and the framework generates the UI (with Wicket) and REST
> interfaces for them. There is also Angular frontend that consumes the REST
> APIs.
> But here you have much less freedom how your (Wicket) UI will look like.
> You can override the defaults but it is an effort!
>
> On Thu, Feb 7, 2019 at 11:28 AM Zala Pierre GOUPIL <goupilpierre@gmail.com
> >
> wrote:
>
> > All,
> >
> > It's 2019 now. Which scaffolding tool for a Wicket 8 user would you
> advise,
> > please?
> >
> > Regards,
> >
> > Zala
> >
> >
> > --
> > Je n'aime pas seulement ma vie, mais aussi celle des autres.
> >
> > (Blade Runner)
> >
>


-- 
Je n'aime pas seulement ma vie, mais aussi celle des autres.

(Blade Runner)

Re: Scaffolding

Posted by Zala Pierre GOUPIL <go...@gmail.com>.
Of course it doesn't look like a first-class project, but in my previous
team, it saved our day! :-)

On Thu, Feb 7, 2019 at 11:22 AM Dan Haywood <da...@haywood-associates.co.uk>
wrote:

> Yep, I wrote that.  Looks like you and 7 other people like it, judging by
> the github stars !
>
> cheers
> Dan
>
> On Thu, 7 Feb 2019 at 10:16, Zala Pierre GOUPIL <go...@gmail.com>
> wrote:
>
> > Thanks Dan! As a side-note, are you the author of this tool:
> > https://github.com/danhaywood/java-testsupport ? I love it! :-)
> >
> > Regards,
> >
> > Zala
> >
> >
> >
> > On Thu, Feb 7, 2019 at 11:12 AM Dan Haywood <
> dan@haywood-associates.co.uk>
> > wrote:
> >
> > > There's a framework called NoWicket [1] that is a half-way house
> between
> > > "raw" Wicket and Apache Isis; might be worth taking a look at.
> > >
> > > Cheers
> > > Dan
> > > (Apache Isis committer)
> > >
> > > [1] http://invesdwin.de/nowicket/introduction?0
> > >
> > > On Thu, 7 Feb 2019 at 10:01, Martin Grigorov <mg...@apache.org>
> > wrote:
> > >
> > > > Hi,
> > > >
> > > > It depends how much code you want to be generated for you.
> > > > I just use Intellij IDEA templates to generate pages, panels,
> > fragments,
> > > > ...
> > > > But if you want also CRUD related code to be generated then I am not
> > > aware
> > > > of such tools.
> > > >
> > > > Apache Isis provides something similar. There you design your domain
> > > > entities and the framework generates the UI (with Wicket) and REST
> > > > interfaces for them. There is also Angular frontend that consumes the
> > > REST
> > > > APIs.
> > > > But here you have much less freedom how your (Wicket) UI will look
> > like.
> > > > You can override the defaults but it is an effort!
> > > >
> > > > On Thu, Feb 7, 2019 at 11:28 AM Zala Pierre GOUPIL <
> > > goupilpierre@gmail.com
> > > > >
> > > > wrote:
> > > >
> > > > > All,
> > > > >
> > > > > It's 2019 now. Which scaffolding tool for a Wicket 8 user would you
> > > > advise,
> > > > > please?
> > > > >
> > > > > Regards,
> > > > >
> > > > > Zala
> > > > >
> > > > >
> > > > > --
> > > > > Je n'aime pas seulement ma vie, mais aussi celle des autres.
> > > > >
> > > > > (Blade Runner)
> > > > >
> > > >
> > >
> >
> >
> > --
> > Je n'aime pas seulement ma vie, mais aussi celle des autres.
> >
> > (Blade Runner)
> >
>


-- 
Je n'aime pas seulement ma vie, mais aussi celle des autres.

(Blade Runner)

Re: Scaffolding

Posted by Dan Haywood <da...@haywood-associates.co.uk>.
Yep, I wrote that.  Looks like you and 7 other people like it, judging by
the github stars !

cheers
Dan

On Thu, 7 Feb 2019 at 10:16, Zala Pierre GOUPIL <go...@gmail.com>
wrote:

> Thanks Dan! As a side-note, are you the author of this tool:
> https://github.com/danhaywood/java-testsupport ? I love it! :-)
>
> Regards,
>
> Zala
>
>
>
> On Thu, Feb 7, 2019 at 11:12 AM Dan Haywood <da...@haywood-associates.co.uk>
> wrote:
>
> > There's a framework called NoWicket [1] that is a half-way house between
> > "raw" Wicket and Apache Isis; might be worth taking a look at.
> >
> > Cheers
> > Dan
> > (Apache Isis committer)
> >
> > [1] http://invesdwin.de/nowicket/introduction?0
> >
> > On Thu, 7 Feb 2019 at 10:01, Martin Grigorov <mg...@apache.org>
> wrote:
> >
> > > Hi,
> > >
> > > It depends how much code you want to be generated for you.
> > > I just use Intellij IDEA templates to generate pages, panels,
> fragments,
> > > ...
> > > But if you want also CRUD related code to be generated then I am not
> > aware
> > > of such tools.
> > >
> > > Apache Isis provides something similar. There you design your domain
> > > entities and the framework generates the UI (with Wicket) and REST
> > > interfaces for them. There is also Angular frontend that consumes the
> > REST
> > > APIs.
> > > But here you have much less freedom how your (Wicket) UI will look
> like.
> > > You can override the defaults but it is an effort!
> > >
> > > On Thu, Feb 7, 2019 at 11:28 AM Zala Pierre GOUPIL <
> > goupilpierre@gmail.com
> > > >
> > > wrote:
> > >
> > > > All,
> > > >
> > > > It's 2019 now. Which scaffolding tool for a Wicket 8 user would you
> > > advise,
> > > > please?
> > > >
> > > > Regards,
> > > >
> > > > Zala
> > > >
> > > >
> > > > --
> > > > Je n'aime pas seulement ma vie, mais aussi celle des autres.
> > > >
> > > > (Blade Runner)
> > > >
> > >
> >
>
>
> --
> Je n'aime pas seulement ma vie, mais aussi celle des autres.
>
> (Blade Runner)
>

Re: Scaffolding

Posted by Zala Pierre GOUPIL <go...@gmail.com>.
Thanks Dan! As a side-note, are you the author of this tool:
https://github.com/danhaywood/java-testsupport ? I love it! :-)

Regards,

Zala



On Thu, Feb 7, 2019 at 11:12 AM Dan Haywood <da...@haywood-associates.co.uk>
wrote:

> There's a framework called NoWicket [1] that is a half-way house between
> "raw" Wicket and Apache Isis; might be worth taking a look at.
>
> Cheers
> Dan
> (Apache Isis committer)
>
> [1] http://invesdwin.de/nowicket/introduction?0
>
> On Thu, 7 Feb 2019 at 10:01, Martin Grigorov <mg...@apache.org> wrote:
>
> > Hi,
> >
> > It depends how much code you want to be generated for you.
> > I just use Intellij IDEA templates to generate pages, panels, fragments,
> > ...
> > But if you want also CRUD related code to be generated then I am not
> aware
> > of such tools.
> >
> > Apache Isis provides something similar. There you design your domain
> > entities and the framework generates the UI (with Wicket) and REST
> > interfaces for them. There is also Angular frontend that consumes the
> REST
> > APIs.
> > But here you have much less freedom how your (Wicket) UI will look like.
> > You can override the defaults but it is an effort!
> >
> > On Thu, Feb 7, 2019 at 11:28 AM Zala Pierre GOUPIL <
> goupilpierre@gmail.com
> > >
> > wrote:
> >
> > > All,
> > >
> > > It's 2019 now. Which scaffolding tool for a Wicket 8 user would you
> > advise,
> > > please?
> > >
> > > Regards,
> > >
> > > Zala
> > >
> > >
> > > --
> > > Je n'aime pas seulement ma vie, mais aussi celle des autres.
> > >
> > > (Blade Runner)
> > >
> >
>


-- 
Je n'aime pas seulement ma vie, mais aussi celle des autres.

(Blade Runner)

Re: Scaffolding

Posted by Dan Haywood <da...@haywood-associates.co.uk>.
There's a framework called NoWicket [1] that is a half-way house between
"raw" Wicket and Apache Isis; might be worth taking a look at.

Cheers
Dan
(Apache Isis committer)

[1] http://invesdwin.de/nowicket/introduction?0

On Thu, 7 Feb 2019 at 10:01, Martin Grigorov <mg...@apache.org> wrote:

> Hi,
>
> It depends how much code you want to be generated for you.
> I just use Intellij IDEA templates to generate pages, panels, fragments,
> ...
> But if you want also CRUD related code to be generated then I am not aware
> of such tools.
>
> Apache Isis provides something similar. There you design your domain
> entities and the framework generates the UI (with Wicket) and REST
> interfaces for them. There is also Angular frontend that consumes the REST
> APIs.
> But here you have much less freedom how your (Wicket) UI will look like.
> You can override the defaults but it is an effort!
>
> On Thu, Feb 7, 2019 at 11:28 AM Zala Pierre GOUPIL <goupilpierre@gmail.com
> >
> wrote:
>
> > All,
> >
> > It's 2019 now. Which scaffolding tool for a Wicket 8 user would you
> advise,
> > please?
> >
> > Regards,
> >
> > Zala
> >
> >
> > --
> > Je n'aime pas seulement ma vie, mais aussi celle des autres.
> >
> > (Blade Runner)
> >
>

Re: Scaffolding

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

It depends how much code you want to be generated for you.
I just use Intellij IDEA templates to generate pages, panels, fragments, ...
But if you want also CRUD related code to be generated then I am not aware
of such tools.

Apache Isis provides something similar. There you design your domain
entities and the framework generates the UI (with Wicket) and REST
interfaces for them. There is also Angular frontend that consumes the REST
APIs.
But here you have much less freedom how your (Wicket) UI will look like.
You can override the defaults but it is an effort!

On Thu, Feb 7, 2019 at 11:28 AM Zala Pierre GOUPIL <go...@gmail.com>
wrote:

> All,
>
> It's 2019 now. Which scaffolding tool for a Wicket 8 user would you advise,
> please?
>
> Regards,
>
> Zala
>
>
> --
> Je n'aime pas seulement ma vie, mais aussi celle des autres.
>
> (Blade Runner)
>