Forum Post: Re: AW: Static Class Code Libraries (or Smarter Ways to Manage Business Logic)

  • Thread starter Thread starter Tim Kuehn
  • Start date Start date
Status
Not open for further replies.
T

Tim Kuehn

Guest
On Tue, Oct 14, 2014 at 3:02 AM, Mike Fechner wrote: I didn’t expect you not to disagree with me. Beg my pardon, when I get the feeling that the OP has OO experience, I tend not to put his question down like a stupid boys question like some others tend to do in forums. The OP may have OO experience, however there are run-time considerations when doing ABL code which are different from Java run-time considerations. For instance, upgrading an appserver-based application, where the "scope of the session" is the agent's lifetime, not a single user's session. Using statics in that scenario has caused lots of problems when it's time to replace static-based or dependent code with something else, particularly if TT changes are involved. -- Tim Kuehn: Senior Consultant - TDK Consulting Services Ontario PUG President PUG Challenge Americas Executive, Program Committee Chair Skype: timothy.kuehn Ph: 519-576-8100 Cell: 519-781-0081

Continue reading...
 
Status
Not open for further replies.
Back
Top