I am planning to use a webpage which is developed from application builder as a part of another website. Is there a way that I can enter the webpage (generated using application builder )without any prompt for authentication? I am supposed to authenticate when I first log in to the website and not while I enter the page which is developed using application builder. Please let me know that such thing can be done.
On Wed, Apr 20, 2011 at 12:28 AM, Geert Josten <[email protected]>wrote: > Hi Anirudh, > > > > MarkLogic Server doesn’t have any dedicated back-end connectors for > connecting different databases, but it is often not too difficult to > disclose them using HTTP, or write a small webapp in Java or .Net and > connect that using HTTP. You could take a look at MLSQL ( > http://developer.marklogic.com/code/mlsql) which does exactly that. > > > > Making HTTP requests to other databases involves overhead and latency, > though. It could be worthwhile to do it the other way around and have an > authenticating proxy webapp (written in Java or so) in front of MarkLogic > Server. That is not uncommon.. > > > > Kind regards, > > Geert > > > > *Van:* [email protected] [mailto: > [email protected]] *Namens *anirudh chappidi > *Verzonden:* dinsdag 19 april 2011 20:44 > *Aan:* General MarkLogic Developer Discussion > > *Onderwerp:* Re: [MarkLogic Dev General] Regarding Application builder > > > > It is a different database(not mark logic). > > On Tue, Apr 19, 2011 at 11:57 PM, Geert Josten <[email protected]> > wrote: > > Hi Anirudh, > > > > Can you elaborate what you mean with ‘remote database’? Is it a just a > different database within a MarkLogic Server cluster, or an entirely > different database, or perhaps something like LDAP? > > > > Kind regards, > > Geert > > > > *Van:* [email protected] [mailto: > [email protected]] *Namens *anirudh chappidi > *Verzonden:* dinsdag 19 april 2011 20:12 > *Aan:* [email protected] > *Onderwerp:* Re: [MarkLogic Dev General] Regarding Application builder > > > > I am using Marklogic(4.2). I created a website using application builder. I > have an remote database with user details. I want to log in the website > which I have created through application builder with the user details > available in remote database. Please let me know if there is such an option. > > > > > Anirudh > > WebRep > > Overall rating > > *Fout! Bestandsnaam niet opgegeven.Fout! Bestandsnaam niet opgegeven.Fout! > Bestandsnaam niet opgegeven.Fout! Bestandsnaam niet opgegeven.Fout! > Bestandsnaam niet opgegeven.* > > *Fout! Bestandsnaam niet opgegeven.Fout! Bestandsnaam niet opgegeven.Fout! > Bestandsnaam niet opgegeven.Fout! Bestandsnaam niet opgegeven.Fout! > Bestandsnaam niet opgegeven.* > > > > > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general > > > > WebRep > > Overall rating > > > > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general > >
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
