<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000099">
Hi,<br>
<br>
I agree with Bruce. Eclipse will help most java developers.<br>
<br>
David Gao<br>
<br>
Bruce Edge 写道:
<blockquote
cite="mid:g2v...@ma..."
type="cite">Hi,
<div>I use eclipse for developing an app based on the UnboundId ldap
client. It works perfectly. I point the debugger to the UnboundId
source and can step through everything with no config changes. The
eclipse javadoc browser navigates to the the API docs. It plain just
works.</div>
<div>I highly recommend the eclipse + UnboundId + ldap development
config</div>
<div><br>
</div>
<div>-Bruce<br>
<br>
<div class="gmail_quote">On Wed, Apr 7, 2010 at 6:37 AM, Neil A.
Wilson <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:nei...@un...">nei...@un...</a>></span>
wrote:<br>
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On 4/7/2010 3:32 AM, David Gao wrote:<br>
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I'm now using JLDAP as my LDAP sdk in my project. It is true that the<br>
code looks rather obsolete in JLDAP. I have been trying to change the<br>
code little by little to use JDK 1.5+ features.<br>
<br>
I happened to see UnboundID LDAP sdk has quite a few advantages over<br>
jldap. I'm now browsing your source code before I make a decision to<br>
migrate from jldap to UnboundID.<br>
<br>
My question are:<br>
* What IDE is used for UnboundID LDAP sdk?<br>
</blockquote>
<br>
</div>
I personally use JetBrains IDEA at the moment, although at times in the
past I did use NetBeans, and even vi for spot-fixes. However, there is
nothing at all in the LDAP SDK source code or build environment that is
specific to any IDE.
<div class="im"><br>
<br>
<br>
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
* It would be much appreciated if the code can be configured as a<br>
Eclipse project.<br>
</blockquote>
<br>
</div>
There should be no reason that this wouldn't work, and it should be
trivial to set up. However, I don't use Eclipse so I can't tell you
exactly what needs to be done to make that happen.<br>
<br>
If you're not planning on altering the LDAP SDK itself and just want to
use the source code as a reference when writing your own application,
then all you should need to do is use the src.zip file provided as part
of the LDAP SDK download. This contains all of the source code and
properties files used by the LDAP SDK, and you should be able to
configure your IDE to point to a source zip file for any libraries that
you're using.<br>
<br>
If you want to be able to build and/or alter the LDAP SDK for yourself,
then you'll need to check out the source code from the repository. The
important paths you'll need to configure are:<br>
<br>
Ant build script:<br>
- trunk/build-se.xml<br>
<br>
Main source directories:<br>
- trunk/src<br>
- trunk/gen-src/messages<br>
<br>
Source directories for custom Ant tasks used during the build process:<br>
- trunk/build-src/copydocs<br>
- trunk/build-src/digest<br>
- trunk/build-src/messages<br>
- trunk/build-src/sanitycheck<br>
- trunk/build-src/svnversion<br>
<font color="#888888"><br>
<br>
Neil Wilson<br>
<br>
</font><br>
------------------------------------------------------------------------------<br>
Download Intel&#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a moz-do-not-send="true" href="http://p.sf.net/sfu/intel-sw-dev"
target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
_______________________________________________<br>
ldap-sdk-discuss mailing list<br>
<a moz-do-not-send="true"
href="mailto:lda...@li...">lda...@li...</a><br>
<a moz-do-not-send="true"
href="https://lists.sourceforge.net/lists/listinfo/ldap-sdk-discuss"
target="_blank">https://lists.sourceforge.net/lists/listinfo/ldap-sdk-discuss</a><br>
<br>
</blockquote>
</div>
<br>
</div>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
<a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/intel-sw-dev">http://p.sf.net/sfu/intel-sw-dev</a></pre>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
ldap-sdk-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:lda...@li...">lda...@li...</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/ldap-sdk-discuss">https://lists.sourceforge.net/lists/listinfo/ldap-sdk-discuss</a>
</pre>
</blockquote>
</body>
</html>
|