What are the programming paradigms available in Jazz?
Jazz supports any mix of the following three: • Functional • Object-Oriented with Generic methods • Object-Oriented with Encapsulated methods The jazz.sample.paradigms package in the standard distribution showcases the pros and cons of each paradigm through a simple simulation of an LDAP server. Please see the lib/jazz.sample.paradigms/Paradigms.txt file for details.