https://issues.apache.org/bugzilla/show_bug.cgi?id=52500

--- Comment #18 from Christopher Schultz <ch...@christopherschultz.net> 
2012-02-03 14:48:40 UTC ---
(In reply to comment #17)
> 1)    I do not like the place that I use now to call to
> createUserIdentifierRetriever method
> I want to call it when Realm is instantiated and all properties are set.
> I need method like afterPropertiesSet of Spring or like
> javax.annotation.PostConstruct.
> Do you have something like this for Realm?

RealmBase (which you should be using) implements the Lifecycle interface which
gets all kinds of notifications about lifecycle events. Read the javadoc for
that interface to see what event is most appropriate in your estimation.

> 2)
> >In the future, please provide more democratic documentation. For instance,
> >plain-text or OpenDocument format. Plain text is better because it does not
> >require a viewer external to the we browser.
> 
> How can I provide a plain text together with pictures?

Multiple attachments?

> Do you know a tool for conversion from MS-Word documents to OpenDocument
> format?

OpenOffice.org, LibreOffice, or just about any software that can read Microsoft
file formats and write-out OpenDocument. They are pretty much all completely
free to download and use.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to