2
votes

I want to develop an application with an admin tool to manage the content (articles...) of the website...I would like to use SPRING (ROO) but I do not know if there is any JCR API working with it ? I heard a lot about Jackrabbit...Is it possible to create an application with an intereaction between Jackrabit and SPRING ?

Or do SPRING include any tool to manage the content repository ? Optional question is should it integrate some feature to interact with other 'workflow technology' (because I want an edit/validete/publish process) ?

1

1 Answers

2
votes

Spring provide some JCR API abstractions. But even if they does not exist, you could use Jackrabbit, and Spring will just ignore it.

But I do not know if there is a Spring ROO, JCR module.