Re: Scaffolding

2019-02-07 Thread Zala Pierre GOUPIL
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 
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 
> 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 <
> d...@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 
> > 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 <
> > > goupilpie...@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

2019-02-07 Thread Dan Haywood
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 
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 
> 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 
> 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 <
> > goupilpie...@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

2019-02-07 Thread Zala Pierre GOUPIL
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 
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  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 <
> goupilpie...@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

2019-02-07 Thread Zala Pierre GOUPIL
Thanks Martin, I'll have a look at it!

Regards,

Zala



On Thu, Feb 7, 2019 at 11:01 AM Martin Grigorov 
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  >
> 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

2019-02-07 Thread Dan Haywood
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  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  >
> 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

2019-02-07 Thread Martin Grigorov
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 
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

2011-11-19 Thread James Carman
Why do you want generated code when you can have it automatically
generated for you at runtime?

On Sat, Nov 19, 2011 at 3:10 PM, Pierre Goupil goupilpie...@gmail.com wrote:
 Good evening fellow Wicketers,

 Do you know of any Wicket scaffolding component? I know about these two:

 http://wicketopia.sourceforge.net/scaffold.html

 http://gitorious.org/wscaffold

 but I'm currently looking for competitors. In particular, I'm looking for
 source code-generating components. Any links, please?

 Regards,

 Pierre Goupil



 --
 Si tu penses que la violence ne résout rien, c'est que tu n'as pas tapé
 assez fort.


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



Re: scaffolding in wicket

2007-09-21 Thread Gerolf Seitz
there is a crud panel in the wicketstuff repository made by igor.
you can checkout the source here:
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-crud/

  Gerolf

On 9/21/07, Otan [EMAIL PROTECTED] wrote:

 Many frameworks have this feature because it truly speed up development of
 a
 page especially the one which is commonly found in administration pages.
 Can
 we have this feature in wicket too?