Foros de discusión

How to develop a Theme for Liferay, which is loaded from jar per Annotation

KV Saarland, modificado hace 6 años.

How to develop a Theme for Liferay, which is loaded from jar per Annotation

New Member Mensajes: 4 Fecha de incorporación: 26/11/15 Mensajes recientes
Hi, I am not even shure if I am on the right forum.

I need to develop a theme for some liferay portlets. I like to deliver the theme as a jar file which is provided from the server. I have no Idea where to start. How is the @Theme Annotation working? Respectively what do I have to do to get the theme greped by the annotation? Is there a archetype that I can use? How must the folder structure look. Are there any examples?

thx, Markus

--------------I AM USING------------------
Liferay 6.2
Vaadin 7
Maven
thumbnail
Olaf Kock, modificado hace 6 años.

RE: How to develop a Theme for Liferay, which is loaded from jar per Annota

Liferay Legend Mensajes: 6403 Fecha de incorporación: 23/09/08 Mensajes recientes
KV Saarland:
I need to develop a theme for some liferay portlets. I like to deliver the theme as a jar file which is provided from the server. I have no Idea where to start. How is the @Theme Annotation working? Respectively what do I have to do to get the theme greped by the annotation? Is there a archetype that I can use? How must the folder structure look. Are there any examples?


I'm not aware of any @Theme annotation. Maybe there is one in combination with Vaadin - in that case, you'd be better off checking with the vaadin people. Liferay Themes (especially 6.2) are delivered and deployed as WAR file, and don't have any annotation - in fact, the portlets are quite independent of them: They just render the HTML they'll render anyways and rely on the proper CSS and skeleton HTML to be generated by a theme that they're not aware of at all.