Re: [Wicket-user] wicket presentation

2007-01-15 Thread Nino Wael
: Re: [Wicket-user] wicket presentation Those dropdowns should be updated without troubles. Why do you need the wantOnSelectionChangedNotifications there? Did you try removing the overrides of these methods? As far as I can see you're not doing anything useful with them. Eelco On 1/12/07, Nino

Re: [Wicket-user] wicket presentation

2007-01-13 Thread Eelco Hillenius
Those dropdowns should be updated without troubles. Why do you need the wantOnSelectionChangedNotifications there? Did you try removing the overrides of these methods? As far as I can see you're not doing anything useful with them. Eelco On 1/12/07, Nino Wael [EMAIL PROTECTED] wrote: To my

Re: [Wicket-user] wicket presentation

2007-01-12 Thread Nino Wael
To my presentation im doing both a jsp version and a wicket version of a very small applikation (might just be a form or two separate pages with forms), btw would it be an idea to put the presentation with examples up somewhere perhaps the wiki (when im done with it?)? However upon doing

Re: [Wicket-user] wicket presentation

2007-01-12 Thread Nino Wael
Oeh btw this is wicket 1.2.3 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 12. januar 2007 13:27 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] wicket presentation To my presentation im doing both a jsp

Re: [Wicket-user] wicket presentation

2007-01-05 Thread Nino Wael
, January 05, 2007 3:43 AM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] wicket presentation you don't have to think about the tedious tasks like printing html Can you explain this? - Gustavo. - Take

Re: [Wicket-user] wicket presentation

2007-01-04 Thread Korbinian Bachl
you could show a component wich holds the suckerfish CSS example (HTML, JS + CSS markup + Java Logic) and then show how easy it is to put this into any existing HTML file / template at any position you like... or show how neat a self-calling panel component is to e.g: create a tree structure in

Re: [Wicket-user] wicket presentation

2007-01-04 Thread Alexandre Bairos
It would be nice to have a small presentation entitled The Wicket top ten features with real life examples. We could define a list and build a wiki page, slides, etc. The examples you mentioned are great. On 1/4/07, Korbinian Bachl [EMAIL PROTECTED] wrote: you could show a component wich

Re: [Wicket-user] wicket presentation

2007-01-04 Thread Marc-Andre Houle
I think the best selling point for wicket to be shown on a 10 minute presentation (remember it is really quick 10 minutes!) is markup inheritance, API extensibility (Like extending the Link or Label class), Model and POJO + HTML completely separated. With that, I think you are complete for the

Re: [Wicket-user] wicket presentation

2007-01-04 Thread Korbinian Bachl
) and how easy it fits together - especially if its sth. thats difficult to do in JSP (like suckerfish) _ Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Marc-Andre Houle Gesendet: Donnerstag, 4. Januar 2007 16:56 An: wicket-user@lists.sourceforge.net Betreff: Re: [Wicket-user

Re: [Wicket-user] wicket presentation

2007-01-04 Thread Iman Rahmatizadeh
Well, comparing to struts/jsp/... solutions the best features would be imho : 1- Moving away from Request/Response 2- Full power of OO in the presentation layer 3- Real Reusable Components / Panels / Markups / Anything (!) 4- Separation of Concerns (Markup for layout and presentation, Java for

Re: [Wicket-user] wicket presentation

2007-01-04 Thread Iman Rahmatizadeh
Well, comparing to struts/jsp/... solutions the best features would be imho : 1- Moving away from Request/Response 2- Full power of OO in the presentation layer 3- Real Reusable Components / Panels / Markups / Anything (!) 4- Separation of Concerns (Markup for layout and presentation, Java for

Re: [Wicket-user] wicket presentation

2007-01-04 Thread Iman Rahmatizadeh
Sorry about the dual post, back button problem. Unfortunately gmail isn't developed with wicket ;-) On 1/4/07, Iman Rahmatizadeh [EMAIL PROTECTED] wrote: Well, comparing to struts/jsp/... solutions the best features would be imho : 1- Moving away from Request/Response 2- Full power of OO in

Re: [Wicket-user] wicket presentation

2007-01-04 Thread Ryan
I recently completed a similar presentation (however it was longer than 10 minutes). In my opinion Wicket's main selling point to development teams is reusability and maintenance. Features like OO component model, markup inheritance, and html like templates lead to better reusability and easier

Re: [Wicket-user] wicket presentation

2007-01-04 Thread Scott Swank
Our folk were impressed when I took a panel that was in a modal window and add()-ed to a tab -- blammo I had the content displaying in both places. Thanks to a visitor it was also being updated as a target of the appropriate ajax request. I also got positive feedback when I showed two versions

Re: [Wicket-user] wicket presentation

2007-01-04 Thread Gustavo Santucho
you don’t have to think about the tedious tasks like printing html Can you explain this? - Gustavo. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance

Re: [Wicket-user] wicket presentation

2007-01-04 Thread Nino Wael
AM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] wicket presentation you don't have to think about the tedious tasks like printing html Can you explain this? - Gustavo. - Take Surveys. Earn Cash