掲示板

liferay in action code source for Liferay 6.1

10年前 に Charaf faceofjock によって更新されました。

liferay in action code source for Liferay 6.1

Junior Member 投稿: 30 参加年月日: 13/04/08 最新の投稿
Hi all ,

I would like to know if it exists a source code (LIFERAY 6.1) for projects in "liferay in action" book.

Thanks
thumbnail
10年前 に David H Nebinger によって更新されました。

RE: liferay in action code source for Liferay 6.1

Liferay Legend 投稿: 14916 参加年月日: 06/09/02 最新の投稿
No.

When the book was published, 6.0 was the current release. You should find a link in the book telling you where to download the 6.0 compatible source.

There are, however, issues using the source in 6.1. Changes are required and, although they are not significant, you should probably use 6.0 while reading the book. When you're ready to take the training wheels off, work through the 6.1 migration yourself, as it will help to reinforce everything you've learned.
10年前 に Charaf faceofjock によって更新されました。

RE: liferay in action code source for Liferay 6.1

Junior Member 投稿: 30 参加年月日: 13/04/08 最新の投稿
Thank you sir for this advice , so i will download liferay 6.0 , and after i finish the book , i will then install 6.1 and begin developement.
I was wondering if someone has succeeded to correct bugs and deploy it in 6.1 ,no matter,i will do this , thanks again.

What about Liferay IDE, shoud i use the proper one for 6.0 ?
thumbnail
10年前 に Manish Yadav によって更新されました。

RE: liferay in action code source for Liferay 6.1

Expert 投稿: 493 参加年月日: 12/05/26 最新の投稿
Charaf faceofjock:

What about Liferay IDE, shoud i use the proper one for 6.0 ?


you can use Liferay IDE or Liferay Developer Studio for creating portlet,hook,theme,ext and layout.
Both are Independent from liferay versions. Insure that you are using same Plugin and same version server bundle [for eg:- liferay-plugin6.0 and liferay-tomcat6.0]
10年前 に Charaf faceofjock によって更新されました。

RE: liferay in action code source for Liferay 6.1

Junior Member 投稿: 30 参加年月日: 13/04/08 最新の投稿
i have added both SDK 6.0.6 and 6.1 and 2 liferay Servers for 6.0 and 6.1 in eclipse JUNO .
The source code has worked fine on SDK 6.0.6 and server 6.0.

Thanks all for your answers