* Emacs with JDEE @ 2008-06-11 2:50 Haolin 2008-06-11 6:46 ` Pierre Lorenzon 2008-06-11 7:49 ` Lennart Borgman (gmail) 0 siblings, 2 replies; 7+ messages in thread From: Haolin @ 2008-06-11 2:50 UTC (permalink / raw) To: help-gnu-emacs Hi, all: I have JDEE installed with my Emacs CVS version. I find it has the ability to execute code completion, but, does it support extra jars code completion? I mean I want to import hibernate and spring's jars, and should emacs do the work for code completion? Thanks! Haolin. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Emacs with JDEE 2008-06-11 2:50 Emacs with JDEE Haolin @ 2008-06-11 6:46 ` Pierre Lorenzon 2008-06-11 8:08 ` Haolin 2008-06-11 7:49 ` Lennart Borgman (gmail) 1 sibling, 1 reply; 7+ messages in thread From: Pierre Lorenzon @ 2008-06-11 6:46 UTC (permalink / raw) To: saharabear; +Cc: help-gnu-emacs Hi, I'd suggest to you to have look at cedet http://sourceforge.net/projects/cedet Regards Pierre From: Haolin <saharabear@gmail.com> Subject: Emacs with JDEE Date: Wed, 11 Jun 2008 10:50:41 +0800 > Hi, all: > > I have JDEE installed with my Emacs CVS version. I find it has the > ability to execute code completion, but, does it support extra jars code > completion? I mean I want to import hibernate and spring's jars, and > should emacs do the work for code completion? > > Thanks! > > Haolin. > > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Emacs with JDEE 2008-06-11 6:46 ` Pierre Lorenzon @ 2008-06-11 8:08 ` Haolin 2008-06-13 9:39 ` Andreas Röhler 0 siblings, 1 reply; 7+ messages in thread From: Haolin @ 2008-06-11 8:08 UTC (permalink / raw) To: Pierre Lorenzon; +Cc: help-gnu-emacs Thanks, Pierre I think CEDET is what I want, thanks, I will try it soon. Thanks Haolin Pierre Lorenzon wrote: > Hi, > > I'd suggest to you to have look at cedet > http://sourceforge.net/projects/cedet > > Regards > > Pierre > > > From: Haolin <saharabear@gmail.com> > Subject: Emacs with JDEE > Date: Wed, 11 Jun 2008 10:50:41 +0800 > > >> Hi, all: >> >> I have JDEE installed with my Emacs CVS version. I find it has the >> ability to execute code completion, but, does it support extra jars code >> completion? I mean I want to import hibernate and spring's jars, and >> should emacs do the work for code completion? >> >> Thanks! >> >> Haolin. >> >> >> > > > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Emacs with JDEE 2008-06-11 8:08 ` Haolin @ 2008-06-13 9:39 ` Andreas Röhler 2008-06-13 18:26 ` saharabear 0 siblings, 1 reply; 7+ messages in thread From: Andreas Röhler @ 2008-06-13 9:39 UTC (permalink / raw) To: help-gnu-emacs Should you not find there, what you are looking for path to solution might be via FFI and (S)XEmacs. Would like to read further report of your experiences. Thanks Andreas Röhler Am Mittwoch, 11. Juni 2008 schrieb Haolin: > Thanks, Pierre > > I think CEDET is what I want, thanks, I will try it soon. > > Thanks > > Haolin > > > Pierre Lorenzon wrote: > > Hi, > > > > I'd suggest to you to have look at cedet > > http://sourceforge.net/projects/cedet > > > > Regards > > > > Pierre > > > > > > From: Haolin <saharabear@gmail.com> > > Subject: Emacs with JDEE > > Date: Wed, 11 Jun 2008 10:50:41 +0800 > > > > > >> Hi, all: > >> > >> I have JDEE installed with my Emacs CVS version. I find it has the > >> ability to execute code completion, but, does it support extra jars code > >> completion? I mean I want to import hibernate and spring's jars, and > >> should emacs do the work for code completion? > >> > >> Thanks! > >> > >> Haolin. > >> > >> > >> > > > > > > > > > > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Emacs with JDEE 2008-06-13 9:39 ` Andreas Röhler @ 2008-06-13 18:26 ` saharabear 0 siblings, 0 replies; 7+ messages in thread From: saharabear @ 2008-06-13 18:26 UTC (permalink / raw) To: Andreas Röhler; +Cc: help-gnu-emacs [-- Attachment #1: Type: text/plain, Size: 1679 bytes --] Hi, Andreas I tried two plugins, JDEE with CEDET. with the classpath setting for JDEE, code complete works very well. in my Java project, I create a file named prj.el and define classpath as: '(jde-sourcepath (quote ("/home/saharabear/workspace/firenze/src/" ))) With C+c,C+v,C+., beanshell is invoked and everything go well. Because I am not sure does anybody use emacs for real commercial javaEE or java web project, so I use netBeans as IDE, when I have time to deep in emacs, I will try again. Do you use emacs for javaEE or java web projects? Thanks. Haolin Andreas Röhler : > Should you not find there, what you are looking for > > path to solution might be via FFI and (S)XEmacs. > > Would like to read further report of your experiences. > > Thanks > > Andreas Röhler > > Am Mittwoch, 11. Juni 2008 schrieb Haolin: > >> Thanks, Pierre >> >> I think CEDET is what I want, thanks, I will try it soon. >> >> Thanks >> >> Haolin >> >> >> Pierre Lorenzon wrote: >> >>> Hi, >>> >>> I'd suggest to you to have look at cedet >>> http://sourceforge.net/projects/cedet >>> >>> Regards >>> >>> Pierre >>> >>> >>> From: Haolin <saharabear@gmail.com> >>> Subject: Emacs with JDEE >>> Date: Wed, 11 Jun 2008 10:50:41 +0800 >>> >>> >>> >>>> Hi, all: >>>> >>>> I have JDEE installed with my Emacs CVS version. I find it has the >>>> ability to execute code completion, but, does it support extra jars code >>>> completion? I mean I want to import hibernate and spring's jars, and >>>> should emacs do the work for code completion? >>>> >>>> Thanks! >>>> >>>> Haolin. >>>> >>>> >>>> >>>> >>> >>> >> >> >> > > > > > > [-- Attachment #2: Type: text/html, Size: 2399 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Emacs with JDEE 2008-06-11 2:50 Emacs with JDEE Haolin 2008-06-11 6:46 ` Pierre Lorenzon @ 2008-06-11 7:49 ` Lennart Borgman (gmail) 2008-06-11 8:07 ` Haolin 1 sibling, 1 reply; 7+ messages in thread From: Lennart Borgman (gmail) @ 2008-06-11 7:49 UTC (permalink / raw) To: Haolin; +Cc: help-gnu-emacs Haolin wrote: > Hi, all: > > I have JDEE installed with my Emacs CVS version. I find it has the > ability to execute code completion, but, does it support extra jars code > completion? I mean I want to import hibernate and spring's jars, and > should emacs do the work for code completion? A lot of things has happened with JDEE lately. Why don't you ask at the jdee mailing list? See http://jdee.sourceforge.net/ Everything there is probably not uptodate since things were rather recently moved to sourceforge. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Emacs with JDEE 2008-06-11 7:49 ` Lennart Borgman (gmail) @ 2008-06-11 8:07 ` Haolin 0 siblings, 0 replies; 7+ messages in thread From: Haolin @ 2008-06-11 8:07 UTC (permalink / raw) To: Lennart Borgman (gmail); +Cc: help-gnu-emacs Thanks, Borgman, I will ask at jdee mailing list. Then I will response here. Haolin. Lennart Borgman (gmail) wrote: > Haolin wrote: >> Hi, all: >> >> I have JDEE installed with my Emacs CVS version. I find it has the >> ability to execute code completion, but, does it support extra jars >> code completion? I mean I want to import hibernate and spring's jars, >> and should emacs do the work for code completion? > > > A lot of things has happened with JDEE lately. Why don't you ask at > the jdee mailing list? See > > http://jdee.sourceforge.net/ > > Everything there is probably not uptodate since things were rather > recently moved to sourceforge. > ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-06-13 18:26 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-06-11 2:50 Emacs with JDEE Haolin 2008-06-11 6:46 ` Pierre Lorenzon 2008-06-11 8:08 ` Haolin 2008-06-13 9:39 ` Andreas Röhler 2008-06-13 18:26 ` saharabear 2008-06-11 7:49 ` Lennart Borgman (gmail) 2008-06-11 8:07 ` Haolin
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).