Contents tagged with Java
-
When should ports go native?
Our product, Secret Server, uses the DotLucene API for searching of items ("secrets") in the application. DotLucene is an impressive API which creates index files on disk based on the data you feed to it. It then allows for some very powerful text searches to find data such as "amazon.com~" which will find all secrets containing various spellings of amazon.com. (More info here).
-
David Patton presents Agile .NET to an XP audience
David Patton gave a presentation at the Washington DC XP User Group on Monday night. It was different to the typical XP/TDD presentation due to the audience (who needed no introduction to TDD!) and also David's experiences. It was interesting to hear the audience's surprise at the maturity of the tools for Agile development on the Microsoft platform and also to hear the comparisons to tools on other development platforms.
-
C# - NAMED LOOPS ... I miss them.
Named loops give the ability to extend flow control with markers. Cynics would argue they are glorified gotos but in that case, they probably don't like continue anyway!
-
Xml documentation comments are like hairspray!
The Refactoring folks talk about CodeSmell and CodeDeodorant. The concept is that a code smell is when there is a feeling that something *could* be wrong with a piece of code. CodeDeodorant is when an attempt is made to cover up the smell by adding whitespace (for “clarity”) or detailed comments to explain the code. These are usually signs that the code needs improving ...
-
Sun's JVM gets *seamless* NTLM support in soon to be released 1.4.2_02!
Microsoft has dropped support for the Microsoft VM and this leaves applets in an uncertain position. Sure, you can just install Sun's JVM but it won't work on your Microsoft IIS-based intranet if you are running NTLM. I have seen this problem at several clients where “single sign on” is essential and NTLM is the mechanism in use.