Re: UML Diagram of Wicket structure

2009-01-11 Thread Eyal Golan
Curties,
:)
well, actually it's a very theoretical course.
The guys I do the assignments with are less experienced programmers than me.
The other thing is, that when I describe friends about Wicket, I always tell
them that if I had needed to teach OO, I would show Wicket as a good
example.


Eyal Golan
egola...@gmail.com

Visit: http://jvdrums.sourceforge.net/
LinkedIn: http://www.linkedin.com/in/egolan74

P  Save a tree. Please don't print this e-mail unless it's really necessary


On Thu, Jan 8, 2009 at 8:24 PM, Curtis Cooley
wrote:

> Eyal Golan wrote:
> > Actually it is. Thanks.
> > I want to show it to some friends whom are learning with me a course in
> OOD.
> >
> >
> Hopefully whoever is teaching the course will provide a better way to
> name interfaces than starting them all with I :(
>
>
>
> Confidential/Privileged information may be contained in this email. If you
> are not the intended recipient, please do not copy, distribute or use it for
> any purpose, nor disclose its contents to any other person. Please notify
> the sender immediately if you receive this in error.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>


Re: UML Diagram of Wicket structure

2009-01-08 Thread Martin Makundi
If it ain't broken, don't try to fix it...

2009/1/8 Igor Vaynberg :
> well, its either
>
> IStringResourceLoader and a StringResourceLoader as the default
> implementation - and there usually is just the default
>
> or
>
> StringResourceLoader and StringResourceLoaderImpl or 
> DefaultStringResourceLoader
>
> i dont much care either way, but the first is shorter :)
>
> -igor
>
> On Thu, Jan 8, 2009 at 10:24 AM, Curtis Cooley
>  wrote:
>> Eyal Golan wrote:
>>> Actually it is. Thanks.
>>> I want to show it to some friends whom are learning with me a course in OOD.
>>>
>>>
>> Hopefully whoever is teaching the course will provide a better way to
>> name interfaces than starting them all with I :(
>>
>>
>>
>> Confidential/Privileged information may be contained in this email. If you 
>> are not the intended recipient, please do not copy, distribute or use it for 
>> any purpose, nor disclose its contents to any other person. Please notify 
>> the sender immediately if you receive this in error.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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



Re: UML Diagram of Wicket structure

2009-01-08 Thread Igor Vaynberg
well, its either

IStringResourceLoader and a StringResourceLoader as the default
implementation - and there usually is just the default

or

StringResourceLoader and StringResourceLoaderImpl or DefaultStringResourceLoader

i dont much care either way, but the first is shorter :)

-igor

On Thu, Jan 8, 2009 at 10:24 AM, Curtis Cooley
 wrote:
> Eyal Golan wrote:
>> Actually it is. Thanks.
>> I want to show it to some friends whom are learning with me a course in OOD.
>>
>>
> Hopefully whoever is teaching the course will provide a better way to
> name interfaces than starting them all with I :(
>
>
>
> Confidential/Privileged information may be contained in this email. If you 
> are not the intended recipient, please do not copy, distribute or use it for 
> any purpose, nor disclose its contents to any other person. Please notify the 
> sender immediately if you receive this in error.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>

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



Re: UML Diagram of Wicket structure

2009-01-08 Thread Jonathan Locke


I is a little weird at first (unless you used to work for Microsoft)
and i don't generally do any "hungarian" at all these days, but this one
little notational "deviation" allows a few nice things (and you can take it
or leave it):

 - interfaces can be rapidly found with control-shift-t in eclipse by typing
"i"
 - resolves naming conflicts with annotations and classes without
compromises
 - code reads faster and more clearly because it makes functionality
immediately clear (you know when you can implement without seeing the class
definition so you can see the design better)

while it wasn't the most popular decision (and believe me, i do see both
sides of the issue because naming is very important to me when coding), it
does have some modest benefits and at the least (to me, anyway) it's simply
not an important issue. six of one. half dozen of the other. you do get used
to it.


Curtis Cooley-2 wrote:
> 
> Eyal Golan wrote:
>> Actually it is. Thanks.
>> I want to show it to some friends whom are learning with me a course in
>> OOD.
>>
>>   
> Hopefully whoever is teaching the course will provide a better way to
> name interfaces than starting them all with I :(
> 
> 
> 
> Confidential/Privileged information may be contained in this email. If you
> are not the intended recipient, please do not copy, distribute or use it
> for any purpose, nor disclose its contents to any other person. Please
> notify the sender immediately if you receive this in error.
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 

-- 
View this message in context: 
http://www.nabble.com/UML-Diagram-of-Wicket-structure-tp21354861p21358642.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: UML Diagram of Wicket structure

2009-01-08 Thread Curtis Cooley
Eyal Golan wrote:
> Actually it is. Thanks.
> I want to show it to some friends whom are learning with me a course in OOD.
>
>   
Hopefully whoever is teaching the course will provide a better way to
name interfaces than starting them all with I :(



Confidential/Privileged information may be contained in this email. If you are 
not the intended recipient, please do not copy, distribute or use it for any 
purpose, nor disclose its contents to any other person. Please notify the 
sender immediately if you receive this in error.

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

Re: UML Diagram of Wicket structure

2009-01-08 Thread Eyal Golan
Actually it is. Thanks.
I want to show it to some friends whom are learning with me a course in OOD.

Eyal Golan
egola...@gmail.com

Visit: http://jvdrums.sourceforge.net/
LinkedIn: http://www.linkedin.com/in/egolan74

P  Save a tree. Please don't print this e-mail unless it's really necessary


On Thu, Jan 8, 2009 at 6:39 PM, Peter Thomas  wrote:

> On Thu, Jan 8, 2009 at 9:42 PM, Eyal Golan  wrote:
>
> > Hi,
> > A few months ago someone sent a link that had a nice class diagram of
> > Wicket.
> > Can anyone point me there? I think it was a presentation about Wicket but
> > not sure.
>
>
> This one?  I think it is quite old though...
>
> http://spider.bg/~aquarius/dl/Wicket%20Components%200.1.png
>
>
>
> >
> > OR,
> > Does anyone have a detailed Wicket class diagram?
> >
> > Thanks
> >
> >
> > Eyal Golan
> > egola...@gmail.com
> >
> > Visit: http://jvdrums.sourceforge.net/
> > LinkedIn: http://www.linkedin.com/in/egolan74
> >
> > P  Save a tree. Please don't print this e-mail unless it's really
> necessary
> >
>


Re: UML Diagram of Wicket structure

2009-01-08 Thread Peter Thomas
On Thu, Jan 8, 2009 at 9:42 PM, Eyal Golan  wrote:

> Hi,
> A few months ago someone sent a link that had a nice class diagram of
> Wicket.
> Can anyone point me there? I think it was a presentation about Wicket but
> not sure.


This one?  I think it is quite old though...

http://spider.bg/~aquarius/dl/Wicket%20Components%200.1.png



>
> OR,
> Does anyone have a detailed Wicket class diagram?
>
> Thanks
>
>
> Eyal Golan
> egola...@gmail.com
>
> Visit: http://jvdrums.sourceforge.net/
> LinkedIn: http://www.linkedin.com/in/egolan74
>
> P  Save a tree. Please don't print this e-mail unless it's really necessary
>


UML Diagram of Wicket structure

2009-01-08 Thread Eyal Golan
Hi,
A few months ago someone sent a link that had a nice class diagram of
Wicket.
Can anyone point me there? I think it was a presentation about Wicket but
not sure.

OR,
Does anyone have a detailed Wicket class diagram?

Thanks


Eyal Golan
egola...@gmail.com

Visit: http://jvdrums.sourceforge.net/
LinkedIn: http://www.linkedin.com/in/egolan74

P  Save a tree. Please don't print this e-mail unless it's really necessary