Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification.
The following page has been changed by AndreasHartmann: http://wiki.apache.org/lenya/JcrIntegrationApproach ------------------------------------------------------------------------------ * Advantages * No Java API definition necessary (content model is API) - * Disadvantages * Verbose * No Lenya-specific code completion - === Lenya Publication API + === Lenya Publication API === Client code example: {{{ + Document doc = session.getDocument("/foo/bar"); + long lastModified = doc.getLastModified(); }}} * Open issues --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
