Plan to migrate AppServer to Pacific. Question on Business

Posted by OctavioOlguin on 08-Mar-2017 10:51

I realized something....

Now that I'm getting into OO, and coincidently I'm starting to move from AppServer 11.3 to Pacific 11.6, I realized how I've being doing thngs...

on client ABL, I call a wrapper .p on appserver, that just catches parameters, then instantiates BE, and call corresponding method (create, query, etc) and throws back result from BE..

My question: is this the designed procedure to access BE on appserver?

Thanks!

All Replies

Posted by Mike Fechner on 08-Mar-2017 11:39

Sounds like the way to go!

You might consider to keep the Business Entity loaded on the AppServer between requests. That would require a Service Manager. And if you're really interested, please sign up for the Common Component Specification and grab a copy of the Service Manager and Business Entity specs there.

Posted by OctavioOlguin on 08-Mar-2017 12:03

Thanks...

A

lready signed up.. coming to get that precious info!!!!

This thread is closed