Hi guys, We are currently looking into the adoption of an enterprise portal and I was wondering about Mendix capability in developing portlets for use outside of the Mendix product and what standards are supported such as WSRP, JSR etc Thanks Danny C.
asked
Daniel Conti
1 answers
4
The Mendix runtime does not natively support publishing of GUI elements using WS-RP or JSR-168/268. Integrating Mendix with an enterprise portal can be done in the following ways:
Using an iframe portlet: loading the Mendix AJAX client in a single portlet. With an additional Mendix module you can use Single Sign-on capabilities.
Using webservices: do not use the Mendix GUI but access the data in Mendix via webservice calls.