Fórum

code for search application from database in liferay

thumbnail
mukesh kumar, modificado 12 Anos atrás.

code for search application from database in liferay

Junior Member Postagens: 57 Data de Entrada: 13/03/12 Postagens Recentes
Hi

I am trying to retrieve row values after entering one fields value ( Suppose after entering the name of the univercity it should display name of the college, Address, contact no etc after matching the name of the univercity in the database that means i am searching list of colleges affiliated to particular univercity )

Can anyone send me the code for seach application in lifetray.

Also explain me whether it would be done in ajax or other technology .

Please reply...

Regards & thanks

Mukesh
thumbnail
Hitoshi Ozawa, modificado 12 Anos atrás.

RE: code for search application from database in liferay

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
You'll need to create a service.xml file with finder tags and generate Java classes. You really don't have to do too much programming.

Refer to the following document. A better tutorial is included in "Liferay in Action" chapter 3: "A data-driven portlet made easy".

http://www.liferay.com/documentation/liferay-portal/6.1/development/-/ai/service-build-5