C business code vs Event Rule

  • Thread starter serge_rouillard
  • Start date

serge_rouillard

Member
We are currently writing our own OneWorld development guide & standards. One
question that is always coming up is
on which criteria do we choose to program in Event Rule vs C code?

Looking for feedback from the field.

Serge Rouillard
EDS Montreal
 
Hi!
In general i suggest programming Business Functions in NER - it's simplier.
If dinamic data e.g. where storage capacity is not limited is needed you
will have to code in C using JDE's API calls - quite an ugly thing. On the
other hand you can always use work tables in NER substituting what OW solves
with Cache...
Regards:
Gergely Pongrácz
Synergon, Hungary

> ----------
> From: serge rouillard[SMTP:[email protected]]
> Reply To: [email protected]
> Sent: Tuesday, December 05, 2000 5:50 PM
> To: [email protected]
> Subject: C business code vs Event Rule ~~0:2189
>
> We are currently writing our own OneWorld development guide & standards.
> One
> question that is always coming up is
> on which criteria do we choose to program in Event Rule vs C code?
>
> Looking for feedback from the field.
>
> Serge Rouillard
> EDS Montreal
>
>
>
>
> --------------------------
> To view this thread, visit the JDEList forum at:
> http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OWDEV&Nu
> mber=2189
> *************************************************************
> This is the JDEList One World / XE Developers Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
> *************************************************************
>
 
I will second that opinion...

Use NER whenever possible. There are only a few situations I know of that require writing c code: 1 - using cache APIs; 2 - calling outside programs (ie, calling an RPG program or something similar)

owguru (at least I'm trying :)
>all versions
>all platforms
 
Back
Top