Changes between Version 2 and Version 3 of WikiStart
- Timestamp:
- Mar 28, 2007, 9:57:54 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v2 v3 11 11 extensions to the object model which won't break when the object model is 12 12 updated. 13 NOM allows to do object oriented programming with languages which are not designed as OO languages. 13 NOM allows to do object oriented programming with languages which are not designed as OO languages, 14 e.g. C. 14 15 15 16 == How to use NOM == 16 17 17 Classes are described in the CORBA IDL. An IDL compiler interprets the file and18 outputs binding files for the programming language in question. Right now only18 Classes are described in an Interface Definition Language (IDL). An IDL compiler interprets the file and 19 outputs binding and template files for the programming language in question. Right now only 19 20 C is supported but other bindings are possible e.g. C++ or Pascal. 20 21 21 22 22 23 = Trac information = 23 24 "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created25 a new Trac environment, containing a default set of wiki pages and some sample26 data. This newly created environment also contains27 [wiki:TracGuide documentation] to help you get started with your project.28 24 29 25 You can use [wiki:TracAdmin trac-admin] to configure