Me too! Over a year ago I rewrote by database access verbs to OO. It was very easy. Now I can have multiple connections to different database platforms and do all things so easily.
Esa -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anssi Seppälä Sent: 9. marraskuuta 2007 15:18 To: General forum Subject: [Jgeneral] J OO is really easy After using J for a long time I suddenly realised how the OO is really easy and working! You need only: 1) code your application to run in a named locale say cmyapp 2) create 2 new instances of your application calling inst1=: conew 'cmyapp', inst2=: conew 'cmyapp' 3) run the instances calling run__inst1 '' and run__inst2 '' I never could believe that is is so simple. I just upgraded my one-load-analyser to a multi-load -analyser in 15 minutes instead of several days work. Anssi ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
