<%@ include file="object.reference.jsp" %> JA-SIG Channel Development Strategies
Channel Development Strategies
 
Introduction <% if( showintro ){ %> Collapse <% }else{ %> Expand <% }// if %>
<%=(showintro?new String( INTRO.getContents()):"")%>
 
Scale (from simplest to implement to the most difficult)
Image diamond Inline Frame diamond RSS diamond Web Proxy diamond Simple XML Transformation diamond Remote Channel Proxy diamond Custom diamond Applet
 

Channel Type Pros Cons Additional References
Image <%=new String( CHN_PRO_IMAGE.getContents())%> <%=new String( CHN_CON_IMAGE.getContents())%> <%=Assist.linksFromRefs( CHN_IMAGE_REFS )%> 
 
Inline Frame <%=new String( CHN_PRO_INLINE.getContents())%> <%=new String( CHN_CON_INLINE.getContents())%> <%=Assist.linksFromRefs( CHN_INLINE_REFS )%> 
 
RSS <%=new String( CHN_PRO_RSS.getContents())%> <%=new String( CHN_CON_RSS.getContents())%> <%=Assist.linksFromRefs( CHN_RSS_REFS )%> 
 
Web Proxy <%=new String( CHN_PRO_PROXY.getContents())%> <%=new String( CHN_CON_PROXY.getContents())%> <%=Assist.linksFromRefs( CHN_PROXY_REFS )%> 
 
Simple XML Transformation <%=new String( CHN_PRO_SXML.getContents())%> <%=new String( CHN_CON_SXML.getContents())%> <%=Assist.linksFromRefs( CHN_SXML_REFS )%> 
 
Remote Channel Proxy <%=new String( CHN_PRO_REMOTE.getContents())%> <%=new String( CHN_CON_REMOTE.getContents())%> <%=Assist.linksFromRefs( CHN_REMOTE_REFS )%> 
 
Custom <%=new String( CHN_PRO_CUSTOM.getContents())%> <%=new String( CHN_CON_CUSTOM.getContents())%> <%=Assist.linksFromRefs( CHN_CUSTOM_REFS )%> 
 
Applet <%=new String( CHN_PRO_APPLET.getContents())%> <%=new String( CHN_CON_APPLET.getContents())%> <%=Assist.linksFromRefs( CHN_APPLET_REFS )%>