liferay portal 6.2

50
Liferay Portal 6.2 Paulo Fernandes - Janeiro/2014 #CPBR7

Upload: paulo-fernandes

Post on 18-Dec-2014

661 views

Category:

Technology


4 download

DESCRIPTION

Liferay Portal

TRANSCRIPT

Page 1: Liferay Portal 6.2

Liferay Portal 6.2

Paulo Fernandes - Janeiro/2014 #CPBR7

Page 2: Liferay Portal 6.2

O que é um Portal?

Page 3: Liferay Portal 6.2

Definição de Portal

Portal é um framework para integrar informações, pessoas e processos da organização.Os portais modernos são web-based e permitem que você personalize a interface com o usuário e crie novas funcionalidades.

Page 4: Liferay Portal 6.2

Liferay Portal 6.2

Page 5: Liferay Portal 6.2

Extensível

Page 6: Liferay Portal 6.2

OpenSourcehttps://github.com/liferay/liferay-portal

Page 7: Liferay Portal 6.2

Funcionalidades do Liferay

Page 8: Liferay Portal 6.2

Multi Idioma

Page 9: Liferay Portal 6.2

Fórum

Page 10: Liferay Portal 6.2

Wiki

Page 11: Liferay Portal 6.2

Blogs

Page 12: Liferay Portal 6.2

Web Content

Page 13: Liferay Portal 6.2

Documentos e Imagens

Page 14: Liferay Portal 6.2

Asset Publisher

Page 15: Liferay Portal 6.2

Application Display Template - ADT

Page 16: Liferay Portal 6.2

Lixeira

Page 17: Liferay Portal 6.2

Sites Filho

Page 18: Liferay Portal 6.2

Workflow

Page 19: Liferay Portal 6.2

Staging

Page 20: Liferay Portal 6.2

Controle de Permissões

Page 21: Liferay Portal 6.2

Mobile

Page 22: Liferay Portal 6.2

Mobile Preview

Page 23: Liferay Portal 6.2

Mobile Rules

Page 24: Liferay Portal 6.2

Temas

Page 25: Liferay Portal 6.2

Criando Temas para o Liferay 6.2

Requisitos● HTML● CSS

○ SASS● JS

○ YUI○ Alloy UI

● Velocity/FreeMarker

Page 26: Liferay Portal 6.2
Page 27: Liferay Portal 6.2

Twitter Bootstrap

Page 28: Liferay Portal 6.2

Twitter Bootstrap

marcação padronizada

Page 29: Liferay Portal 6.2
Page 30: Liferay Portal 6.2

Extender Tema do Liferay

Page 31: Liferay Portal 6.2

Temas do Twitter Bootstrap

Extender Tema do Liferay

Page 32: Liferay Portal 6.2

Temas do Twitter Bootstrap

SASS

Extender Tema do Liferay

Syntactically Awesome StyleSheets

Page 33: Liferay Portal 6.2

SASSSistema de pré-processador do CSS incorporado ao Liferay por padrão

Syntactically Awesome StyleSheets

Page 34: Liferay Portal 6.2
Page 35: Liferay Portal 6.2

YUI

Alloy UI

Page 36: Liferay Portal 6.2

Biblioteca do Yahoo!

yuilibrary.com

YUI

Page 37: Liferay Portal 6.2

Desenvolvida pela Liferay

alloyui.com

AlloyUI

Page 38: Liferay Portal 6.2
Page 39: Liferay Portal 6.2

Ferramenta de template para gerar código HTML (nesse caso)

Exemplo em Velocity#if ($has_navigation || $is_signed_in)

#parse ("$full_templates_path/navigation.vm")#end

Velocity/FreeMarker

Page 40: Liferay Portal 6.2

ok! Agora como usar isso?

Page 41: Liferay Portal 6.2

Passos para criar um Tema

● Crie um projeto● Escreva código CSS● Escreva código JavaScript● Modifique os templates Velocity/FreeMarker● Empacote (war) os arquivos desenvolvidos ● Pronto!

Page 43: Liferay Portal 6.2

Próximos Passos

Page 44: Liferay Portal 6.2

Faça o download do Liferay :)

https://www.liferay.com/pt/downloads/liferay-portal/available-releases

Page 45: Liferay Portal 6.2

Use e abuse do Liferay

Page 46: Liferay Portal 6.2

Fórum em Portuguêshttps://www.liferay.com/pt/community/forums/-/message_boards/category/35291

Page 47: Liferay Portal 6.2

Evento 30/01 as 19h com Zeno Rocha falando de Alloy e as

novidades de UI para o Liferay Portal 6.2 na Germinadora

http://www.meetup.com/Liferay-Sao-Paulo-User-Group/events/159837172/

Page 48: Liferay Portal 6.2

Comunidade no Meetup.comwww.meetup.com/Liferay-Sao-Paulo-User-Group

Page 49: Liferay Portal 6.2

Duvidas?