Hey Andrew,

like Peter hints at, webadmin itself does not currently support that kind
of customization as a proper feature. Howerver, again like Peter points
out, it is all on Github, and you are free to create your own personalized
version of it :)

Just keep in mind that you will have to keep your fork or branch up to date
with later neo4j versions manually, and create your own releases.

Cheers!
/jake

On Mon, Nov 21, 2011 at 8:00 PM, Peter Neubauer <
peter.neuba...@neotechnology.com> wrote:

> Let us know if it works out for you.
>
> /peter
>
> Sent from my phone, please excuse typos and autocorrection.
> On Nov 21, 2011 7:58 PM, "andrew ton" <andrewt...@yahoo.com> wrote:
>
> >
> >
> > Thanks Peter
> >
> > Cheers,
> >
> >
> > ________________________________
> >  From: Peter Neubauer <peter.neuba...@neotechnology.com>
> > To: Neo4j user discussions <user@lists.neo4j.org>
> > Sent: Monday, November 21, 2011 4:41 AM
> > Subject: Re: [Neo4j] some questions
> >
> > Andrew,
> > I think you could set up the Webadmin over your embedded project like
> > http://docs.neo4j.org/chunked/snapshot/server-embedded.html maybe as
> > part of a unit test, and then start modifying the layout using the
> > coffeescript and template infrastructure under
> >
> >
> https://github.com/neo4j/community/tree/master/server/src/main/resources/webadmin-html
> > and
> >
> https://github.com/neo4j/community/tree/master/server/src/main/coffeescript
> >
> > Look at https://github.com/neo4j/community/tree/master/server README
> > for how to run the coffeescript compilation. I guess Jake might have
> > more pointers.
> >
> > Cheers,
> >
> > /peter neubauer
> >
> > GTalk:      neubauer.peter
> > Skype       peter.neubauer
> > Phone       +46 704 106975
> > LinkedIn   http://www.linkedin.com/in/neubauer
> > Twitter      http://twitter.com/peterneubauer
> >
> > http://www.neo4j.org              - NOSQL for the Enterprise.
> > http://startupbootcamp.org/    - Ă–resund - Innovation happens HERE.
> >
> >
> >
> > On Fri, Oct 28, 2011 at 5:30 PM, andrew ton <andrewt...@yahoo.com>
> wrote:
> > >
> > >
> > > Hi Peter,
> > >
> > > I think I go to the direction of implementing a REST endpoint in Java.
> > How about my first question about customizing the Admin page?
> > >
> > > Thanks,
> > > Andrew
> > >
> > >
> > > ________________________________
> > > From: Peter Neubauer <peter.neuba...@neotechnology.com>
> > > To: Neo4j user discussions <user@lists.neo4j.org>
> > > Sent: Friday, October 28, 2011 8:05 AM
> > > Subject: Re: [Neo4j] some questions
> > >
> > > Andrew,
> > > that sounds like a traversal you need to do to find exactly the nodes
> > > you need and remove them.
> > >
> > > As Marko mentioned - either script it in Gremlin/Groovy, or implement
> > > a REST endpoint in Java, giving you full static powaah:
> > > http://docs.neo4j.org/chunked/snapshot/server-plugins.html
> > >
> > > Does that work?
> > >
> > > Cheers,
> > >
> > > /peter neubauer
> > >
> > > GTalk:      neubauer.peter
> > > Skype       peter.neubauer
> > > Phone       +46 704 106975
> > > LinkedIn   http://www.linkedin.com/in/neubauer
> > > Twitter      http://twitter.com/peterneubauer
> > >
> > > http://www.neo4j.org              - NOSQL for the Enterprise.
> > > http://startupbootcamp.org/    - Ă–resund - Innovation happens HERE.
> > >
> > >
> > >
> > > On Fri, Oct 28, 2011 at 3:02 PM, andrew ton <andrewt...@yahoo.com>
> > wrote:
> > >>
> > >>
> > >> Yes, that's what I have been doing :)
> > >>
> > >> However what if I have 2 graphs under a root node and I just want to
> > remove 1 graph and leave the other alone.
> > >>
> > >> Any suggestions?
> > >>
> > >> Thanks,
> > >>
> > >>
> > >> ________________________________
> > >> From: Linan Wang <tali.w...@gmail.com>
> > >> To: Neo4j user discussions <user@lists.neo4j.org>
> > >> Sent: Friday, October 28, 2011 7:59 AM
> > >> Subject: Re: [Neo4j] some questions
> > >>
> > >> to clear the full db, stop the server and delete the files in data
> > folder :)
> > >>
> > >> On Fri, Oct 28, 2011 at 3:57 PM, Marko Rodriguez <
> okramma...@gmail.com>
> > wrote:
> > >>> Hi,
> > >>>
> > >>>> 2. Assume I have a big graph in the REST server, what is the best
> way
> > to remove the whole graph? Of course deleting each node and its
> > relationships and its index is not convenient.
> > >>>
> > >>>
> > >>> Via Gremlin Plugin, you can call g.clear().
> > >>>
> > >>> HTH,
> > >>> Marko.
> > >>>
> > >>> http://markorodriguez.com
> > >>> _______________________________________________
> > >>> Neo4j mailing list
> > >>> User@lists.neo4j.org
> > >>> https://lists.neo4j.org/mailman/listinfo/user
> > >>>
> > >>
> > >>
> > >>
> > >> --
> > >> Best wishes,
> > >>
> > >> Linan Wang
> > >> Architect, Programmer, PhD
> > >> _______________________________________________
> > >> Neo4j mailing list
> > >> User@lists.neo4j.org
> > >> https://lists.neo4j.org/mailman/listinfo/user
> > >> _______________________________________________
> > >> Neo4j mailing list
> > >> User@lists.neo4j.org
> > >> https://lists.neo4j.org/mailman/listinfo/user
> > >>
> > > _______________________________________________
> > > Neo4j mailing list
> > > User@lists.neo4j.org
> > > https://lists.neo4j.org/mailman/listinfo/user
> > > _______________________________________________
> > > Neo4j mailing list
> > > User@lists.neo4j.org
> > > https://lists.neo4j.org/mailman/listinfo/user
> > >
> > _______________________________________________
> > Neo4j mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> > _______________________________________________
> > Neo4j mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> >
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Jacob Hansson
Phone: +46 (0) 763503395
Twitter: @jakewins
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to