We've been invited to host two sessions
at this year's NL
Lotus User Group (NLLUG) "Get Social 2010" Conference,
September 9th - 10th, in the Amsterdam ArenA:
DEV03 - Get up to Speed with Object-Oriented
Programming in LotusScript
Speaker | Thomas Bahn | Date | Th. 9 September |
Language | English (EN) | Slot | 16:15-17:00 |
Track | DEV | Room | L4KP |
Any objections against objects? Never
visited classes about classes? Is abstraction still too abstract for you?
Or don't you know how to use methodic methods and proper properties?
Then visit this introductory session
about object-oriented programming (OOP) in LotusScript, where you will
learn
- why delegation might be better than inheritance,
- why hiding information is can be helpful and
- how polymorphism teaches new tricks to an old dog.
After his concise
introduction to the concepts of OOP, Thomas Bahn shows you some useful
real-world examples in LotusScript. Experience yourself how much easier
your life can be with OOP.
If you are familiar with LotusScript,
but don't know how to create your own classes, this session is for you!
http://www.lug2010.nl/get-social/DEV03
DEV02 - Advanced JavaScript - Fundament
for Great XPages Apps
Speaker | Thomas Bahn | Date | Fr. 10 September |
Language | English (EN) | Slot | 14:00-14:45 |
Track | DEV | Room | L4KP |
Want to develop first class XPage applications?
Come and learn to leverage JavaScript to its full potential.
Hear about:
- core language features like 'loose typing', default and guard operators, first class functions, lambda and closures,
- object-oriented, but class-less JavaScript with prototypal, parasitic and (pseudo-)classical inheritance,
- dynamic objects with public, private and privileged members,
- object literals, constructor functions and more ways to create objects.
Benefit
from the strengths of JavaScript and avoid it's numerous pitfalls (like
semicolon insertion, for..in, with and typeof). Discover useful and reliable
patterns like power constructors. And find out why 'style' is so important
in JavaScript.
http://www.lug2010.nl/get-social/DEV02