Foros de discusión

Accessing Liferay 6.1 from other applications (Liferay APIs)

Brad S, modificado hace 11 años.

Accessing Liferay 6.1 from other applications (Liferay APIs)

New Member Mensajes: 22 Fecha de incorporación: 18/03/11 Mensajes recientes
I have a Java application that runs on the same server as my Liferay server (but not in the same JVM). I want to access Liferay for login validation, user information and additional content.

What is the most efficient way to do that from the Liferay APIs:

1) SOAP

2) JSON

3) The documentation states the "The API supports Java invocation".
What is "Java invocation"?
How do I do that from Java my java application?
Are there Liferay examples of how to do it?

4) The documentation also states that you can "use the API through Remote Procedure Calls"
Are there examples of how that works and how to implement it.

How secure are these methods?

What is the best choice?

Thank you for the help!
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Accessing Liferay 6.1 from other applications (Liferay APIs)

Liferay Legend Mensajes: 14915 Fecha de incorporación: 2/09/06 Mensajes recientes
Just use the soap web services. Looks like you're trying to read too much into what the doco says, they're all fancy ways of saying java soap web services.