掲示板

sample-struts-portlet-4.2.2 languages properties and persistence.

16年前 に Christian Adrian Avalos によって更新されました。

sample-struts-portlet-4.2.2 languages properties and persistence.

Junior Member 投稿: 38 参加年月日: 07/07/03 最新の投稿
hi, im reading the sample code to create a portlet as a independent project and then deploy in portal.

i have some dudes :

in liferay-display.xml the key of the portlet is

<display>
	<category name="category.test">
		<portlet id="sample_struts_portlet" />
	</category>
</display>


but in the languages properties doesnt exists the key :
"javax.portlet.title.sample_struts_portlet"

where is this key???

and second question:

when i code the service to manage and persist an entity , the code is packaged in a jar service a put in common\lib\ext tomcat directory, when i code my independent portlet where put my servicer jar? and the db properties xml?

thanks!