RE: jde.sunsite.dk site

2003-06-06 Thread Sprenger, Karel
Jeff, Try http://jdee.sunsite.dk/. The 'e' was added a few month ago. Cheers, Karel -Original Message- From: Jeff Jensen [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 04:55 To: [EMAIL PROTECTED] Subject: jde.sunsite.dk site Hi - Has the site been down for days or is it just

RE: Introspection based Java class browser....also demonstrates alittle bit of java and lisp integration...

2003-02-19 Thread Sprenger, Karel
Sandip, Just tried it out and ran into unexpected behaviour. Essentially the situation is as follows. I have in my current buffer a class, say B, which extends a class A. In A I have a protected object logger which is an instance of a Logger class. In class B I have the code fragment

RE: Compiling JSP

2002-12-09 Thread Sprenger, Karel
Hi, Initially I thought something along the following lines would do the trick: -8- (defun my-jsp-mode-stuff() (unless (local-variable-p 'compile-command) (if (string= (file-name-extension buffer-file-name) jsp) (set (make-local-variable 'compile-command)

RE: [h-e-w] Getting cvs version

2002-10-14 Thread Sprenger, Karel
Hi, Do you mean something like the following? /** * TrackUsageDataServiceHome.java * * The home interface for the TrackUsageDataService stateless session bean. * * @author a href=mailto:[EMAIL PROTECTED];Karel Sprenger/a * @version $Revision: 1.1.1.1 $ */ Cheers, Karel -Original

RE: Suppressing compilation buffer

2002-07-31 Thread Sprenger, Karel
Hi, Jack's function works like a charm. Great! Cheers, Karel -Original Message- From: Jack Donohue [mailto:[EMAIL PROTECTED]] Sent: dinsdag 30 juli 2002 20:25 To: 'Paul Kinnucan'; Naoya Maruyama Cc: [EMAIL PROTECTED] Subject: RE: Suppressing compilation buffer I added this to my