for what it is worth i will be creating a cms in the near future using
wicket. my idea is simple. the cms is a single wicket page. the users have a
special tag they use to define dynamic components like <cms:component
type=foo param1=param2/>. the page itself has a  single repeater, prior to
rendering it takes the markup and splits it into chunks of static and
component definitions. for a static piece the repeater gets a label, for a
component definition the repeater gets a new component instantiated. no need
for getvariation/java classes per page/ and all that funky stuff that is
made for regular applications.

-igor


On 10/13/07, pierobo <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Nino.Martinez wrote:
> >
> > Hi pierobo
> >
> > I think you need to take a look at listview.. I know you want to let the
> > user just plainly design the page but what if you gave them a more
> > graphical editor. That way you could have a general page that had a
> > listview and added all the components the user selected on his editor
> > page..
> >
> > Problem really are that theres a one to one mapping between html and
> > wicket components. This also is the case with listview, but in your
> > listview you can have one or more placeholders that will be populated
> > runtime.. If you do this in conjuction with giving the user the
> > posibility for uploading special stylesheets then it should be the same
> > i guess? What do you say?
> >
> > regards Nino
> >
> >
> >
>
> Thanks for your reply, Nino, but the main features of my CMS are:
> 1) A structured content capability, with an editor to define the model
> 2) The freedom of layout
>
> In these times of Ajax and CSS, people love to do their layout. This is
> the
> advantages I would provide, else there is no reason to do the (n+1)-th
> CMS...
>
> Surely there are valid reasons for the actual Wicket structure, but I
> think
> that a runtime-inspectable html page not bound to a Java counterpart would
> be very useful.
>
> Bye
> --
> View this message in context:
> http://www.nabble.com/Is-Wicket-suitable-for-my-CMS--tf4536847.html#a13188380
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to