PDA

View Full Version : Naming Convention



Chris Spencer
17-Nov-2006, 04:41 PM
Just curious what the prefix naming convention of cBre is use for?
Why not some more meaningful name like AjaxManager etc?
At least the name would give an indication of what the class/object was use
for

--
Chris Spencer
TUFware Systems

Sture Andersen
18-Nov-2006, 03:20 AM
I just asked Eddie, and it's "Business Rules Engine" and it may change.

-Sture

Sture Andersen
18-Nov-2006, 04:43 AM
That's "Eddy" of course.

Eddy Kleinjan
18-Nov-2006, 10:45 AM
Hello Chris,

The idea behind this is that the server part of this library can also be
used by other clients, since is implemented as a generic web service. So
other clients that support calling web services may just as well call this
"Business Rule Engine".

The model also supports adding alternative interfaces as opposed to the web
service interface. These interfaces could all be used simultaneously. For
example, adding a JSON interface. But currently we will stick with the web
service interface.

Eddy Kleinjan
Data Access Europe
>