Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6834399
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:06:25+00:00 2026-05-26T23:06:25+00:00

Is it possible to use the WrappingNeoServerBootstrapper with spring-data-neo4j? When using an embedded database

  • 0

Is it possible to use the WrappingNeoServerBootstrapper with spring-data-neo4j?

When using an embedded database without spring-data-neo4j, one can use a WrappingNeoServerBootstrapper to enable the REST-interface and the Webadmin. I use spring-data-neo4j and an embedded db (<neo4j:config storeDirectory="target/graph.db"/> in spring context) and would like to use the webadmin and rest-interface.

Is there any way to accomplish this?

I am also wondering if spring-data-neo4j-rest handles transactions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T23:06:26+00:00Added an answer on May 26, 2026 at 11:06 pm

    That should be no problem. The config below is not tested, but should work and give you an idea how to set it up.

    <neo4j:config graphDatabaseService="gds"/>
    
    <bean id="gds" class="...EmbeddedGraphDatabase">
      <constructor-arg value="target/graph-db"/>
    </bean>
    
    <bean id="serverWrapper" class="...WrappingNeoServerBootstrapper" init-method="start" destroy-method="stop">
       <constructor-arg ref="gds"/>
    </bean>
    

    Transactions are handled the same way as the Neo4j-REST API does it. One per request. The underlying neo4j-rest-graphdb library also supports the REST-Batch API but that is not yet leveraged in SDN.

    Update:

    Please also add the dependency for the webadmin static files to your project, something like this:

    <dependency>
      <groupId>org.neo4j.app</groupId>
      <artifactId>neo4j-server</artifactId>
      <version>1.5</version>
      <type>jar</type>
      <classifier>static-web</classifier>
    </dependency>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can functors be defined locally within the body of a function? One possible use
Is it possible to use a flash document embedded in HTML as a link?
Is it possible to use Microsoft Entity Framework with Oracle database?
How can I (if it is possible) use the Prototype library to loop through
Possible Duplicate: Use templates to get an array's size and end address Can someone
Possible Duplicate: Use autorelease when setting a retain property using dot syntax? What is
Is it possible use getline() to read a valid file without setting failbit ?
Possible Duplicate: Use javascript variable in object name I am using CKeditor as a
I was trying to use the count() Mongodb feature (db.collection_name.count({data:value}) using the Ruby Driver.
Is it possible use mod_rewrite to resolve addresses hosted on another server? Say I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.