Fórum

problem in connecting MySQL and Portlet using Hibernate and spring

thumbnail
Raminda Lasith, modificado 11 Anos atrás.

problem in connecting MySQL and Portlet using Hibernate and spring

New Member Postagens: 3 Data de Entrada: 15/10/12 Postagens Recentes
hey gays i am very new in Jsp and also life ray Hibernate Spring there for it is very difficult to understand in portlet and MySQL database connection part pls help me to solve my problem if u gays have any sample small portlet with MySQL db pls email me or give me some opinions for solving my problem pls my email address is ramindalasith007@gmail.com
thumbnail
Priyanka Dhingra, modificado 11 Anos atrás.

RE: problem in connecting MySQL and Portlet using Hibernate and spring

Liferay Master Postagens: 501 Data de Entrada: 20/12/11 Postagens Recentes
are you able to set portal-ext.properties, is that configured for my sql????
like following
Create a new file called portal-ext.properties at tomcat/ROOT/WEB-INF/classes with the following content.
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost:{mysql-port}/lportal?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
# Username and pw are set to blank by default
jdbc.default.username=
jdbc.default.password=


Go to MySQL (either workbench GUI or console) and create database named ‘lportal’
create database lportal character set utf8;
thumbnail
Raminda Lasith, modificado 11 Anos atrás.

RE: problem in connecting MySQL and Portlet using Hibernate and spring

New Member Postagens: 3 Data de Entrada: 15/10/12 Postagens Recentes
thanks but how i bind some data tables and data to my portlet like how i get data in my database to some combo box and or save same details to database using portlet pls help me in sample Db connection for this prototype case
thumbnail
Priyanka Dhingra, modificado 11 Anos atrás.

RE: problem in connecting MySQL and Portlet using Hibernate and spring

Liferay Master Postagens: 501 Data de Entrada: 20/12/11 Postagens Recentes
You need to use service builder
like this
thumbnail
Raminda Lasith, modificado 11 Anos atrás.

RE: problem in connecting MySQL and Portlet using Hibernate and spring

New Member Postagens: 3 Data de Entrada: 15/10/12 Postagens Recentes
thx Bro is there have any thing in hibernate and Spring like this link
thumbnail
Priyanka Dhingra, modificado 11 Anos atrás.

RE: problem in connecting MySQL and Portlet using Hibernate and spring

Liferay Master Postagens: 501 Data de Entrada: 20/12/11 Postagens Recentes
you can refer to this
http://www.liferay.com/community/forums/-/message_boards/message/15263919