我正在研究liferay 6.2。我的要求是我需要通过服务构建器在liferay中通过数据库重新传输数据。谁能帮助我?
感谢。
答案 0 :(得分:0)
我建议阅读: http://www.liferay.com/es/documentation/liferay-portal/6.2/development/-/ai/generating-your-service-layer-liferay-portal-6-2-dev-guide-04-en 在此页面中告诉您所需的一切 除了使用eclipse安装Liferay IDE,你可以看看: http://www.liferay.com/es/documentation/liferay-portal/6.2/development/-/ai/developing-apps-with-liferay-ide-liferay-portal-6-2-dev-guide-02-en
答案 1 :(得分:0)
从下面的位置获取portlet并尝试。
https://github.com/liferay/liferay-plugins/tree/6.2.x/portlets/sample-service-builder-portlet
将插件放入插件目录后,需要运行以下ant命令。
ant build-service
ant deploy