Java Development Environment for Emacs - anybody tried it ???

2002-09-17 Thread Mark Hansen

Has anybody worked with this tool for debugging Tomcat applications? -
http://jdee.sunsite.dk/

If so, could you let me know what you think of it.

Thanks,

Mark


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Java Development Environment for Emacs - anybody tried it ???

2002-09-17 Thread Nigel . Byrnes


Your mail is kinda off-topic for this list.

Nonetheless, I code in emacs with JDE. I do not stretch it to it's limits,
but i think it is fine. It has hooks for your debugger jdb/jpda and etags.
My only gripe is to do with the indentation style forced on the developer.
When I coded C, I used the whitesmith indentation style, e.g.

void foo (String bar)
{
  if (bar != null)
  {
// ...
  }
  else
  {
// ..
  }
}

which i prefer over the JDE/java indentation style

void foo (String bar)
{
  if (bar != null) {
// ...
  }
  else {
  // ...
  }
}


Nigel

--
Nigel Byrnes
E-Commerce, Direct Line
0845 878 2922


   
 
  Mark Hansen
 
  [EMAIL PROTECTED]To:   Tomcat Users List 
[EMAIL PROTECTED]   
  om  cc: 
 
   Subject:  Java Development Environment 
for Emacs - anybody tried it ???  
  17/09/02 16:06   
 
  Please respond to
 
  Tomcat Users
 
  List
 
   
 
   
 




Has anybody worked with this tool for debugging Tomcat applications? -
http://jdee.sunsite.dk/

If so, could you let me know what you think of it.

Thanks,

Mark


--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]





Direct Line Group Services Limited, registered in England no.3001989, registered 
office 3 Edridge Road, Croydon, Surrey, CR9 1AG. The following are also members of the 
Direct Line group of companies: Direct Line Insurance plc, a member of the General 
Insurance Standards Council and Direct Line Life Insurance Company Limited and Direct 
Unit Trusts Limited, both regulated by the Financial Services Authority. Loans, 
Mortgages, Credit Cards and Savings provided by Direct Line Financial Services 
Limited, registered in England number 2372702, registered office 3 Edridge Road, 
Croydon, Surrey, CR9 1AG. All are members of the Royal Bank of Scotland Group.



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Java Development Environment for Emacs - anybody tried it ???

2002-09-17 Thread Dennis Doubleday

Now, now, this is Emacs. You don't have to accept anything you don't
like :-)

Try:

M-x customize-variable jde-gen-kr 



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]