Re: avoid setters / getters by using ?

2009-09-27 Thread Christian Beil
Hi David, if you use Eclipse, you can get rid of the getters/setters by using http://projectlombok.org/. Cheers, Christian David Chang schrieb: Martin, Thanks for your input. My intention is how to get rid of these boring setters/getters from service beans that are usually generated only

Re: Best way to handle circular references

2009-09-24 Thread Christian Beil
Hi Giovanni, I absolutely understand what you mean. I recently refactored some Swing GUI code and also tried to remove the circular references. The menu bar of the app's main frame needed a reference to this frame in order to show a modal dialog on it. The frame embeds the menu bar and therefo

Re: Wicket Quickstart for Ant

2009-08-20 Thread Christian Beil
least 1.5 compatibility for Wicket 1.4 onwards. Martijn On Thu, Aug 20, 2009 at 11:34 PM, Christian Beil wrote: Hi all, I'm currently reading 'Wicket in Action' and I also like the bonus chapter where the Wicket QuickStart build script is set up. Now that I want to try coding some Wicket

Wicket Quickstart for Ant

2009-08-20 Thread Christian Beil
Hi all, I'm currently reading 'Wicket in Action' and I also like the bonus chapter where the Wicket QuickStart build script is set up. Now that I want to try coding some Wicket applications myself, I'd like to use Wicket QuickStart. I saw that the Quickstart project on the homepage uses Maven: