Hi Johan: as promissed, enclosed are the inner class solutions Mira came up with. Please can you study them in detail and do your favorite example (e.g., sorting view) with inner classes. Please create a comparsion table along the following lines: Advantages of your proxy implementation over inner class implemenation Disadvantages of your proxy implementation over inner class implemenation Under which circumstances is it best to use the proxy implementation? Under which circumstances is it best to use the inner class implementation? Refute or support the statement: The inner class implementation is better than proxy implementation. Support your claims with detailed examples. Did you have a chance to update your application to IBM for a SOP summer? Please can you do the above comparsion this week and give a presentation at next Monday's Demeter seminar. -- Karl ============================================= From mira@informatik.uni-siegen.de Mon Mar 8 06:48:14 1999 Subject: Re: inner class implementation To: lieber@ccs.neu.edu (Karl Lieberherr) From: "Mira Mezini" Hi Karl: Here are three versions: http://www.informatik.uni-siegen.de/~mira/Example.ps (static, i.e., cannot activate/deactivate dynamically) http://www.informatik.uni-siegen.de/~mira/Dynamic-last.ps (dynamic activation/deactivation)