Marklogic XCC or JAVA/REST -


i see marklogic offers various interfaces communicate with. considering java client application, of xcc, java/rest best option choose.

am getting benefit if choose xcc on java/rest vice versa.

thanks

if xquery, should consider xcc, gives straightforward interface executing xquery on server.

otherwise, should take @ marklogic java api. features include

  • interfaces building query , processing response
  • support bulk write, bulk read, , bulk query
  • good integration java io representations via adapters ("handles")
  • a pojo-oriented repository interface
  • encapsulation of http housekeeping including connection pooling
  • installation , execution of server extensions such transforms , services

if ingesting large dataset, should use mlcp tool maximum performance.

down road, if start deploying modules server, should take @ ml-gradle

hoping that's useful,


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -