.use("documentDAO", new DocumentDAO(getSession()))
.use("projectIterationDAO",
new ProjectIterationDAO(getSession()))
.use("entityManager",
new FullTextEntityManagerImpl(getEm()))
.use("session", new FullTextSessionImpl(getSession()))
.use("identity", identity)
.use("textFlowDAO", new TextFlowDAO(getSession()))
.use("transUnitTransformer", transUnitTransformer)
.use("webtrans.gwt.GetTransUnitsNavigationHandler",
getTransUnitsNavigationService)