Hey guys,
I have an old J2EE application that is deployed on JBoss. We have some new requirements which I believe will be solved much cleaner with Neo4J than with Hibernate ORM which we are using today. My familiarity with Spring begins and ends with some tinkering I've done with Grails 2.0. I don't know enough about Spring in general, much less Spring Data to understand how I might deploy it along with my current J2EE application.
What I would like to do is develop a hot-deployable application using Spring Data and Neo4J. I want it to be independent of my current application, but of course use it from my current application. Eventually, I anticipate this Neo4J project to be deployed separately in a different application. Can I deploy these Spring Data objects as EJB entity beans or something like that?
Thanks for the help!
Joe


Reply With Quote
If only we could have used Spring all along...
