Edmund and LDAP

5 views
Skip to first unread message

markireland

unread,
Jul 28, 2009, 8:22:59 PM7/28/09
to edmund-coldfusion
Would using Edmund to keep two parts of LDAP in sync make sense?

I have roles in LDAP and sometimes the employee in that role no longer
works here (I check that by looking elsewhere in LDAP)

So could Edmund handle the thread that deletes that employee from that
role? (actually I need to get all employees in that role and recreate
those that still work here)

Sean Corfield

unread,
Jul 29, 2009, 12:11:01 AM7/29/09
to edmund-c...@googlegroups.com

If I'm understanding you, you have some sort of trigger event - an
LDAP update - that means other processes need to run automatically,
yes?

That's the sort of thing that Edmund is good for. You register
listeners for events, when the event occurs, tell Edmund and it
handles running all the listeners for you. So, yes, it'll work for
your LDAP scenario as long as you have a way to trigger the event for
Edmund.

In general, an Edmund-powered application has lots of decoupled pieces
and lets Edmund coordinate the execution of various pieces at various
points. You might have a save operation that fires an event to say "I
saved data X" and any other part of the application interested in X
being saved will get executed, synchronously or asynchronously as
needed.
--
Sean A Corfield -- (904) 302-SEAN
Railo Technologies US -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

Reply all
Reply to author
Forward
0 new messages