Wicket Trees - presentation/diagram

2007-12-02 Thread jweekend
I'm preparing a presentation on Trees in Wicket (core) for the http://jweekend.com/dev/LWUGReg/ London Wicket Users Group event on Wednesday. Could someone (Matej maybe ;-) take a quick look over http://jweekend.com/presentation/WicketCoreTrees.png this high level UML class diagram (~1024x768)

Re: Wicket-Seam Integration

2007-11-26 Thread jweekend
t; Regards, > Frank. > > On Nov 22, 2007 7:01 PM, jweekend <[EMAIL PROTECTED]> wrote: >> >> Frank, >> >> This is precisely the type of information I was looking for, thank you. >> It >> may also give a few Wicket users more reason to have a play. &g

Re: Quite a few Wicket jobs/employers.

2007-11-22 Thread jweekend
... I think there's a bit more substance to it than that as, iirc, many of the ads were talking about experience with component based frameworks, Swing etc ... ie they're interested in people who are more likely to be familiar with some of the underlying concepts and who will enjoy using Wicket, e

Re: Wicket-Seam Integration

2007-11-22 Thread jweekend
Frank, This is precisely the type of information I was looking for, thank you. It may also give a few Wicket users more reason to have a play. My initial thoughts are in line with yours; this will probably be a bigger help to Seam users - who can now choose between Wicket's excellent and easy to

Re: Wicket-Seam Integration

2007-11-22 Thread jweekend
Frank, Since this is the mailing-list for all things, technical and non-technical, related to Wicket, from *a Wicket application developers perspective* what are the main benefits of introducing the complexity of Seam to a project in terms of development/maintenance/extensibility/support etc into

Quite a few Wicket jobs/employers.

2007-11-21 Thread jweekend
just now becoming this buoyant? Regards - Cemal http://jWeekend.co.uk http://jWeekend.co.uk PS To the person, with first initial D and email address [EMAIL PROTECTED], that contacted jWeekend recently via our site about doing some Wicket work for us remotely; I believe you have a typo in the email ad

London Wicket Evenets; move to 1st Wednesday of the month?

2007-11-20 Thread jweekend
Given the number of people who have said they don't like the 1st Tuesday of the month, I propose that we move future events to the 1st Wednesday of the month. We will confirm this this week and ask to get the http://wicket.apache.org/ Wicket home page updated (and I'll change the http://cwiki.

London Wicket Users Group Event - December 5th confirmed

2007-11-20 Thread jweekend
Thanks for the feedback regarding dates. The December London Wicket User Group event will be held on December 5th. At this free event, Ian Godman will talk about his upcoming Wicket "security framework" which he plans to open-source. There'll also be a free prize draw (free access to Eelco and Ma

Re: RepeatingView constructors

2007-11-20 Thread jweekend
ecial interpretation. I'll go over what I was thinking in this respect when I see you later. Regards- Cemal http://jWeekend.co.uk http://jWeekend.co.uk Al Maw wrote: > > jweekend wrote: >> When instantiating a RepeatingView, is there a case where >> RepeatingV

RepeatingView constructors

2007-11-18 Thread jweekend
When instantiating a RepeatingView, is there a case where RepeatingView(String id, IModel model) would be used instead of RepeatingView(String id) ? It seems that RepeatingView's (and RefreshingView's) "model" is unused. If this is the case, to help users (as opposed to sub-classers who may concei

Re: Matt Raible's ApacheCon presentation

2007-11-15 Thread jweekend
Matt, This looks like it will be an interesting presentation. For me, Wicket is the main reason I decided I'm happy to do a bit of Web development. You can build applications that give you the satisfaction of being well designed and engineered, especially if you believe that OO is good. A big plu

Re: Doubleclicking on a refreshable Ajax button

2007-11-14 Thread jweekend
Are you sure about that? We used this exact same handy, little Wicket feature (yet another one) on the jWeekend http://jweekend.co.uk/dev/BookingPage/ booking page to make sure that if the user drags his mouse over the entries in the "Course" DropDownChoice we don't update the

Re: Doubleclicking on a refreshable Ajax button

2007-11-14 Thread jweekend
Can you try using something like setThrottleDelay(Duration.milliseconds(500)) to help eliminate the accidental, quick-fire second click? Regards - Cemal http://jWeekend.co.uk http://jWeekend.co.uk Federico Fanton wrote: > > Hi everyone! > I'm having a problem with an ajax button and I'd like

London Wicket Users Group - December 4th(?)

2007-11-13 Thread jweekend
Our next London Wicket Users Group event will provisionally be held on December 4th (see PS below). To help make up a bit for Al's absence (he'll be out of the country at the start of December), Ian Godman will talk about his upcoming Wicket "security framework" which he plans to open-source. Ther

Another Wicket blog entry

2007-11-11 Thread jweekend
Another blog entry http://rubiksqube.wordpress.com/category/wicket-frameworks/ here describes why Wicket was chosen over WebFolw for porting an existing application that "had ASP front end and Java server side logic. The communication was done through RMI. Having to fix a simple cosmetic problem

Getting started with Wicket getting even easier?

2007-11-06 Thread jweekend
The team I gave an introductory presentation to on Friday have already started playing with Wicket today. I spoke to one of them this evening who had also just upgraded to http://www.jetbrains.com/idea/ IDEA 7 (from 6.0.2). He showed me how easy it was to load his Wicket project by just opening

Wicket training/reviews/contract work

2007-11-06 Thread jweekend
sting. jWeekend is also considering taking on a junior Wicket developer (who enjoys doing a bit of CSS & HTML too) with very good core-java (and looking to get very deep into Wicket) for work that can mostly be done remotely. As usual, contact us via http://jWeekend.co.uk our site and tell us a

Re: Just 1 hour to introduce Wicket (Friday)

2007-11-04 Thread jweekend
I have had a lot of very positive feedback about the 1 hour Wicket presentation I gave on Friday and I believe that team will now start evaluating Wicket and are quite excited about it! Members of 2 other teams asked if they could also attend but the turn-out was already way beyond what anybody (

Blog post on Wicket ...

2007-11-04 Thread jweekend
I came across a reference to http://best-practice-software-engineering.blogspot.com/2007/08/tech-wicked-wicket.html this blog post last night and added a comment. I was surprised that I hadn't seen it before (it was originally posted in August). Regards - Cemal http://jWeekend.co.uk jWeekend.co

Re: Jira issue moved to the list: constructors and init of components

2007-11-03 Thread jweekend
that sb: final protected Eye getEye(){return eye;} jweekend wrote: > > Probably right. > > In the example below, some may argue that the javadoc (here aimed at > sub-classers) on the parent class' constructor could say (as loudly as > possible, but probably never qu

Re: Jira issue moved to the list: constructors and init of components

2007-11-03 Thread jweekend
Probably right. In the example below, some may argue that the javadoc (here aimed at sub-classers) on the parent class' constructor could say (as loudly as possible, but probably never quite loudly enough) that doStuff() is called before all state is fully initialised (in this case, eye is still

Re: Just 1 hour to introduce Wicket (Friday)

2007-10-31 Thread jweekend
As always on this forum we have managed to come up with some really helpful information and ideas in double quick time! Thanks for all the input ... I will now merge everything in with my original thoughts and see what I can realistically expect to cover in 1 hour. I also hope this bag of ideas wi

Re: Just 1 hour to introduce Wicket (Friday)

2007-10-30 Thread jweekend
irst http://jweekend.co.uk/dev/LWUGReg/ London Wicket User Group (LWUG) event. We used instances of the same component on both the jWeekend "contact us/preview your message" page and on the "LWUG registration confirmation" page. I always show-off markup-inheritance because I like it!

Re: Just 1 hour to introduce Wicket (Friday)

2007-10-30 Thread jweekend
Nick, In fact that's why someone from jWeekend first wrote to you in May when you were coming to the UK. I can imagine that there'll be lots to do in 2008/9 for jWeekend and Wicket end-users. In the meantime, after I tell them about you, what else must I NOT omit ? ;-) Regards -

Just 1 hour to introduce Wicket (Friday)

2007-10-30 Thread jweekend
A development team I did some work with (in a top 5 investment bank) today asked me to give them a 1 hour intro to Wicket on Friday morning. I have been telling them it's the way to go for a while and they have finally "found" an opportunity. I want to make sure I use that hour to best effect, for

Re: Wicket wiki password reset

2007-10-30 Thread jweekend
Password now reset, thanks Martijn. jweekend wrote: > > The http://jweekend.co.uk/dev/LWUGReg/ London Wicket Users Group entry > on the http://cwiki.apache.org/WICKET/community-meetups.html wiki meetups > page (good idea, BTW) was out of date and since my username > (jwe

Wicket wiki password reset

2007-10-30 Thread jweekend
The http://jweekend.co.uk/dev/LWUGReg/ London Wicket Users Group entry on the http://cwiki.apache.org/WICKET/community-meetups.html wiki meetups page (good idea, BTW) was out of date and since my username (jweekend)/password didn't get me in to fix it, gerolf kindly did it for us. I

Re: Final Wicket course of 2007 in London & November User Group

2007-10-28 Thread jweekend
> Uwe Schäfer schrieb: >> jweekend wrote: >>> Al and I have not had so much time of late but we have just agreed to >>> run one >>> last scheduled London http://jweekend.co.uk/dev/JW703/ 2 day Wicket >>> course in 2007, over the weekend of November 3, 4. &

Nov 6, London Wicket User Group Event - new location/presentation

2007-10-27 Thread jweekend
http://manning.com/dashorst/ Wicket In Action ". jWeekend have hired a room for Tuesday, Nov 6 at the Academy of Management Studies, London http://maps.google.co.uk/maps?f=q&hl=en&geocode=&time=&date=&ttype=&q=nw6+4hy&ie=UTF8&om=1&ll=51.538648,-0.178785&am

Final Wicket course of 2007 in London & November User Group

2007-10-25 Thread jweekend
Al and I have not had so much time of late but we have just agreed to run one last scheduled London http://jweekend.co.uk/dev/JW703/ 2 day Wicket course in 2007, over the weekend of November 3, 4. As interest in our intensive courses slowly increases (we are even starting to get enquiries from

Re: New public Wicket based site online: www.indyphone.de

2007-10-18 Thread jweekend
Your "reasons" closely reflect what we hear at our London Wicket User Group events and from our more advanced Wicket students too. In particular, the more experienced and worldly-wise the developer, the more appreciated the quality of the mailing-list and especially the core-developers consistentl

London Wicket User Group, Nov 6 (host required)

2007-10-18 Thread jweekend
Our next http://jweekend.co.uk/dev/LWUGReg/ London Wicket User Group event is on 6 November. If you or your company would like to host our event (and get linked to form jWeekend.co.uk), ideally in a location able to seat accommodate) 12-20 people, http://www.jweekend.co.uk/dev/ContactUsBody/ dr

Re: TreeTable, invisble cells and headersand

2007-10-15 Thread jweekend
gt; it's a wicket bug. The thing is, TreeTable layout leaves much to be > desired and will be subject of rework in the next release, because > it's not very flexible ATM. > > -Matej > > On 10/12/07, jweekend <[EMAIL PROTECTED]> wrote: >> >> Hej Matej

Re: TreeTable, invisble cells and headersand

2007-10-12 Thread jweekend
propriate floats? > > -Matej > > On 10/12/07, jweekend <[EMAIL PROTECTED]> wrote: >> >> (1.3.0-SNAPSHOT as of 2007-10-11) >> >> In a three column TreeTable (the "LEFT" column holds/renders the tree) >> the >> header text and non-

TreeTable, invisble cells and headersand

2007-10-11 Thread jweekend
(1.3.0-SNAPSHOT as of 2007-10-11) In a three column TreeTable (the "LEFT" column holds/renders the tree) the header text and non-tree-column values are not visible (IE6.0.29 & FF2.0.7). tree-table.css specifies "display: block;" for "div.wicket-tree-table span.b_ span.c_" and for "div.wicket

Re: Quickstart 1.2 upgrade to 1.3

2007-10-08 Thread jweekend
Project* > > *description* *The requested resource (/WicketProject) is not available.* > ------ > Apache Tomcat/6.0.14 > > > On 10/8/07, jweekend <[EMAIL PROTECTED]> wrote: >> >> >> Such screencasts are really helpful. I thi

Re: Quickstart 1.2 upgrade to 1.3

2007-10-08 Thread jweekend
Such screencasts are really helpful. I think http://herebebeasties.com/2007-10-07/wicket-quickstart/ Al's Wicket Quickstart screencast can help many people who are new to both Maven 2 and Wicket. As you follow it, bear in mind that most of it covers the one-off task of installing Maven 2. If thi

Re: Wicket training:50% discount this weekend on next 3 bookings

2007-10-04 Thread jweekend
aining? > > jweekend wrote: >> The 2 day London http://jweekend.co.uk/dev/JW703/ Wicket 1.3 course >> this >> weekend still has plenty of room! Since it has been scheduled on demand >> and >> without much notice, and to give people a chance who maybe wouldn't >&g

Wicket training:50% discount this weekend on next 3 bookings

2007-10-04 Thread jweekend
The 2 day London http://jweekend.co.uk/dev/JW703/ Wicket 1.3 course this weekend still has plenty of room! Since it has been scheduled on demand and without much notice, and to give people a chance who maybe wouldn't otherwise get the opportunity to be professionally trained in Wicket, we are of

Free Wicket In Action. More course discounts. LWUG tomorrow

2007-10-01 Thread jweekend
After another successful course at the weekend, where Al Maw presented the newly updated 2 day http://jweekend.co.uk/dev/JW703/ Apache Wicket 1.3 intensive training course, I can now confirm that we will run this 2 day Wicket course in London again this coming weekend (Oct 6-7) on request from o

Re: Spring Into Wicket at the next London Wicket User Group

2007-09-27 Thread jweekend
Al will also begin his mini-series on "Custom Ajax Components" on Tuesday. Event details and free registration at the usual place, http://jweekend.co.uk/dev/LWUGReg/ here . Regards - Cemal http://jWeekend.co.uk jWeekend.co.uk jweekend wrote: > > At our upcomi

Spring Into Wicket at the next London Wicket User Group

2007-09-25 Thread jweekend
At our upcoming monthly http://jweekend.co.uk/dev/LWUGReg/ London Wicket User Group event we will have a presentation looking at ways of using Wicket with Spring (followed next moth by some Wicket+Spring+JPA discussion). Al Maw (from the Wicket core development team) will also make a presentatio

users@wicket.apache.org

2007-09-23 Thread jweekend
1 - Members of this mailing-list will get an extra 25% discount for the next " http://jweekend.co.uk/dev/JW703 Apache Wicket 1.3 " course (developed and delivered by Al Maw) in London, next weekend (September 29-30). This discount is only applicable to bookings made between 15:30 (BST) September 2

Amsterdam Wicket course; October 6-7

2007-09-18 Thread jweekend
Eelco suggested that since there is already plenty of interest in Wicket developing in Holland, and considering the growing number of queries about our Wicket courses from people just a few hours train ride away, we should perhaps run our 2 day weekend Wicket course in the beautiful city of Amster

Re: I'm giving a Wicket Lunch 'n Learn at my company on the 27th

2007-09-13 Thread jweekend
If you are able to get to London on 2nd October, you are welcome to try your presentation out on our http://jweekend.co.uk/dev/LWUGReg London Wicket Users Group and get some first hand feedback. We may even be able to help with your preparation. Regards - Cemal http://jWeekend.co.uk http://jWeek

London Wicket Users Group - Tuesday October 2nd.

2007-09-12 Thread jweekend
The next London Wicket Users Group meeting will take place on Tuesday, 2nd October, 2007. These events have proven to be quite popular and a great, free way to learn more about the this fantastic (but mildly addictive) framework. If interested you can see details of planned presentations (includin

Re: First Day Disgust!

2007-09-11 Thread jweekend
I bumped into Jimmy. It just turns out that his proxy was not set up. Having seen this sort of problem in other corporate situations (firewalls, proxies, locally renewed passwords etc) I guessed what it might be straight away and when he changed the settings (in the right file) it just started to

Re: Using @SpringBean - NoSuchMethodError

2007-09-09 Thread jweekend
ks fine. FYI, I retested with 1.3beta2, 1.3beta3 and SNAPSHOT - all good. Regards - Cemal http://jWeekend.co.uk jWeekend.co.uk Martijn Dashorst wrote: > > Did you try moving *all* wicket dependencies to SNAPSHOT? > > You are now mixing snapshot with 1.3.0-beta3 > > Martijn

Re: Using @SpringBean - NoSuchMethodError

2007-09-09 Thread jweekend
1.3.0-beta3 6.1.4 jweekend wrote: > > 1.3betae3 > > With no @SpringBean annotation, I can get to the HomePage. > When I put it back in (to inject the DAO, see below), and the > ComponentInjector gets called to do it job

Using @SpringBean - NoSuchMethodError

2007-09-09 Thread jweekend
1.3betae3 With no @SpringBean annotation, I can get to the HomePage. When I put it back in (to inject the DAO, see below), and the ComponentInjector gets called to do it job, I get: --- Error --- WicketMessage: Can't instantiate page using constructor public com.sjw.HomePage(org.apache.wicket.P

Getting started with Wicket: very easy!

2007-09-08 Thread jweekend
After a chat on the ##wicket Freenode IRC channel in the week with Igor, I offered to write a bit of documentation about getting Wicket up and running, simply. I was planning to use some material Al Maw had shown us at one of our http://jWeekend.co.uk/dev/LWUGReg London Wicket User Group meetin

Re: Upcoming jWeekend Wicket training courses

2007-09-07 Thread jweekend
en't submerged with work and > totally > exhausted! > A > > - Original Message - > From: "Al Maw" <[EMAIL PROTECTED]> > To: > Sent: Friday, September 07, 2007 11:02 AM > Subject: Upcoming jWeekend Wicket training courses > > >> Hi folk

More real world Wicket

2007-09-04 Thread jweekend
This http://www.eweek.com/article2/0,1895,2176557,00.asp eweek article has a small section on how LeapFrog are finding development with Wicket and why they chose to use it. Regards - Cemal -- View this message in context: http://www.nabble.com/More-real-world-Wicket-tf4379690.html#a12484527 Se

Re: London Wicket User Group - Wednesday, 5th September 2007

2007-09-03 Thread jweekend
Wicket! Regards - Cemal jweekend wrote: > > Next meeting: > When: 18:30-20:30, Wednesday, 5th September, 2007. > Where: Skills Matter Limited, 1 Sekforde Street, LONDON EC1R 0BE. > Booking: http://jWeekend.co.uk jWeekend.co.uk (click on the London > Wicket Event link on the top men

London Wicket User Group - Wednesday, 5th September 2007

2007-08-28 Thread jweekend
Next meeting: When: 18:30-20:30, Wednesday, 5th September, 2007. Where: Skills Matter Limited, 1 Sekforde Street, LONDON EC1R 0BE. Booking: http://jWeekend.co.uk jWeekend.co.uk (click on the London Wicket Event link on the top menu). This London Wicket Users Group meeting promises to be another

3 Wicket courses in London with Al Maw, incl 2 new 1 day courses

2007-08-27 Thread jweekend
Al Maw (from the core Wicket development team) develops, maintains and delivers the 3 Wicket courses in London: 1 - Getting Started with Apache Wicket 1.3 (1 day, next course: Saturday, September 22) 2 - More Apache Wicket 1.3 (1 day, next course: Saturday, October 6) 3 - Apache Wicket 1.3 (2 day

London Wicket Event - Tuesday, 7th August, 2007

2007-08-04 Thread jweekend
ation see http://jWeekend.co.uk jWeekend.co.uk or http://londonwicket.org londonwicket.org . We hope you can join us. Cemal PS If there is enough interest, jWeekend will put together a Saturday (09:30-19:00), intensive "Introduction to Apache Wicket 1.3" course (starting in late August o

<    1   2   3   4