openedge REST from linux w/o Pacific

We are running 11.6 under the old app sever (not Pacific) on Linux.

What is the best way to provide REST with out using the Pacific server?

The best I came up with was running java calls to procedures. There has to be a better way.

Does anyone have suggestions?

Thanks,
Tom
 
Last edited:

Stefan

Well-Known Member
See History of Progress Versions | The OpenEdge Hive

11.3 REST services
11.5 PASOE

Ergo you can deploy REST web services without PASOE, you do need PDSOE (Eclipse) for developing / defining / annotating the REST services.

Looking forward however, PASOE supports 'classic' REST with compatibility handlers, for new development Progress recommends using web handlers.
 

Cringer

ProgressTalk.com Moderator
Staff member
Just a point of note, and purely for info, the Pacific moniker went away almost as soon as it arrived. PASOE now stands for Progress Application Server for OpenEdge.
 

Stefan

Well-Known Member
Just a point of note, and purely for info, the Pacific moniker went away almost as soon as it arrived. PASOE now stands for Progress Application Server for OpenEdge.
It is a bit annoying how long it takes Progress to update all references to rebranded products. The installer is still installing Pacific AppServer (and OpenEdge Architect) and the 'go to' management batch file for PASOE, pasman.bat starts with:

Code:
REM Pacific Application Server manager
 
Top