掲示板

How to migrate servlet application to Portlet application

thumbnail
12年前 に Zeeshan Khan によって更新されました。

How to migrate servlet application to Portlet application

Expert 投稿: 349 参加年月日: 11/07/21 最新の投稿
Hi All !!

we created one client servlet application consuming web service created in Java. Now we want to migrate the client to Liferay Client. But the problem we facing is How to replicate servlet implementation in Liferay Portlet so that the client works exactly same consuming service as it was working when it was servlet application in Java. The main problem we are facing when a user calls Action by clicking Submit button......i mean in normal servlet application we simply configure web.xml an write the URL pattern.....but how to do it here in Liferay Portal.....????


thnx !!!!!!
11年前 に Phat Huynh によって更新されました。

RE: How to migrate servlet application to Portlet application

New Member 投稿: 7 参加年月日: 12/07/09 最新の投稿
I'm in the same situation, pls help out out, how to handle servlet page request using Liferay?