You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
I need to connect JavaFX client with Neo4j server.. What web service I can use? Can I use Jersey for that? Or Can someone suggest any web service...
Peter Neubauer
unread,
Sep 12, 2014, 2:56:24 AM9/12/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Neo4j User
Hi there,
JavaFX, like Swing and SWT, are different Java-native UX technologies.
As such - anything you can do with Neo4j in Java will give you access
to JavaFX. I suggest you start learning the Java basics at
http://docs.oracle.com/javase/tutorial/, there is even a JavaFX
tutorial.
Open Data - @mapillary
Open Source - @neo4j
Open Future - @coderdojo
> --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to neo4j+un...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
Jeyaganeshan Jeyatharsini
unread,
Sep 12, 2014, 5:49:05 PM9/12/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
But can I use embedded Java to communicate with Neo4j server in cloud?
Michael Hunger
unread,
Sep 12, 2014, 10:01:03 PM9/12/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
You can use the Neo4j JDBC driver to talk the Neo4j Server using Cypher.