<%@page language="java" import="nl.tue.win.riaca.gap.phrasebook.*,nl.tue.win.riaca.mathematica.phrasebook.*"%> <% session.setAttribute("css.id","3"); session.removeAttribute("css.content"); session.setAttribute("xsl.id","5"); session.removeAttribute("xsl.content"); response.sendRedirect( request.getParameter( "ex" ) ); GapSocketPhrasebook tPhrasebook = new GapSocketPhrasebook( "localhost" , new Integer("1234" ).intValue() ); HttpSession tSession = request.getSession(); tSession.setAttribute("mathbook_phrasebook_gap", tPhrasebook ); tSession.setAttribute("mathbook_phrasebook_openmath", tPhrasebook ); %> <% MathematicaSocketPhrasebook gPhrasebook = new MathematicaSocketPhrasebook( "localhost", new Integer( "1235" ).intValue() ); tSession.setAttribute("mathbook_phrasebook_mathematica", gPhrasebook ); tSession.setAttribute("mathbook_phrasebook_openmath", gPhrasebook ); %>