掲示板

Generic database connection & displaying within the portlet

11年前 に Nikolas Quemtri によって更新されました。

Generic database connection & displaying within the portlet

New Member 投稿: 1 参加年月日: 12/06/27 最新の投稿
Hello!
The purpose is to display generic database tables (which structure is unknown in advance), so I probably can't use service builder and ORM for this.
How can I get DB connection properties (such as username, password) that are defined for the portal in general?
thumbnail
11年前 に Eric Tse によって更新されました。

RE: Generic database connection & displaying within the portlet

New Member 投稿: 9 参加年月日: 11/08/05 最新の投稿
Nikolas Quemtri:
Hello!
The purpose is to display generic database tables (which structure is unknown in advance), so I probably can't use service builder and ORM for this.
How can I get DB connection properties (such as username, password) that are defined for the portal in general?


Just for curiousity, why don't you define the connection properties in tomcat and connect liferay to the tomcat ?
thumbnail
11年前 に David H Nebinger によって更新されました。

RE: Generic database connection & displaying within the portlet

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
Just call com.liferay.portal.kernel.util.InfrastructureUtil.getDataSource() to get Liferay's datasource.