<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ page import="com.iluwatar.compositeview.ClientPropertiesBean"%> <%ClientPropertiesBean propertiesBean = (ClientPropertiesBean) request.getAttribute("properties");%>

Welcome <%= propertiesBean.getName()%>

<% if(propertiesBean.isWorldNewsInterest()) { %> <% } else { %> <% } %> <% if(propertiesBean.isBusinessInterest()) { %> <% } else { %> <% } %> <% if(propertiesBean.isSportsInterest()) { %> <% } else { %> <% } %> <% if(propertiesBean.isScienceNewsInterest()) { %> <% } else { %> <% } %>
<%@include file="worldNews.jsp"%><%@include file="localNews.jsp"%>
<%@include file="businessNews.jsp"%><%@include file="localNews.jsp"%><%@include file="sportsNews.jsp"%><%@include file="localNews.jsp"%>
<%@include file="scienceNews.jsp"%><%@include file="localNews.jsp"%>