3

We are building services for a CMS and we went ahead with Jackrabbit. But as we are moving towards production, we are getting into many issues like authentication/authorization, scaling, etc.

Our implementation was with Jackrabbit 2.18 with Mysql DB.

But due to lack of community support we are exploring other options.

Is there any other better solution / alternatives to Jackrabbit or Oak ?

Or Oak with mongodb or cassandra may give better performance ?

Claudio
  • 10,614
  • 4
  • 31
  • 71
Tuhin Subhra Mandal
  • 473
  • 1
  • 5
  • 15
  • 1
    It depends. What exactly are the problems you are running into? But yes, Jackrabbit is in maintenance mode, while Oak gets most of the attention. – Julian Reschke May 14 '19 at 14:49
  • While implementing custom security, I need to enable token based authentication + authorization. Now I am unable to get usermanagement object from session, due to lack of documentation I am unable to crack it. Repository repository = RepositoryImpl.create(config); session = repository.login(new SimpleCredentials("admin", "admin".toCharArray())); JackrabbitSession jackrabbitSession = (JackrabbitSession) session; PrincipalManager um = jackrabbitSession.getPrincipalManager(); – Tuhin Subhra Mandal May 15 '19 at 08:19

0 Answers0