P
Peter Judge
Guest
The idea behind the changes in 11.7 was (in part) highlight the fact that the OE projects are for the ABL services/business logic and less for the UI aspects. There are still UI projects but we wanted keep those as different project types. The ‘translation’ from the 11.4 to 11.6+ types is Mobile services -> ABL Service/Data Object (Annotated RPC) REST services -> ABL Service/Data Object (Mapped RPC) If you’re using a PASOE server, in 11.7 I’d suggest using WEB as the transport. It has (for me anyway) the advantages that - most of the stuff is in ABL; there’s an ABL WebHandler that does the work for you - the setup is quite simple: deploy the basical oeabl.war, enable the WEB transport, and add a small number of extra configs in openedge.properties - the config is readable: there’s a JSON file in the webapp that shows what URI runs which code
Continue reading...
Continue reading...