Hi, Margare:

Modern JavaScript frameworks such as Angular and React have more functionality 
and vastly more adoption than the custom AppBuilder framework.  Three tier 
architectures are common in production environments.

MarkLogic 8 announced that AppBuilder would be removed:

    http://docs.marklogic.com/8.0/guide/app-builder/intro

One common approach is to use a three tier architecture with a modern 
JavaScript framework in the front end and Java or Nodes.js in the middle tier.



Erik Hennum


________________________________
From: [email protected] 
[[email protected]] on behalf of Margare Cundiff 
[[email protected]]
Sent: Tuesday, July 25, 2017 4:09 PM
To: Dave Cassel; MarkLogic Developer Discussion
Subject: Re: [MarkLogic Dev General] Issue with Appservices after ML upgrade to 
ML9


Just curious - why was Application Builder junked? Is there anything in ML9 
that is a replacement?


Thanks,

Morgan


On July 23, 2017 at 12:44 PM Dave Cassel <[email protected]> wrote:

/Appservices was deprecated in ML8 and removed in ML9. See the Release Notes: 
http://docs.marklogic.com/guide/relnotes/chap4#id_54314.

--
Dave Cassel, @dmcassel<https://twitter.com/dmcassel>
Technical Community Manager
MarkLogic Corporation<http://www.marklogic.com/>
http://developer.marklogic.com/

From: 
<[email protected]<mailto:[email protected]>>
 on behalf of amit gope <[email protected]<mailto:[email protected]>>
Reply-To: MarkLogic Developer Discussion 
<[email protected]<mailto:[email protected]>>
Date: Sunday, July 23, 2017 at 9:47 AM
To: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Subject: [MarkLogic Dev General] Issue with Appservices after ML upgrade to ML9

Hi All,

I am facing issue while trying to access the appservices URL 
http://localhost:8000/appservices. All other things working fine, please 
suggest what might be going wrong here. The Error that I am seeing is :

Error

An unexpected error has occurred. Check the error log or contact MarkLogic 
support<mailto:[email protected]>.

Message

<error:error xsi:schemaLocation="http://marklogic.com/xdmp/error error.xsd" 
xmlns:error="http://marklogic.com/xdmp/error"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <error:code>REST-INVALIDREQUEST</error:code>
  <error:name/>
  <error:xquery-version>1.0-ml</error:xquery-version>
  <error:message>Invalid request</error:message>
  <error:format-string>REST-INVALIDREQUEST: Invalid request: AppBuilder request 
no longer supported: /appservices</error:format-string>
  <error:retryable>false</error:retryable>
  <error:expr/>
  <error:data>
    <error:datum>AppBuilder request no longer supported: 
/appservices</error:datum>
  </error:data>
  <error:stack>
    <error:frame>
      <error:uri>/MarkLogic/rest-api/8000-rewriter.xml</error:uri>
      <error:xquery-version>1.0-ml</error:xquery-version>
    </error:frame>
  </error:stack>
</error:error>



Best Regards
Amit




_______________________________________________
General mailing list
[email protected]
Manage your subscription at:
http://developer.marklogic.com/mailman/listinfo/general
_______________________________________________
General mailing list
[email protected]
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to