liferay - Two portlets with same database -


i developing liferay portal , have 1 portlet handles administrator side of portal , 1 client side. thing clients cannot see administrator page (including portlet). have created custom database portal (i included own tables in liferay database using service builder). want use same database can take info using client portlet.

any ideas?

i using liferay 6.1 tomcat , liferay sdk plugin eclipse.

you can copy [portlet name]-service.jar web-inf/lib, , paste other portlet's lib folder. better if can maven , add jar dependency. way can have access util classes service provides, other portlet


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -