%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
Software Engineering (SE)
<%@include file="menu_items/navbar.jsp" %>
<%
Object activeUser = session.getAttribute("active_user");
String firstName = (String) session.getAttribute("usr_firstname");
if (activeUser != null && firstName != null) {
%>
Welcome, <%= firstName %>!
<% } %>
Barry University, School of Arts and Sciences
Department of Mathematics and Computer Sciences
Software Engineering (SE)
Developers' methods of applications' design and development