try {
Session s = Factory.getSession();
Database currDb = s.getCurrentDatabase();
View contacts = currDb.getView("AllContacts");
Document doc = contacts.getFirstDocument();
ExtLibUtil.getViewScope().put("javaTest", doc.toJson(true));
} catch (Throwable t) {
}
}
}