Application Builder tried to simultaneously achieve two objectives 1) quick, zero-code data browser and 2) application scaffolding for a real application.
For a variety of reasons, it didn't do either particularly well and was thus caught in between. It had limited browsing capabilities and the code it generated, with its byzantine plugin architecture, was difficult to understand and extend—not the way you'd typically architect a "real" application. As a result, we decided to deprecate it in MarkLogic 8 and remove it in MarkLogic 9. However, those two original use cases are definitely still on our radar. For the application scaffolding case, you should take a look at <https://github.com/marklogic-community/slush-marklogic-node>. The Slush generator <http://slushjs.github.io/> sets up a scaffolding for a three-tier Node application. There's also an ongoing initiative to implement the same capabilities in Java, namely Spring Boot <https://github.com/rjrudin/slush-marklogic-spring-boot>. Building on top of the Slush generated app, there's also an out-of-the-box discovery application <https://github.com/ryanjdew/ml-slush-discovery-app>. Longer term, we're also looking at various ways in the database to make it easier to figure out what data you have, how it's related, and how to assess its quality over time. Let me know if you have questions or concerns. Feedback from the community is always appreciated. Justin -- Justin Makeig Director, Product Management MarkLogic [email protected] > On Jul 25, 2017, at 4:09 PM, Margare Cundiff <[email protected]> wrote: > > 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 >> Technical Community Manager >> MarkLogic Corporation >> http://developer.marklogic.com/ >> >> From: <[email protected]> on behalf of amit gope >> <[email protected]> >> Reply-To: MarkLogic Developer Discussion <[email protected]> >> Date: Sunday, July 23, 2017 at 9:47 AM >> To: "[email protected]" <[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. >> >> >> 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
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
