Foros de discusión

problem in connecting MySQL and Portlet using Hibernate and spring

thumbnail
Raminda Lasith, modificado hace 11 años.

problem in connecting MySQL and Portlet using Hibernate and spring

New Member Mensajes: 3 Fecha de incorporación: 15/10/12 Mensajes recientes
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 hace 11 años.

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

Liferay Master Mensajes: 501 Fecha de incorporación: 20/12/11 Mensajes recientes
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 hace 11 años.

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

New Member Mensajes: 3 Fecha de incorporación: 15/10/12 Mensajes recientes
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 hace 11 años.

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

Liferay Master Mensajes: 501 Fecha de incorporación: 20/12/11 Mensajes recientes
You need to use service builder
like this
thumbnail
Raminda Lasith, modificado hace 11 años.

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

New Member Mensajes: 3 Fecha de incorporación: 15/10/12 Mensajes recientes
thx Bro is there have any thing in hibernate and Spring like this link
thumbnail
Priyanka Dhingra, modificado hace 11 años.

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

Liferay Master Mensajes: 501 Fecha de incorporación: 20/12/11 Mensajes recientes
you can refer to this
http://www.liferay.com/community/forums/-/message_boards/message/15263919