dpastov.blogspot.dk - Find the best way

Description: Tips, solutions and development for Lotus Notes Domino, xPages, Java, JavaScript, HTML, CSS, SEO

Example domain paragraphs

I write about Java, HCL Notes Domino, Web

Configuration cfg = new Configuration(Configuration.VERSION_2_3_31); cfg.setDefaultEncoding("UTF-8"); cfg.setTemplateExceptionHandler(TemplateExceptionHandler.RETHROW_HANDLER); cfg.setLogTemplateExceptions(false); Get the template (uses cache internally) DominoTemplateLoader dominoLoader = new DominoTemplateLoader(getDatabase()); cfg.setTemplateLoader(dominoLoader); Template template = cfg.getTemplate("page"); /* Merge data-model with template */ HashMap tags = new HashMap (); tags.put("title", "hellow worl

They have customized mail boxes with few actions which allow to journalize emails into their Domino applications and that is quite critical functionality so that would need to be mirrored.