gwt - Remote portlet access from Liferay -


is possible access portlet hosted tomcat on server x liferay portal hosted on server y ? , how context sharing ?

thanks

a portlet hosted in portlet container, e.g. liferay (your tag) might hosted on tomcat. including portlet portal x portal y (both running on tomcat, on else) easy: wsrp (web services remote portlets), how it's done.

i doubt though question this. , i'm clueless wrt gwt tag. portlet can address resources hosted on server - after it's generating html content. urls <script src="xxx"/> or <img src="xxx"/> irrelevant portal. might hard maintain though.

my gut feeling says you're asking overcomplicated solution simple problem. don't state underlying problem, it's hard find proper answer.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -