A Syllabus for Introducing MBA Students to Procedural And
Total Page:16
File Type:pdf, Size:1020Kb
View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by AIS Electronic Library (AISeL) Association for Information Systems AIS Electronic Library (AISeL) Americas Conference on Information Systems AMCIS 1999 Proceedings (AMCIS) December 1999 A Syllabus for Introducing MBA Students to Procedural and Object-oriented Programming (Object Rexx) Rony Flatscher Vienna University of Economics and Business Administration Follow this and additional works at: http://aisel.aisnet.org/amcis1999 Recommended Citation Flatscher, Rony, "A Syllabus for Introducing MBA Students to Procedural and Object-oriented Programming (Object Rexx)" (1999). AMCIS 1999 Proceedings. 195. http://aisel.aisnet.org/amcis1999/195 This material is brought to you by the Americas Conference on Information Systems (AMCIS) at AIS Electronic Library (AISeL). It has been accepted for inclusion in AMCIS 1999 Proceedings by an authorized administrator of AIS Electronic Library (AISeL). For more information, please contact [email protected]. A Syllabus for Introducing MBA Students to Procedural and Object-oriented Programming (Object Rexx) Rony G. Flatscher Vienna University of Economics and Business Administration, Austria Department of Management Information Systems choice of Abstract Electronic Commerce (lecture, 2 Electronic Finance (lecture, 2 hours) hours) MBA students are exposed to information systems Business Process Modelling (lecture, 2 hours) which can be controlled by the means of macro-languages and are faced with a new type of information systems choice of which employ the object-oriented paradigm (e.g. SAP, „ISD“: Information Systems „SPET“: Solving Problems with Development with CASE (lecture, Enduser Tools (lecture, 2 hours, 1999). With no idea about (procedural and) especially 2 hours, optional introduction) optional introduction) object-oriented concepts, it is impossible for such students ISD - Application (pro-seminar, 2 SPET - Application (pro-seminar, to comprehend and evaluate the new breed of ERP sys- hours) 2 hours) tems with OO-interfaces and the ongoing developments in at least two lectures („Electives“) out of the realm of „business objects“ (e.g. OMG BODTF, IS in Finance and Accounting; IS in Marketing; IS in Commerce; Com- 1999). Therefore, in the summer-semester 1999 an ex- puter Law; IT Market and Information Management; Electronic Money, perimental lecture was introduced, which teaches MBA Payment Systems and Security students the fundamental concpets of procedural and ob- MIS (seminar, 2 hours) ject-oriented concepts. To allow them to experiment and build hand-on experience a language was chosen that is Figure 1: MIS-Classes at WU (as of 1999-01). known for its simple and easy syntax, yet powerful object Due to the business-oriented nature of the University, model: Object Rexx. The devised syllabus, which teaches there was no need in the past years to teach object- the fundamental concepts of procedural and object- oriented concepts in order for the students to understand oriented programming is layed out and explained in this 1 and evaluate business-related information systems like article. ERP. Yet, in the past years the initiatives of OMG to devise object-oriented standards for business objects with MBA Students the implementation of the BODTF („Business Object At the WU there are over 25,000 MBA students who Domain Task Force“) has led - among other things - to a learn the fundamentals of business administration. The competition between ERP vendors like SAP and Baan, curriculum and the structure of the studies were layed out which offered their BO-solutions to OMG for standardi- at an IAIM conference. (Flatscher, 1993) Basically, the zation.2 studies are divided into two parts, each lasting a minimum It is this particular situation which makes it important of two years. It is in the second part of the studies, where for MBA-students to learn about object-oriented princi- MBA students are allowed to choose up to two specialized ples, because otherwise they are unable to comprehend the fields of Business Administration like „Tourism“, „Fi- BO frameworks offered by ERP-vendors, let alone as- nance“ or „Management Information Systems“. For suc- sessing them. With other words, the marriage between cessfully studying MIS a minimum of 12 hours must be business adminstration domain knowledge and informa- taken followed by a comprehensive written and oral ex- tion technology (IT) is not possible for the students any- amination. Figure 1 sketches the available MIS-classes as more, once object-oriented IT gets applied. of January 1999. This uneasy situation led to the creation of a new (elective) MIS-class for the summer semester 1999, which attempts to teach the object-oriented paradigm with the help of an easy to learn programming language. The pro- gramming language should allow the students to apply what they learn, experiment further with the taught con- cepts and build experience on their own. In this context it is felt very important that a language be chosen, which is rather easy to learn: Rexx was built with this intention from the ground up and Object Rexx carried this idea 565 further into the object-oriented world, built on a powerful Object-Oriented Concepts object model. (Cowlishaw, 1984, 1990, 1994; Flatscher, The descriptions for the weeks 6 through 15 introduce 1996, 1997) Of course, the fundamental procedural and the most important object-oriented concepts. object-oriented concepts taught can be transferred to most other programming languages. For this class Object Rexx3 Week 6: Classes, methods, attributes, messages was chosen due to its simple syntax, which should allow („twiddle“ = tilde ‘~’), scopes, creation (instantiation) of the students to concentrate on the concepts rather than the objects. This class introduces the basic concepts of the syntax or peculiarities of a specific programming language object-oriented paradigm starting out with a discussion of like C++ or Java4. ADT’s (abstract data types). Object Rexx is backwardly compatible to (procedural) Rexx and retains its easy syn- It is expected that students electing the class „Intro- tax. Internally any statement is transposed to its OO-form duction into the procedural and object-oriented program- before execution. ming (Object Rexx)“ will be able to learn the planned object-oriented concepts and as a result become able Week 7: Inheritance, specializing, scopes, concurrent among other things to comprehend and follow the devel- execution. The concept of the classification tree and its opments of business objects. applications are introduced as well as concurrency issues with respect to invocation of methods on the same object The Devised Syllabus at different levels of the classification tree and of different objects at the same level. In this section the contents of the concepts which Week 8: Object Rexx classes and examples. An over- ought to be taught each week are documented. view of the built-in classes and their application is given with examples stressing different issues like message- Procedural Concepts invocations, definition of alarms, usage of monitors. The descriptions for the weeks 1 through 5 introduce Week 9: Object Rexx collection classes and examples. the procedural concepts. An overview of the built-in collection classes and their Week 1: Overview of the class, accepting of students, application is given together with examples. history of Rexx, latest developments: ANSI Rexx, Object Week 10: Class methods, class attributes, class ‘Class’ Rexx, NetRexx (Java). This installment explains the in- (Object Rexx’ metaclass). The concept of ‘metaclass’ is tention of the author of Rexx, Mike F. Cowlishaw, to introduced and explained. Of the Object Rexx metaclasses create a „human centric“ programming language which the founding class ‘Class’ is explained. results in a simple and easy to learn syntax (Cowlishaw, Week 11: The big picture (Object Rexx class hierarchy 1994). and its instantiation), definition of classes and methods at Week 2: Minimal Rexx program, interactive program- runtime, ‘one-off’ objects. The important role of the ming („RexxTry.cmd“), variables, constants, comments, classes ‘Object’ and ‘Class’ are re-iterated, the methods statements, blocks, selections, iterations. The basic build- for reflection explained and the logic of setting up a run- ing blocks of a typical procedural programming language time system for representing the classification tree itself is are explained. introduced. Week 3: Labels, procedures, functions, searching order Week 12: Coupling with the help of the Object Rexx for functions/procedures, scopes. The concepts of subrou- environment, ‘.local’- and ‘.environment’- tines and (depending on time even recursive) functions directories. The runtime system sets up environments for together with the scopes and their effects are introduced modules and sessions for keeping objects available for and discussed. retrieval. It is possible to couple different routines, meth- Week 4: Built-in Rexx-functions, „stem“ variables, ods and modules via these environments. „Rexx utility“ functions („RexxUtil“). „Stems“ can be Week 13: Object Rexx Utilities ‘ORX7’ and ‘ORX8’ regarded as asscociative arrays, whose index can be any (Flatscher 1996, 1997). A set of miscellaneous utility (compound) string. Some utility functions use numeric modules, routines, classes and programs for Object Rexx indices as subscripts to stems by convention and need to are introduced and some of them are explained