You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by Vincent Keunen <vi...@manex.be> on 2004/02/02 09:48:35 UTC

Re: Jakarta (JSTL) JNDI/LDAP TagLib

If I'm correct, the library does only GET data from an ldap server, it 
never SETs (write) data into it...  So there would be some work to do 
there too.  Note that there is also a library called easyldap 
(http://easyldap.sourceforge.net/) that seems to do more than the 
current version of the Apache library.  The problem is that it's GPL, 
not Apache.  I contacted the authors to see if they would accept a 
change of license and to gauge their interest in merging their work with 
the one from Apache.  I'm waiting for their reply.  If they accept, the 
work could go faster.


Vincent Keunen
Manex, rue Wagner 127, BE-4100 Boncelles, Belgium (map 
<http://www.mappy.com/PlanPerso/vincentkeunen/0>)
web: manex.be   phone: +32 4 3303730



Mark R. Diggory wrote:

> Maybe that was why I was stalling too ;-)
>
>
> Henri Yandell wrote:
>
>> I've been taking a break from taglibs until JSP 2.0 got out so I can 
>> avoid
>> such things as 'EL-enabling'.
>>
>> I'm moving myself to Tomcat 5 now, so interested in LDAP things
>> except for 1) below.
>>
>> Hen
>>
>> On Fri, 30 Jan 2004, Mark R. Diggory wrote:
>>
>>
>>> I was going to motivate a give the JNDI taglibrary a tune up before the
>>> new year rolled into place, then I got sidetracked into another project
>>> at Apache.
>>>
>>> I think we could use as much help as possible in the area of the jndi
>>> taglibrary. I have ambitions of doing the following:
>>>
>>> 1.) getting it EL enabled.
>>>
>>> 2.) getting some JSTL EL "functions" implemented so that the library
>>> could actually just be used in JSTL for-each tasks and EL evaluations.
>>>
>>> I think any motivation/help/ideas you would be willing to contribute
>>> would be greatly appreciated.
>>>
>>> -Mark
>>>
>>> Vincent Keunen wrote:
>>>
>>>
>>>> Hello,
>>>>
>>>> Could you tell me why the JNDI library has not been modified for 
>>>> such a
>>>> long time?  Is it a dead development?  Has it been replaced by 
>>>> something
>>>> else?  JSTL does not seem to manage ldap that easily/completely?
>>>>
>>>> We could be interested in adding more functionality to the library, 
>>>> but
>>>> would do it only if it's not useless work...
>>>>
>>>> Thanks for letting us know!
>>>>
>>>> -- 
>>>>
>>>> Vincent Keunen
>>>> Manex, rue Wagner 127, BE-4100 Boncelles, Belgium (map
>>>> <http://www.mappy.com/PlanPerso/vincentkeunen/0>)
>>>> web: manex.be   phone: +32 4 3303730
>>>>
>>>>
>>>> ------------------------------------------------------------------------ 
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org
>>>
>>>
>>> -- 
>>> Mark Diggory
>>> Software Developer
>>> Harvard MIT Data Center
>>> http://www.hmdc.harvard.edu
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org
>>
>

Re: Jakarta (JSTL) JNDI/LDAP TagLib

Posted by "Mark R. Diggory" <md...@latte.harvard.edu>.

Vincent Keunen wrote:
> If I'm correct, the library does only GET data from an ldap server, it 
> never SETs (write) data into it...  So there would be some work to do 
> there too.  

Yes, this library is read only int erms of the tags implemented.

> Note that there is also a library called easyldap 
> (http://easyldap.sourceforge.net/) that seems to do more than the 
> current version of the Apache library.  The problem is that it's GPL, 
> not Apache.  I contacted the authors to see if they would accept a 
> change of license and to gauge their interest in merging their work with 
> the one from Apache.  I'm waiting for their reply.  If they accept, the 
> work could go faster.
> 

I also have a DirContext taglibrary I've written but I've not separated 
from our project on SF. As its author I can release it to Apache.

http://cvs.sourceforge.net/viewcvs.py/thedata/VDC/src/UIS/VDC/WEB-INF/classes/edu/harvard/hmdc/taglib/jndi/
http://cvs.sourceforge.net/viewcvs.py/*checkout*/thedata/VDC/src/UIS/VDC/WEB-INF/tld/vdc/taglib-jndi.tld?content-type=text%2Fplain&rev=1.5

The write part was not that difficult. This library needs alot of work 
though.

-Cheers,
Mark

> 
> Mark R. Diggory wrote:
> 
>> Maybe that was why I was stalling too ;-)
>>
>>
>> Henri Yandell wrote:
>>
>>> I've been taking a break from taglibs until JSP 2.0 got out so I can 
>>> avoid
>>> such things as 'EL-enabling'.
>>>
>>> I'm moving myself to Tomcat 5 now, so interested in LDAP things
>>> except for 1) below.
>>>
>>> Hen
>>>
>>> On Fri, 30 Jan 2004, Mark R. Diggory wrote:
>>>
>>>
>>>> I was going to motivate a give the JNDI taglibrary a tune up before the
>>>> new year rolled into place, then I got sidetracked into another project
>>>> at Apache.
>>>>
>>>> I think we could use as much help as possible in the area of the jndi
>>>> taglibrary. I have ambitions of doing the following:
>>>>
>>>> 1.) getting it EL enabled.
>>>>
>>>> 2.) getting some JSTL EL "functions" implemented so that the library
>>>> could actually just be used in JSTL for-each tasks and EL evaluations.
>>>>
>>>> I think any motivation/help/ideas you would be willing to contribute
>>>> would be greatly appreciated.
>>>>
>>>> -Mark
>>>>
>>>> Vincent Keunen wrote:
>>>>
>>>>
>>>>> Hello,
>>>>>
>>>>> Could you tell me why the JNDI library has not been modified for 
>>>>> such a
>>>>> long time?  Is it a dead development?  Has it been replaced by 
>>>>> something
>>>>> else?  JSTL does not seem to manage ldap that easily/completely?
>>>>>
>>>>> We could be interested in adding more functionality to the library, 
>>>>> but
>>>>> would do it only if it's not useless work...
>>>>>
>>>>> Thanks for letting us know!
>>>>>
>>>>> -- 
>>>>>
>>>>> Vincent Keunen
>>>>> Manex, rue Wagner 127, BE-4100 Boncelles, Belgium (map
>>>>> <http://www.mappy.com/PlanPerso/vincentkeunen/0>)
>>>>> web: manex.be   phone: +32 4 3303730
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------ 
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org
>>>>
>>>>
>>>> -- 
>>>> Mark Diggory
>>>> Software Developer
>>>> Harvard MIT Data Center
>>>> http://www.hmdc.harvard.edu
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org
>>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org
>>>
>>
> 
> ------------------------------------------------------------------------
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org

-- 
Mark Diggory
Software Developer
Harvard MIT Data Center
http://www.hmdc.harvard.edu

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org