Re: [MarkLogic Dev General] Issue with Appservices after ML upgrade to ML9

2017-07-26 Thread Mohamad Thahir


Sent from my iPhone

> On Jul 26, 2017, at 1:04 PM, Justin Makeig <justin.mak...@marklogic.com> 
> wrote:
> 
> 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
> jmak...@marklogic.com
> 
>> On Jul 25, 2017, at 4:09 PM, Margare Cundiff <mcundi...@comcast.net> 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 <david.cas...@marklogic.com> 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: <general-boun...@developer.marklogic.com> on behalf of amit gope 
>>> <amitgo...@gmail.com>
>>> Reply-To: MarkLogic Developer Discussion <general@developer.marklogic.com>
>>> Date: Sunday, July 23, 2017 at 9:47 AM
>>> To: "general@developer.marklogic.com" <general@developer.marklogic.com>
>>> 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
>>> http://marklogic.com/xdmp/error error.xsd" 
>>> xmlns:error="http://marklogic.com/xdmp/error; 
>>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
>>> ">
>>>  REST-INVALIDREQUEST
>>>  
>>>  1.0-ml
>>>  Invalid request
>>>  REST-INVALIDREQUEST: Invalid request: AppBuilder 
>>> request no longer supported: /appservices
>>>  false
>>>  
>>>  
>>>AppBuilder request no longer supported: 
>>> /appservices
>>>  
>>>  
>>>
>>>  /MarkLogic/rest-api/8000-rewriter.xml
>>>  1.0-ml
>>>
>>>  
>>> 
>>> 
>>> 
>>> 
>>> Best Regards
>>> Amit 
>>> 
>> 
>> 
>> 
>>> ___
>>> General mailing list
>>> General@developer.marklogic.com
>>> Manage your subscription at: 
>>> http://developer.marklogic.com/mailman/listinfo/general
>> ___
>> General mailing list
>> General@developer.marklogic.com
>> Manage your subscription at: 
>> http://developer.marklogic.com/mailman/listinfo/general
> 
> 
> 
> 
> ___
> General mailing list
> General@developer.marklogic.com
> Manage your subscription at: 
> http://developer.marklogic.com/mailman/listinfo/general
___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general


Re: [MarkLogic Dev General] Issue with Appservices after ML upgrade to ML9

2017-07-26 Thread Justin Makeig
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
jmak...@marklogic.com

> On Jul 25, 2017, at 4:09 PM, Margare Cundiff <mcundi...@comcast.net> 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 <david.cas...@marklogic.com> 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: <general-boun...@developer.marklogic.com> on behalf of amit gope 
>> <amitgo...@gmail.com>
>> Reply-To: MarkLogic Developer Discussion <general@developer.marklogic.com>
>> Date: Sunday, July 23, 2017 at 9:47 AM
>> To: "general@developer.marklogic.com" <general@developer.marklogic.com>
>> 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
>> http://marklogic.com/xdmp/error error.xsd" 
>> xmlns:error="http://marklogic.com/xdmp/error; 
>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
>> ">
>>   REST-INVALIDREQUEST
>>   
>>   1.0-ml
>>   Invalid request
>>   REST-INVALIDREQUEST: Invalid request: AppBuilder 
>> request no longer supported: /appservices
>>   false
>>   
>>   
>> AppBuilder request no longer supported: 
>> /appservices
>>   
>>   
>> 
>>   /MarkLogic/rest-api/8000-rewriter.xml
>>   1.0-ml
>> 
>>   
>> 
>> 
>>  
>> 
>> Best Regards
>> Amit 
>> 
> 
>  
> 
>> ___
>> General mailing list
>> General@developer.marklogic.com
>> Manage your subscription at: 
>> http://developer.marklogic.com/mailman/listinfo/general
> ___
> General mailing list
> General@developer.marklogic.com
> Manage your subscription at: 
> http://developer.marklogic.com/mailman/listinfo/general






smime.p7s
Description: S/MIME cryptographic signature
___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general


Re: [MarkLogic Dev General] Issue with Appservices after ML upgrade to ML9

2017-07-26 Thread Erik Hennum
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: general-boun...@developer.marklogic.com 
[general-boun...@developer.marklogic.com] on behalf of Margare Cundiff 
[mcundi...@comcast.net]
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 <david.cas...@marklogic.com> 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: 
<general-boun...@developer.marklogic.com<mailto:general-boun...@developer.marklogic.com>>
 on behalf of amit gope <amitgo...@gmail.com<mailto:amitgo...@gmail.com>>
Reply-To: MarkLogic Developer Discussion 
<general@developer.marklogic.com<mailto:general@developer.marklogic.com>>
Date: Sunday, July 23, 2017 at 9:47 AM
To: "general@developer.marklogic.com<mailto:general@developer.marklogic.com>" 
<general@developer.marklogic.com<mailto:general@developer.marklogic.com>>
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:supp...@marklogic.com>.

Message

http://marklogic.com/xdmp/error error.xsd" 
xmlns:error="http://marklogic.com/xdmp/error; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
  REST-INVALIDREQUEST
  
  1.0-ml
  Invalid request
  REST-INVALIDREQUEST: Invalid request: AppBuilder request 
no longer supported: /appservices
  false
  
  
AppBuilder request no longer supported: 
/appservices
  
  

  /MarkLogic/rest-api/8000-rewriter.xml
  1.0-ml

  




Best Regards
Amit




___
General mailing list
General@developer.marklogic.com
Manage your subscription at:
http://developer.marklogic.com/mailman/listinfo/general
___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general


Re: [MarkLogic Dev General] Issue with Appservices after ML upgrade to ML9

2017-07-25 Thread Margare Cundiff
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 <david.cas...@marklogic.com> 
> 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: <general-boun...@developer.marklogic.com 
> mailto:general-boun...@developer.marklogic.com > on behalf of amit gope 
> <amitgo...@gmail.com mailto:amitgo...@gmail.com >
> Reply-To: MarkLogic Developer Discussion <general@developer.marklogic.com 
> mailto:general@developer.marklogic.com >
> Date: Sunday, July 23, 2017 at 9:47 AM
> To: "general@developer.marklogic.com 
> mailto:general@developer.marklogic.com " <general@developer.marklogic.com 
> mailto:general@developer.marklogic.com >
> 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:supp...@marklogic.com .
> 
> 
> Message
> 
> http://marklogic.com/xdmp/error 
> error.xsd" xmlns:error="http://marklogic.com/xdmp/error; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
>   REST-INVALIDREQUEST
>   
>   1.0-ml
>   Invalid request
>   REST-INVALIDREQUEST: Invalid request: AppBuilder 
> request no longer supported: /appservices
>   false
>   
>   
> AppBuilder request no longer supported: 
> /appservices
>   
>   
> 
>   /MarkLogic/rest-api/8000-rewriter.xml
>   1.0-ml
> 
>   
> 
> 
>  
> 
> Best Regards
> Amit
> 
> 


 

> ___
> General mailing list
> General@developer.marklogic.com
> Manage your subscription at:
> http://developer.marklogic.com/mailman/listinfo/general
> 
___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general


Re: [MarkLogic Dev General] Issue with Appservices after ML upgrade to ML9

2017-07-23 Thread Dave Cassel
/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: 
<general-boun...@developer.marklogic.com<mailto:general-boun...@developer.marklogic.com>>
 on behalf of amit gope <amitgo...@gmail.com<mailto:amitgo...@gmail.com>>
Reply-To: MarkLogic Developer Discussion 
<general@developer.marklogic.com<mailto:general@developer.marklogic.com>>
Date: Sunday, July 23, 2017 at 9:47 AM
To: "general@developer.marklogic.com<mailto:general@developer.marklogic.com>" 
<general@developer.marklogic.com<mailto:general@developer.marklogic.com>>
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:supp...@marklogic.com>.

Message

http://marklogic.com/xdmp/error error.xsd" 
xmlns:error="http://marklogic.com/xdmp/error; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
  REST-INVALIDREQUEST
  
  1.0-ml
  Invalid request
  REST-INVALIDREQUEST: Invalid request: AppBuilder request 
no longer supported: /appservices
  false
  
  
AppBuilder request no longer supported: 
/appservices
  
  

  /MarkLogic/rest-api/8000-rewriter.xml
  1.0-ml

  




Best Regards
Amit

___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general


[MarkLogic Dev General] Issue with Appservices after ML upgrade to ML9

2017-07-23 Thread amit gope
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

http://marklogic.com/xdmp/error
error.xsd" xmlns:error="http://marklogic.com/xdmp/error;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
  REST-INVALIDREQUEST
  
  1.0-ml
  Invalid request
  REST-INVALIDREQUEST: Invalid request:
AppBuilder request no longer supported:
/appservices
  false
  
  
AppBuilder request no longer supported:
/appservices
  
  

  /MarkLogic/rest-api/8000-rewriter.xml
  1.0-ml

  




Best Regards
Amit
___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general