1. edelivery.oracle.com에서 ALUI IDK를 다운 받는다.
2. 압축풀고
3. Eclipse WTP에서 devkit/WEB-INF 디렉토리를 통채로 import
4. JSP 작성
"<%@ page language="java" contentType="text/html; charset=EUC-KR"pageEncoding="EUC-KR"%><%@ page import="com.plumtree.remote.portlet.*" %>This is ALUI Portlet<P><%IPortletContext portletContext =PortletContextFactory.createPortletContext(request,response);IPortletUser portletUser = portletContext.getUser();out.write("Hello ,"+portletUser.getUserName());%>"
5. WebLogic에 해당 WebApp을 배포
6. ALUI Admin Console에서 Remote WebService로 등록하고 해당 WebService를 Portlet으로 배포하여 등록하면 완료.
소감.
WLP보다 훨씬 쉽다. 제품의 각 세부 엔진이 나뉘어져 있어서 장애 전파 방지와 효율적인 리소스 배분이 가능할 수 있고. 개발용 IDK가 매우 쉬운 느낌이.. 아직 개념은 더 잡아야 겠지만 잘 디자인된 제품같다.
'엔터프라이즈 솔루션 > 포탈' 카테고리의 다른 글
ALUI 포탈 스터디.. (1) | 2009.08.27 |
---|---|
ALUI (WCI) Architecture (0) | 2009.08.25 |
Liferay 다국어 지원 방법 (0) | 2008.03.19 |
포탈의 성능 향상을 위한 디자인 방법 (0) | 2007.12.20 |
Liferay 포탈 (1) | 2007.07.30 |