In order to create web content, a web content portlet is used, so I want to know the technology behind this portlet. What was used to develop this portlet? JSP, JSF, Struts, Icefaces , or any thing else.

Moreover, is there is a link to download it separately.

link|improve this question

0% accept rate
feedback

1 Answer

It's using JSP, Java (using Liferay MVCPortlet) possibly some Alloy UI, and Struts 1 (as it's used throughout Liferay).

You can't download it separately, but the source code is there in the Liferay source archives. You just have to dig out Web Content Specific parts.

link|improve this answer
3  
Additional information for inspecting the sourcecode: For historical reasons the WebContent parts is named "Journal*" - so look for the API and classes starting with this name. – Olaf Kock Jan 5 at 22:59
Thank you Jonny – Elbassel Jan 9 at 11:18
No worries, happy to help! If you could also accept my answer (if you think it's correct) I'd be much obliged. Thank you! – Jonny Jan 9 at 12:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.