Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SmartGWT with Neo4J

    Hello,

    I wanted to figure out how we could integrate SMARGWTEE with the graph db neo4j?

    Specifically - I love the ds.xml (Built in DS support) for binding on to forms and other containers (List Grids etc). I want to continue using that even with Neo4J.

    All pointers will be greatly appreciated.

    Thank you.

    #2
    That's pretty easy. You just write the 4 server methods and then use DMI definitions in the ds.xml file to point them at the 4 methods, fetch, add, update, remove.

    DS docs - http://www.smartclient.com/smartgwt/...ataSource.html

    DMI - howto: http://forums.smartclient.com/showthread.php?t=15071

    See the ds-DMI example in the smartgwt EE samples.

    If you want to do it with the LGPL version then you'll need to check out the RestDataSource and see how that works, and you again implement the 4 methods. Or look at the GwtRPCDataSource in the smartGWT extensions
    Last edited by atomatom; 20 Feb 2011, 05:19.

    Comment


      #3
      did you write the Neo4J data source?

      Hello,

      Looking at this also, might be useful.

      Did you write such a data source and can you post the 4 methods? And code?

      Thanks,
      Marc

      Comment

      Working...
      X