Hi Peter

Theres should be something in regards to a calendar here:

http://mail-archives.apache.org/mod_mbox/wicket-users/200710.mbox/%3c47021d97.6010...@jayway.dk%3e

Im not sure what state it are in now, I used it for week view, with
filled days a special colour and clickable.

regards Nino

2010/1/15 Peter Karich <peat...@yahoo.de>:
> Dear fellow wicketers!
>
> I am now new to wicket and would like to say: wow + thanks for this great
> framework!
> I never see such a good separation of view and code. and making a small
> solr+wicket example working was really fun (like in good old desktop eras).
>
> Now I have the following questions:
>
> 1. Is there a scheduling or calendar component like the one from the
> tomahawk project  [1] ? I especially look for a "week"-view.
>
> 2. Which setup (e.g. IDE) do you use to reduce the time from "code change"
> to "site view"?
> I am using netbeans 6.8 and 7 seconds out of the box seems to be okay, but
> is it possible to get it even faster with wicket? (preferable without
> commercial solutions aka JRebel)
>
> 3. For the persistence layer I need a rather simple solution (odb?) e.g. for
> CRUD.
> I found a databinder project [2] and wicketrad [3], but they seems to be out
> of date!?
> Then I found Wicket-Iolite [4] and wicket-phonebook [5]. Can this be used as
> a starting point or which *simple* persistent solutions do you use?
>
> 4. Is there a way to create a component without any html?
>
> 5. Is there a way to bind several components to *one* html file? I am
> thinking of a template which I'll receive from the designer.
> After this I only need to specify the wicket:ids within this html file
> and my components will hook into it. Or is there another solution?
>
> 6. The usage of the Link class is a bit counter intuitive:
> Link link = new Link("hrefId") { public void onClick() {..} };
> link.add(new Label("titleId", new Model("myTitle") {...}));
> why is there no such constructor for the easiest case like it is the case in
> ExternalLink ala
> new Link("hrefid", hrefModel, titleModel) ?
>
> Regards,
> Peter.
>
> [1]
> http://myfaces.apache.org/tomahawk-project/tomahawk/tagdoc/t_schedule.html
>
> [2]
> http://databinder.net/wicket/show/overview/
>
> [3]
> http://sites.google.com/site/wicketrad/
>
> [4]
> http://wicketstuff.org/confluence/display/STUFFWIKI/Wicket-Iolite
>
> [5]
> http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook
>
> --
> Free your timetabling!
> http://timefinder.sourceforge.net/
>
>

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

Reply via email to