Fórum

Working with liferay IDE

thumbnail
hadi fawaz terkawi, modificado 16 Anos atrás.

Working with liferay IDE

New Member Postagens: 6 Data de Entrada: 04/11/07 Postagens Recentes
Hi all
I am new to liferay and I would like to know how to use liferay IDE
than you for reply
thumbnail
Tobias Amon, modificado 16 Anos atrás.

RE: Working with liferay IDE

Liferay Master Postagens: 546 Data de Entrada: 08/08/07 Postagens Recentes
Hi,

liferay IDE is for creation of portlets.
It is a plugin for eclipse. With the plugin you can create portlets for liferay with a wizard.

What do you like to do?

- Create portlets?
- Extend liferay (-> ext environment)?
- Customize theme (-> plugin sdk)?
thumbnail
hadi terkawi, modificado 16 Anos atrás.

RE: Working with liferay IDE

New Member Postagens: 6 Data de Entrada: 04/11/07 Postagens Recentes
HI
Thank you for replying
I want to know how use Liferay IDE to create portlets (and If possible JSF portlets )and develop themes or create new theme
thumbnail
Tobias Amon, modificado 16 Anos atrás.

RE: Working with liferay IDE

Liferay Master Postagens: 546 Data de Entrada: 08/08/07 Postagens Recentes
Hi,

there are several ways to create portlets. Did you try Objectweb Lomboz? It is for standard portlets (not JSF).

I create JSF-Portlets using Eclipse Web Tools Platfrom with a template-jsf-portlet. First you have to create your own template. I took the sample jsf(-icefaces)-portlet from subversion. Then, in eclipse (or lomboz - for debugging), I switched to the J2EE-perspective and created a new "dynamic web project" this will create the basic structure (with J2EE-perspective you can easily export your portlet as war-file, or directly deploy to the server). Next I took the content of the sample portlet and put it into my new eclipse project (e.g. deployment descriptors, web content, libraries and tld's). Thats it.

I create new themes with the plugins sdk SDK outside eclipse.
Alexandra Fenzl, modificado 13 Anos atrás.

RE: Working with liferay IDE

New Member Postagens: 2 Data de Entrada: 24/06/10 Postagens Recentes
Hi,

Are you providing development services for custom UI / style sheet?
I'm looking for support to get our current site in line with our corporate branding, but we don't have any web developers in house nor spare capacity.

If you have resources available or can point me to someone else, please let me know.

Thanks
Alex
Mohamed Ahmed Fouad, modificado 16 Anos atrás.

RE: Working with liferay IDE

New Member Postagens: 5 Data de Entrada: 11/03/08 Postagens Recentes
What about the Netbeans IDE ?? Any resources for that ??
Mohamed Ahmed Fouad, modificado 16 Anos atrás.

RE: Working with liferay IDE

New Member Postagens: 5 Data de Entrada: 11/03/08 Postagens Recentes
http://wiki.liferay.com/index.php/Netbeans_IDE

for Netbeans 5.5

Update needed!
thumbnail
abhimanyu panwar, modificado 13 Anos atrás.

RE: Working with liferay IDE

Junior Member Postagens: 47 Data de Entrada: 22/05/10 Postagens Recentes
HI ...


I WANT TO CREATE A PORTLET LIKE MESSAGE BOARD.

SO PLEASE SUGGEST ME WHICH OPTION SHOULD I OPT:- PORTLET, EXT ??

ANY ARTICLE AVAILABLE ON NET RELATED TO DEVELOPMENT USING JSP THEN PLEASE LET ME KNOW.


THANKS AND REGARDS
ABHIMANYU
thumbnail
Georaj K, modificado 13 Anos atrás.

RE: Working with liferay IDE

Junior Member Postagens: 64 Data de Entrada: 31/03/10 Postagens Recentes
Hi abhi



To create a portlet like message board u can go ahead plugin development
Plugin SDK Source u can easily develop the plugin portlet like message board




abhimanyu panwar:
HI ...


I WANT TO CREATE A PORTLET LIKE MESSAGE BOARD.

SO PLEASE SUGGEST ME WHICH OPTION SHOULD I OPT:- PORTLET, EXT ??

ANY ARTICLE AVAILABLE ON NET RELATED TO DEVELOPMENT USING JSP THEN PLEASE LET ME KNOW.


THANKS AND REGARDS
ABHIMANYU



For futher let me know
Pls post a new for this doubts


Tnx
Regards
g.r.k's
thumbnail
Tanweer Ahmed ., modificado 1 Ano atrás.

RE: Working with liferay IDE

Expert Postagens: 322 Data de Entrada: 11/03/10 Postagens Recentes
Hello Abhimanyu,

Its depends on your requirement which approach you want to follow.If you use Plugins SDK ,you will have the advantage of creating a war file of your portlet and deploy it directly on your server.Also the development time will be less.But the other thing is once you deploy your portlet on the server ,you will not be able to modify your java class .
On the contrary ,if you use the EXT environment you will not have the option of getting the war file of your portlet.You have to take the ext folder and deploy it on the server.But the good thing here is even after deploying you can modify your java class.