RE: JDE-2.3.0 available at

2002-12-09 Thread Sprenger, Karel
Title: ANN: JDE-2.3.0 available at Paul,   The URL in your last announcements contains an error.  It should have been http://jde.sunsite.dk/rootpage.html#Downloading, not the form with an @ following jde.   Cheers, Karel -Original Message-From: Paul Kinnucan [mailto:[EMAIL PROTEC

ANN: JDE-2.3.0 available at

2002-12-09 Thread Paul Kinnucan
http:[EMAIL PROTECTED]/rootpage.html#Downloading JDE 2.3.1 *** * PLEASE READ * *** *

Re: Java -> elisp communication (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Nick Sieger
> "GB" == Graham Bennett <[EMAIL PROTECTED]> writes: [...] GB> As for the JDEE <-> Java interfacing issue, it's quite a difficult GB> one. The approach I took was drawn from the Transmogrify way of GB> doing it - all the logic was on the Java side and there was an GB> interface to get basic

RE: Java -> elisp communication (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Paul Kinnucan
Nascif Abousalh-Neto writes: > Hi Paul, > I think that in the case of Transmogrify we didn't have much choice. > We wanted to interface with an engine and an interface that was already > defined, so we could not change the control flow to use queues and even > handlers. Maybe an adaptatio

RE: Java -> elisp communication (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Nascif Abousalh-Neto
Title: RE: Java -> elisp communication (was RE: BanInfo wizard anyone?) Hi Paul,     I think that in the case of Transmogrify we didn't have much choice. We wanted to interface with an engine and an interface that was already defined, so we could not change the control flow to use queues a

RE: Java -> elisp communication (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Paul Kinnucan
Nick Sieger writes: > > From: Nascif Abousalh-Neto [mailto:[EMAIL PROTECTED]] > > Sent: Monday, December 09, 2002 11:46 AM > > To: Nick Sieger; Galen Boyer; [EMAIL PROTECTED] > > Cc: Graham Bennett > > Subject: Java -> elisp communication (was RE: BanInfo wizard anyone?) > > [snip] > >

JUCI (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Paul Kinnucan
Nick Sieger writes: > > One small questions for you: How often do you upgrade beanshell versions, and what >kind of considerations need to be taken into account before upgrading? I grabbed a >recent version (1.2.7) of the beanshell and started developing against it rather than >the versi

Re: Java -> elisp communication (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Graham Bennett
On Mon, Dec 09, 2002 at 01:50:59PM -0600, Nick Sieger wrote: [ snip ] > That's a valid point. When I examined the three sourceforge-based > java refactoring tools available (JRefactory, Transmogrify and > Freefactor) I liked the way Transmogrify was designed the best (but > maybe I didn't look c

RE: Java -> elisp communication (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Nick Sieger
> From: Nascif Abousalh-Neto [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 09, 2002 11:46 AM > To: Nick Sieger; Galen Boyer; [EMAIL PROTECTED] > Cc: Graham Bennett > Subject: Java -> elisp communication (was RE: BanInfo wizard anyone?) > > > Hi Nick, > > > > Well, I didn't, but the beansh

JUCI (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Nick Sieger
> From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] > Sent: Saturday, December 07, 2002 8:45 AM > To: Nick Sieger > Cc: [EMAIL PROTECTED] > Subject: RE: BanInfo wizard anyone? > > Well, I didn't, but the beanshell is still directly > involved. Elisp > > sends strings to the beanshell which invokes

Java -> elisp communication (was RE: BanInfo wizard anyone?)

2002-12-09 Thread Nascif Abousalh-Neto
Title: Java -> elisp communication (was RE: BanInfo wizard anyone?) Hi Nick, > > >> The translation layer could handle things like the java method > > >> signature returning, say, a hashmap.  The layer could have a > > >> hashmap to alist converter. > > > > > > I've actually got a working

editorPanelMaker.bsh wizard

2002-12-09 Thread Christian Mercat
Dear list, I have made some changes to http://www.entrelacs.net/home/Java/beanInfoMaker.bsh http://www.entrelacs.net/home/Java/beanInfoMaker.html it now creates a simple textual editor for each property as well. The files are called something like MyPropertyEditor.java.jtem so that it doesn't

Re: BeanInfo wizard anyone?

2002-12-09 Thread Galen Boyer
On Fri, 06 Dec 2002, [EMAIL PROTECTED] wrote: > > If I could, then I would be able to make really powerful things > without lisp, in plain java. But then I may as well switch to > jedit altogether ;-) I won't, just teasing! This is probably the reason that Emacs seems like a neanderthal to the "m

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) (co