Thanks Greet,
I see a very good video in YouTube
https://www.youtube.com/watch?v=duYcb4BsftI

Regards
Shan.

On Thu, Nov 17, 2016 at 6:46 AM, <general-requ...@developer.marklogic.com>
wrote:

> Send General mailing list submissions to
>         general@developer.marklogic.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://developer.marklogic.com/mailman/listinfo/general
> or, via email, send a message with subject or body 'help' to
>         general-requ...@developer.marklogic.com
>
> You can reach the person managing the list at
>         general-ow...@developer.marklogic.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of General digest..."
>
>
> Today's Topics:
>
>    1. More insights on MarkLogic 9.0 (Shiv Shankar)
>    2. Sharing Modules (Jangam, Yogesh  CWR)
>    3. Re: Sharing Modules (Geert Josten)
>    4. Re: More insights on MarkLogic 9.0 (Geert Josten)
>    5. fn:current-dateTime() (sweet frd)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 16 Nov 2016 19:44:55 -0500
> From: Shiv Shankar <shiv.shivshan...@gmail.com>
> Subject: [MarkLogic Dev General] More insights on MarkLogic 9.0
> To: general@developer.marklogic.com
> Message-ID:
>         <CAFyr2H5NnhUSNHvAZ84MsC0e=5pc7Z0uto0vaGxHN0qphrSo3A@mail.
> gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi,
> Any deeper-insight documents on MarkLogic 9.0 features?
>
> Regards
> Shan.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://developer.marklogic.com/pipermail/general/
> attachments/20161116/b84c83c5/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Thu, 17 Nov 2016 08:12:56 +0000
> From: "Jangam, Yogesh  CWR" <yogesh.jan...@credit-suisse.com>
> Subject: [MarkLogic Dev General] Sharing Modules
> To: "general@developer.marklogic.com"
>         <general@developer.marklogic.com>
> Message-ID:
>         <558b94cbfcb3ba498460b1bbf41029e036e24...@sgw20014212.gbl.
> ad.hedani.net>
>
> Content-Type: text/plain; charset="us-ascii"
>
> Is there any recommended way of sharing module / functionality
> implementations across different DB on same ML server.
> For example you could have a XQY code that does custom string
> conversion/manipulation or a map of constants/literals. How can this be
> shared ?
>
>
> Yogesh Jangam
> CREDIT SUISSE
> Information Technology | Content Management APAC, VICC 23
> S2, Rajiv Gandhi Infotech Park (Cs Sez) | Pune 411 057 | Asia-Pacific
> Phone +91 20 6690 2130,*6882130
> yogesh.jan...@credit-suisse.com<mailto:yogesh.jan...@credit-suisse.com> |
> www.credit-suisse.com<http://www.credit-suisse.com/>
>
> ============================================================
> ===================
> Please access the attached hyperlink for an important electronic
> communications disclaimer:
> http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
> ============================================================
> ===================
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://developer.marklogic.com/pipermail/general/
> attachments/20161117/e503e0b6/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Thu, 17 Nov 2016 08:30:03 +0000
> From: Geert Josten <geert.jos...@marklogic.com>
> Subject: Re: [MarkLogic Dev General] Sharing Modules
> To: MarkLogic Developer Discussion <general@developer.marklogic.com>
> Message-ID: <d45325a1.f2112%geert.jos...@marklogic.com>
> Content-Type: text/plain; charset="windows-1252"
>
> Hi Yogesh,
>
> It might be easiest to handle this outside of MarkLogic. There are lots of
> ways to make reusable code snippets available. You have Github for public
> sharing, which can be used together with the MLPM tool for MarkLogic
> libraries (http://registry.demo.marklogic.com/), but you can probably
> think of various ways of doing this internally as well, if necessary..
>
> You can also share modules within an ML cluster, but I?d be reluctant with
> that. You?d use super/sub-databases for that. Put the shared code in a
> sub-database. Keep in mind though, that whenever you touch the shared code,
> all app-servers using that will be affected. For constants this might be
> good (for some system-wide configuration or such), but for shared code this
> might be less a good idea. It would be tricky to do regression testing on
> multiple apps for each code change. You?d probably want to use a sharing
> strategy that uses versioning. The above MLPM tool would allow that, it was
> inspired by how NPM works..
>
> Cheers,
> Geert
>
> PS: small disclaimer, MLPM and its registry are not covered by MarkLogic
> Support, they are a community effort..
>
> From: <general-boun...@developer.marklogic.com<mailto:general-
> boun...@developer.marklogic.com>> on behalf of "Jangam, Yogesh CWR" <
> yogesh.jan...@credit-suisse.com<mailto:yogesh.jan...@credit-suisse.com>>
> Reply-To: MarkLogic Developer Discussion <general@developer.marklogic.com
> <mailto:general@developer.marklogic.com>>
> Date: Thursday, November 17, 2016 at 9:12 AM
> To: "general@developer.marklogic.com<mailto:general@developer.
> marklogic.com>" <general@developer.marklogic.com<mailto:general@developer.
> marklogic.com>>
> Subject: [MarkLogic Dev General] Sharing Modules
>
> Is there any recommended way of sharing module / functionality
> implementations across different DB on same ML server.
> For example you could have a XQY code that does custom string
> conversion/manipulation or a map of constants/literals. How can this be
> shared ?
>
>
> Yogesh Jangam
> CREDIT SUISSE
> Information Technology | Content Management APAC, VICC 23
> S2, Rajiv Gandhi Infotech Park (Cs Sez) | Pune 411 057 | Asia-Pacific
> Phone +91 20 6690 2130,*6882130
> yogesh.jan...@credit-suisse.com<mailto:yogesh.jan...@credit-suisse.com> |
> www.credit-suisse.com<http://www.credit-suisse.com/>
>
>
>
> ============================================================
> ==================
> Please access the attached hyperlink for an important electronic
> communications disclaimer:
> http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
> ============================================================
> ==================
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://developer.marklogic.com/pipermail/general/
> attachments/20161117/7bc51e15/attachment-0001.html
>
> ------------------------------
>
> Message: 4
> Date: Thu, 17 Nov 2016 08:34:37 +0000
> From: Geert Josten <geert.jos...@marklogic.com>
> Subject: Re: [MarkLogic Dev General] More insights on MarkLogic 9.0
> To: MarkLogic Developer Discussion <general@developer.marklogic.com>
> Message-ID: <d45329ba.f2135%geert.jos...@marklogic.com>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi Shan,
>
> Not much has been made public yet. I expect more will be released around
> next MarkLogic World tour. There are several blogs out there though:
>
> https://www.google.nl/search?q=MarkLogic%209
>
> And there is quite some material available through
> https://ea.marklogic.com/
>
> Cheers,
> Geert
>
> From: <general-boun...@developer.marklogic.com<mailto:general-
> boun...@developer.marklogic.com>> on behalf of Shiv Shankar <
> shiv.shivshan...@gmail.com<mailto:shiv.shivshan...@gmail.com>>
> Reply-To: MarkLogic Developer Discussion <general@developer.marklogic.com
> <mailto:general@developer.marklogic.com>>
> Date: Thursday, November 17, 2016 at 1:44 AM
> To: "general@developer.marklogic.com<mailto:general@developer.
> marklogic.com>" <general@developer.marklogic.com<mailto:general@developer.
> marklogic.com>>
> Subject: [MarkLogic Dev General] More insights on MarkLogic 9.0
>
> Hi,
> Any deeper-insight documents on MarkLogic 9.0 features?
>
> Regards
> Shan.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://developer.marklogic.com/pipermail/general/
> attachments/20161117/8126566e/attachment-0001.html
>
> ------------------------------
>
> Message: 5
> Date: Thu, 17 Nov 2016 06:46:12 -0500
> From: sweet frd <sumathisumi...@gmail.com>
> Subject: [MarkLogic Dev General] fn:current-dateTime()
> To: MarkLogic Developer Discussion <general@developer.marklogic.com>
> Message-ID:
>         <CACntjf0q9_i0JNJjOrrHN-ibgVfRvptPRy=oi92DnSO_3ymFgg@
> mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi All,
>
> I have a module somemodule.xqy which has the following line for logic
>
> fn:current-dateTime()
>
>
> Will there be a difference in output for the below scenarios
>
> (a) Invoke the above xquery (somemodule.xqy) in main module
>
> (b) Directly invoke the function fn:current-dateTime() in the main module
>
>
> Regards,
> N. Sumathi.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://developer.marklogic.com/pipermail/general/
> attachments/20161117/6876b409/attachment.html
>
> ------------------------------
>
> _______________________________________________
> General mailing list
> General@developer.marklogic.com
> Manage your subscription at:
> http://developer.marklogic.com/mailman/listinfo/general
>
>
> End of General Digest, Vol 149, Issue 25
> ****************************************
>
_______________________________________________
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to