Re: is there a very simple script interpreter?

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Maurice Reeves (maurice.reeves_at_gmail.com)
Date: 07/17/04


Date: 16 Jul 2004 19:31:24 -0700

You could use Reflection to instantiate your business logic and then
look at your object and see if it has a Command corresponding to the
name in the script, and if it does, execute it, but frankly that seems
like a hell of a lot of overhead to do what should probably be done in
the code itself.
Why are you doing things this way? Did the client request it?



Relevant Pages

  • Re: Connecting Out of Process Servers via COM+
    ... > there a setting where I can have COM+ instantiate only one instance of the ... and allow client applications ... > When one client sent a command, it would have to wait until the command ... [Pedantic Remark:] ...
    (microsoft.public.vb.com)
  • Re: Reflection, how to understand
    ... I'm trying understand jdk 5 reflection. ... Then it proceeds to get a constructor for said class, ... Then it proceeds to instantiate the object using said constructor, ... I use that code snippet for persistence of simple objects ...
    (comp.lang.java.programmer)
  • Sequel to: Im giving up computers if this is the future.
    ... This Reflection thing sends a command to the VMS session: RUN ALPHALK2 ...
    (comp.os.vms)
  • Re: Reflection
    ... Alternatively you can use Reflection, ... > constructor, how do i go about instantiating it. ... > but for some odd reason i never am able to instantiate my objects ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Sequel to: Im giving up computers if this is the future.
    ... > This Reflection thing sends a command to the VMS session: RUN ALPHALK2 ...
    (comp.os.vms)