フォーラム

ホーム » Liferay Portal » English » 3. Development

構造的に表示 平面上に表示 ツリー上に表示
スレッド数 [ 前へ | 次へ ]
toggle
Murugesan Pitchandi
which is better SDK or EXt to develop liferay portelt for beginner
2009/01/15 2:48
答え

Murugesan Pitchandi

ランク: New Member

投稿数: 20

参加年月日: 2008/12/26

最近の投稿

Hi,

I had downloaded Tomcat 5.5 bundled with Liferay 5.1.2 an trying to develop portlet using ext environment. But after sometime i found out we can create a portlet using SDK and i don't know how to do use it. Which one is good for beginner?

I want to create a good website using Liferay Portal like<http://www.pantechusa.com/web/guest/ourpeople>.

Please prefer which is good to learn liferay for beginner?

Thx in advance.

Murugesan.
Tobias Amon
RE: which is better SDK or EXt to develop liferay portelt for beginner
2009/01/15 3:56
答え

Tobias Amon

ランク: Liferay Master

投稿数: 549

参加年月日: 2007/08/08

最近の投稿

Hi,

as the EXT is going to be replaced by the SDK (hook plugin) I suggest that you use the SDK for development.

kind regards
Tobias
Tobias Gindler
RE: which is better SDK or EXt to develop liferay portelt for beginner
2009/01/16 2:20
答え

Tobias Gindler

ランク: Junior Member

投稿数: 71

参加年月日: 2007/03/23

最近の投稿

Hello,

If you want to learn portlet development in general and if you don't wan't to change or extend liferays portlets at all, then you shouldn't use either one of them.

Then, it would be best to create your portlets as a separate web application. You will be still able to access all liferay specific stuff through service classes inside the portal-service.jar.

Best regards

Tobias
Tobias Amon
RE: which is better SDK or EXt to develop liferay portelt for beginner
2009/01/16 2:51
答え

Tobias Amon

ランク: Liferay Master

投稿数: 549

参加年月日: 2007/08/08

最近の投稿

Hi,

with the SDK you can create standalone portlets only. You cannot add portlets to Liferay-application with the SDK.

The SDK has the advantage that all Liferay-deployment descriptors are added to your portlets automatically. Of course there are also other environments that do that for you.
You can have a look at Eclipse/Lomboz. It's an IDE with built-in Liferay support.

kind regards
Tobias
Tobias Gindler
RE: which is better SDK or EXt to develop liferay portelt for beginner
2009/01/16 5:20
答え

Tobias Gindler

ランク: Junior Member

投稿数: 71

参加年月日: 2007/03/23

最近の投稿

Sorry, my fault. I 've never worked with the Plugin SDK before. I have just taken a look at the plugin sdk.
It will generate the portlets project structure and configures some ant task for compilation / deploy / war packing.

So, it might be quite helpfull to shorten the time needed to create the development environment.