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)
>


Scaffolding

2019-02-07 Thread Zala Pierre GOUPIL
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)


Scaffolding

2011-11-19 Thread Pierre Goupil
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.


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: While dojo project is still alpha status I want to say something about scaffolding in wicket

2011-06-02 Thread Gonzalo Aguilar Delgado
Hi James, 

Yes, please, send me a .war. My e-mail has no limit in storage. 

gagui...@aguilardelgado.com





El mié, 01-06-2011 a las 16:34 -0400, James Carman escribió:
 On Wed, Jun 1, 2011 at 2:59 PM, Gonzalo Aguilar Delgado
 gagui...@aguilardelgado.com wrote:
 
  Does it took long to program it? Do you think you will maintain it for
  long time?
 
 
 I have been working on the idea for a couple of years.
 
  I cannot run the application because compile problems (need maven3).
 
 
 DOH!  I didn't realize that I made it *require* maven3.  You want me
 to send you a war file for the example application?
 
  Does it support ajax?
 
 
 The example application, which uses the Scaffold component, is all
 ajax-based.  There are ajax-based components in there that you can use
 for submitting your forms, deleting objects, etc.
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 



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



Re: While dojo project is still alpha status I want to say something about scaffolding in wicket

2011-06-02 Thread Gonzalo Aguilar Delgado

Hi James, 

Using dojo it's a very different approach. The idea of using dojo is to
use everything that dojo gives...

I think it has powerfull features:
* Full support for lots of widget (calendar, hour,
autocomplete text fields, etc).
* Theme support. It automagically draws beautiful
widgets with different styles.
* Fully interaction between dojo and wicket. Via ajax.
It's great you can interact without reloading anything.
* Support for mobile devices.


Thought I have some doubts about interaction between your metadata
implementation and the one I have in place. Mainly because what I
explained about the hibernate metadata (that is very robust). It also
support automatic search.

https://github.com/gadLinux/Level2-CLT-Segmentator

It builds a query search for the whole database. Also still in alpha...
I will setup some screenshots so you can see it in action. Have to port
to dojo also. :D

Too many things as I said.

Tnx again.



El mié, 01-06-2011 a las 16:43 -0400, James Carman escribió:
 On Wed, Jun 1, 2011 at 3:41 PM, Gonzalo Aguilar Delgado
 gagui...@aguilardelgado.com wrote:
 
  Your project looks good. Clean code, modular, well organized. I got a
  little bit confused about the PropertyComponentFactory. I cannot find
  where you define the right provider... Was looking into configuration.
 
  In the code it takes to an interface. But not implementation, I looked
  around and seem to find one.
 
 
 PropertyComponentFactory isn't something that you'd be implementing as
 an extender of the framework most likely.  You'll be adding your own
 property editors.  For an example of how to do that, take a look at
 the Joda stuff probably.
 
  The idea is great, everything is pluggable. Even property editors as I
  can see in the example.
 
  The use of your other library, metastopheles, is good enough. The
  problem with it will be automatic detection of links (foreign keys) to
  other clases, specific database types and so on. Something that is
  resolved just sticking to hibernate metadata (I only want one
  persistence engine for now).
 
 
 Right now, Wicketopia doesn't support automatic editing related
 entities.  It's on the to-do list for sure.  Basically, the next big
 thing for Wicketopia would be a search abstraction.  Because, to
 find an entity to associate with the entity you're editing, most
 likely you'll be doing some type of search (unless it's just a
 drop-down, but that will not be the case when there are many objects,
 obviously).
 
 
  Will you discuss about integrating it with dojo libraries?
 
 
 Sure will!  Alexandros Karypidis is working with me on Wicketopia
 right now.  He showed interest by wicket-1.5-izing Wicketopia, so I
 just gave him access to SVN and let him have at it.  If you want to
 add a dojo module, as long as its scope makes sense to be part of the
 framework itself, I see no reason why you can't be made part of the
 team!  I don't plan on maintaining this thing all by myself.  The more
 the merrier, I say!  We just have to make sure we keep our approach as
 user-focused as possible, because Wicketopia is intended to be used by
 other folks, not just us. :)
 
 What exactly is it that you want to do with dojo that you can't do
 with the built-in ajax libraries?  Are you thinking of using a
 specific dojo component of some sort?
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 



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



Re: While dojo project is still alpha status I want to say something about scaffolding in wicket

2011-06-01 Thread Gonzalo Aguilar Delgado
Hi James, 
Looks pretty good!!! It's nice that you build it with plugins in mind. I
want to check source code to see details of the implementation.

Does it took long to program it? Do you think you will maintain it for
long time?

I cannot run the application because compile problems (need maven3).

Does it support ajax?

Do you have binaries? So I can download a package and give it a try in
my tomcat...

Sorry for posting lots of questions but it's first time I see a serious
approach to scaffolding with wicket. I'm pretty excited.

I will take a look to the code to see if it fits to my projects. Will be
nice to join this nice piece of code.

Thank you again.




No subestimes el poder de la gente estúpida en grupos grandes 

El mar, 31-05-2011 a las 15:43 -0400, James Carman escribió:
 Download the example application and run it and you can see it in action
 On May 31, 2011 11:36 AM, Gonzalo Aguilar Delgado 
 gagui...@aguilardelgado.com wrote:
  Hi James,
 
  I was looking for a lng time for scaffolding and found nothing. I
  need to take a review to wicketopia to see what it offers.
 
  Thank you a lot for the update.
 
 
 
  No subestimes el poder de la gente estúpida en grupos grandes
 
  El mar, 31-05-2011 a las 10:21 -0400, James Carman escribió:
  Wicketopia has a scaffold component already. Perhaps we can use some
  of your ideas to enhance it?
 
  On Tue, May 31, 2011 at 9:41 AM, Gonzalo Aguilar Delgado
  gagui...@aguilardelgado.com wrote:
   Hi again,
  
   too many things are going on. But I don't want to lose the oportunity
 to
   let people join or upgrade what we are building.
  
   I've just created another project that uses wicket-dojo so I can test
   features in a real project. I have to upload the code to gitorious.org
   https://gitorious.org/wscaffold
  
   But I created a small intro about what I'm doing:
   http://level2crm.com/content/building-scaffoldling-wicket
  
   Hope someone else can help me or propose advances.
  
   I want also migrate all to 1.5 but it takes time... :D
  
  
  
  
  
   No subestimes el poder de la gente estúpida en grupos grandes
  
  
  
   -
   To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
   For additional commands, e-mail: users-h...@wicket.apache.org
  
  
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 


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



Re: While dojo project is still alpha status I want to say something about scaffolding in wicket

2011-06-01 Thread Gonzalo Aguilar Delgado
Hi again James,

Your project looks good. Clean code, modular, well organized. I got a
little bit confused about the PropertyComponentFactory. I cannot find
where you define the right provider... Was looking into configuration.

In the code it takes to an interface. But not implementation, I looked
around and seem to find one. 

The idea is great, everything is pluggable. Even property editors as I
can see in the example.

The use of your other library, metastopheles, is good enough. The
problem with it will be automatic detection of links (foreign keys) to
other clases, specific database types and so on. Something that is
resolved just sticking to hibernate metadata (I only want one
persistence engine for now). 

Also I can see that Ajax support is in place but limited.

Will you discuss about integrating it with dojo libraries?

Thank you again.





No subestimes el poder de la gente estúpida en grupos grandes 

El mar, 31-05-2011 a las 15:43 -0400, James Carman escribió:
 Download the example application and run it and you can see it in action
 On May 31, 2011 11:36 AM, Gonzalo Aguilar Delgado 
 gagui...@aguilardelgado.com wrote:
  Hi James,
 
  I was looking for a lng time for scaffolding and found nothing. I
  need to take a review to wicketopia to see what it offers.
 
  Thank you a lot for the update.
 
 
 
  No subestimes el poder de la gente estúpida en grupos grandes
 
  El mar, 31-05-2011 a las 10:21 -0400, James Carman escribió:
  Wicketopia has a scaffold component already. Perhaps we can use some
  of your ideas to enhance it?
 
  On Tue, May 31, 2011 at 9:41 AM, Gonzalo Aguilar Delgado
  gagui...@aguilardelgado.com wrote:
   Hi again,
  
   too many things are going on. But I don't want to lose the oportunity
 to
   let people join or upgrade what we are building.
  
   I've just created another project that uses wicket-dojo so I can test
   features in a real project. I have to upload the code to gitorious.org
   https://gitorious.org/wscaffold
  
   But I created a small intro about what I'm doing:
   http://level2crm.com/content/building-scaffoldling-wicket
  
   Hope someone else can help me or propose advances.
  
   I want also migrate all to 1.5 but it takes time... :D
  
  
  
  
  
   No subestimes el poder de la gente estúpida en grupos grandes
  
  
  
   -
   To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
   For additional commands, e-mail: users-h...@wicket.apache.org
  
  
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 


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



Re: While dojo project is still alpha status I want to say something about scaffolding in wicket

2011-06-01 Thread James Carman
On Wed, Jun 1, 2011 at 2:59 PM, Gonzalo Aguilar Delgado
gagui...@aguilardelgado.com wrote:

 Does it took long to program it? Do you think you will maintain it for
 long time?


I have been working on the idea for a couple of years.

 I cannot run the application because compile problems (need maven3).


DOH!  I didn't realize that I made it *require* maven3.  You want me
to send you a war file for the example application?

 Does it support ajax?


The example application, which uses the Scaffold component, is all
ajax-based.  There are ajax-based components in there that you can use
for submitting your forms, deleting objects, etc.

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



Re: While dojo project is still alpha status I want to say something about scaffolding in wicket

2011-06-01 Thread James Carman
On Wed, Jun 1, 2011 at 3:41 PM, Gonzalo Aguilar Delgado
gagui...@aguilardelgado.com wrote:

 Your project looks good. Clean code, modular, well organized. I got a
 little bit confused about the PropertyComponentFactory. I cannot find
 where you define the right provider... Was looking into configuration.

 In the code it takes to an interface. But not implementation, I looked
 around and seem to find one.


PropertyComponentFactory isn't something that you'd be implementing as
an extender of the framework most likely.  You'll be adding your own
property editors.  For an example of how to do that, take a look at
the Joda stuff probably.

 The idea is great, everything is pluggable. Even property editors as I
 can see in the example.

 The use of your other library, metastopheles, is good enough. The
 problem with it will be automatic detection of links (foreign keys) to
 other clases, specific database types and so on. Something that is
 resolved just sticking to hibernate metadata (I only want one
 persistence engine for now).


Right now, Wicketopia doesn't support automatic editing related
entities.  It's on the to-do list for sure.  Basically, the next big
thing for Wicketopia would be a search abstraction.  Because, to
find an entity to associate with the entity you're editing, most
likely you'll be doing some type of search (unless it's just a
drop-down, but that will not be the case when there are many objects,
obviously).


 Will you discuss about integrating it with dojo libraries?


Sure will!  Alexandros Karypidis is working with me on Wicketopia
right now.  He showed interest by wicket-1.5-izing Wicketopia, so I
just gave him access to SVN and let him have at it.  If you want to
add a dojo module, as long as its scope makes sense to be part of the
framework itself, I see no reason why you can't be made part of the
team!  I don't plan on maintaining this thing all by myself.  The more
the merrier, I say!  We just have to make sure we keep our approach as
user-focused as possible, because Wicketopia is intended to be used by
other folks, not just us. :)

What exactly is it that you want to do with dojo that you can't do
with the built-in ajax libraries?  Are you thinking of using a
specific dojo component of some sort?

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



While dojo project is still alpha status I want to say something about scaffolding in wicket

2011-05-31 Thread Gonzalo Aguilar Delgado
Hi again, 

too many things are going on. But I don't want to lose the oportunity to
let people join or upgrade what we are building. 

I've just created another project that uses wicket-dojo so I can test
features in a real project. I have to upload the code to gitorious.org
https://gitorious.org/wscaffold

But I created a small intro about what I'm doing:
http://level2crm.com/content/building-scaffoldling-wicket

Hope someone else can help me or propose advances.

I want also migrate all to 1.5 but it takes time... :D





No subestimes el poder de la gente estúpida en grupos grandes 



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



Re: While dojo project is still alpha status I want to say something about scaffolding in wicket

2011-05-31 Thread James Carman
Wicketopia has a scaffold component already.  Perhaps we can use some
of your ideas to enhance it?

On Tue, May 31, 2011 at 9:41 AM, Gonzalo Aguilar Delgado
gagui...@aguilardelgado.com wrote:
 Hi again,

 too many things are going on. But I don't want to lose the oportunity to
 let people join or upgrade what we are building.

 I've just created another project that uses wicket-dojo so I can test
 features in a real project. I have to upload the code to gitorious.org
 https://gitorious.org/wscaffold

 But I created a small intro about what I'm doing:
 http://level2crm.com/content/building-scaffoldling-wicket

 Hope someone else can help me or propose advances.

 I want also migrate all to 1.5 but it takes time... :D





 No subestimes el poder de la gente estúpida en grupos grandes



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



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



Re: While dojo project is still alpha status I want to say something about scaffolding in wicket

2011-05-31 Thread Gonzalo Aguilar Delgado
Hi James, 

I was looking for a lng time for scaffolding and found nothing. I
need to take a review to wicketopia to see what it offers.

Thank you a lot for the update.



No subestimes el poder de la gente estúpida en grupos grandes 

El mar, 31-05-2011 a las 10:21 -0400, James Carman escribió:
 Wicketopia has a scaffold component already.  Perhaps we can use some
 of your ideas to enhance it?
 
 On Tue, May 31, 2011 at 9:41 AM, Gonzalo Aguilar Delgado
 gagui...@aguilardelgado.com wrote:
  Hi again,
 
  too many things are going on. But I don't want to lose the oportunity to
  let people join or upgrade what we are building.
 
  I've just created another project that uses wicket-dojo so I can test
  features in a real project. I have to upload the code to gitorious.org
  https://gitorious.org/wscaffold
 
  But I created a small intro about what I'm doing:
  http://level2crm.com/content/building-scaffoldling-wicket
 
  Hope someone else can help me or propose advances.
 
  I want also migrate all to 1.5 but it takes time... :D
 
 
 
 
 
  No subestimes el poder de la gente estúpida en grupos grandes
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 


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



Re: While dojo project is still alpha status I want to say something about scaffolding in wicket

2011-05-31 Thread James Carman
Download the example application and run it and you can see it in action
On May 31, 2011 11:36 AM, Gonzalo Aguilar Delgado 
gagui...@aguilardelgado.com wrote:
 Hi James,

 I was looking for a lng time for scaffolding and found nothing. I
 need to take a review to wicketopia to see what it offers.

 Thank you a lot for the update.



 No subestimes el poder de la gente estúpida en grupos grandes

 El mar, 31-05-2011 a las 10:21 -0400, James Carman escribió:
 Wicketopia has a scaffold component already. Perhaps we can use some
 of your ideas to enhance it?

 On Tue, May 31, 2011 at 9:41 AM, Gonzalo Aguilar Delgado
 gagui...@aguilardelgado.com wrote:
  Hi again,
 
  too many things are going on. But I don't want to lose the oportunity
to
  let people join or upgrade what we are building.
 
  I've just created another project that uses wicket-dojo so I can test
  features in a real project. I have to upload the code to gitorious.org
  https://gitorious.org/wscaffold
 
  But I created a small intro about what I'm doing:
  http://level2crm.com/content/building-scaffoldling-wicket
 
  Hope someone else can help me or propose advances.
 
  I want also migrate all to 1.5 but it takes time... :D
 
 
 
 
 
  No subestimes el poder de la gente estúpida en grupos grandes
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 

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



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



[OT] Test Driven Scaffolding

2009-09-02 Thread James Perry
I thought fellow Wicket users would be interested in my article:

http://www.theserverside.com/news/thread.tss?thread_id=57443
Cheers,
James.


scaffolding in wicket

2007-09-21 Thread Otan
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?


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?