Friday, November 04, 2005

JavaSVN - a pure Java Subversion client library.

JavaSVN is a pure Java Subversion client library. You would like to use JavaSVN when you need to access or modify Subversion repository from your Java application, be it a standalone program, plugin or web application. Being a pure Java program, JavaSVN doesn't need any additional configuration or native binaries to work on any OS that runs Java. On this site you will also find instructions on how to make existing programs use JavaSVN instead of native javahl bindings.

http://tmate.org/svn/

Monday, September 19, 2005

Access Windows Performance Monitor counters from Java

Access Windows Performance Monitor counters from Java

Integrate NSClient4j with Java Management Extensions

Summary
In Part 1 of this series, Nicholas Whitehead introduced NSClient and NSClient4j. NSClient is a small footprint service that runs on Windows hosts. NSClient4j is a Java API that makes Windows Performance Monitor statistics accessible to Java clients on any platform. In Part 2, Whitehead exposes NSClient4j as a Java Management Extensions (JMX) resource and describes the benefits of doing so.

Monday, June 20, 2005

Monday, May 09, 2005

Java: ProGuard

ProGuard
ProGuard is a free Java class file shrinker, optimizer, and obfuscator. It can detect and remove unused classes, fields, methods, and attributes. It can then optimize bytecode and remove unused instructions. Finally, it can rename the remaining classes, fields, and methods using short meaningless names. The resulting jars are smaller and harder to reverse-engineer.

FireFox: InFormEnter

InFormEnter
(This link will be outdated when FireFox has a systemupdate)

FireFox: fireFTP

fireFTP
(This link will be outdated when FireFox has a systemupdate)

Wednesday, May 04, 2005

Eclipse: EclipseHTMLEditor

EclipseHTMLEditor

Eclipse HTML Editor is an Eclipse plugin for HTML/JSP/XML Editing. It works on Eclipse 3.0 (or higher), JDT and GEF. It has following features.

  • HTML/JSP/XML/CSS Hilighting
  • HTML/JSP Preview
  • JSP/XML Validation
  • Contents Assist (HTML Tags/Attributes, XML based on DTD and JSP taglib and more)
  • Wizards for creating HTML/JSP/XML files
  • Outline View
  • Editor Preferences
  • Editor Folding
  • Web Browser (It works as an Eclipse's editor)
  • Image Viewer
  • Tag Palette
  • CSS code completion and outline
  •