programming/jsp

jsp로 RSS 서비스 하기

labj 2012. 3. 21. 13:15


jsp로 RSS 서비스 하기

 

- bookingSearch.jsp

<?xml version="1.0" encoding="UTF-8"?>
<%@ page contentType="text/xml; charset=UTF-8" %>

<rss version="2.0">
 <channel>
  <title>디지털학술정보관 웹 좌석예약 현황</title>
  <link>http://61.36.4.190:8080/DLMS_SKKU_v2.5/</link>
  <description>
   예약관리서버는 RSS를 통해서 예약현황을 서비스한다
  </description>
  <copyright>(c) 1999-2005 (?)ACTSoft All rights reserved</copyright>
  <item>
   <title>F열람실/A구역</title>
   <author>학술정보관</author>
   <link>
    http://xxx.xxx.xxx/a.do
   </link>
   <description />
   <pubDate>20080819161320</pubDate>
  </item>

  <Item>

     ...

  </item>

  <Item>

     ...

  </item>

  <Item>

     ...

  </item>
 </channel>
</rss>

 

- 결과

- RSS 호출시

http://127.0.0.1/rss.do

 

- 연모에서 F열람실/A구역 클릭시