<% foo.DBTest tst = new foo.DBTest(); try { tst.loadPG(); }catch (Exception ex ) { ex.printStackTrace( System.out ); } tst.init(); %>

Results

Foo <%= tst.getFoo() %>
Bar <%= tst.getBar() %>