English 中文(简体)
如何在衣着中开发Eclipse plugins?
原标题:How to develop Eclipse plugins in clojure?

我很想知道,是否有办法在克隆州开发Eclipse plugins。 很显然,问题并不在于使用Eclipse来撰写克隆法。

Eclipse and Clojure 都在联合考试委员会上运行,我觉得应该利用克隆公司(以及它拥有图书馆)的力量来开发花gin。 我特别看着Korma的使用,但总体而言,如果能够这样做,我就想把全方位的ins带移到暗中。

最佳回答

反clockwise, “Eclipse plugin for Clojure”,在 mixed和Clojure混合撰写。 它使用肥料。

因此,这是一个可行的概念的生动证据。 数百人成功地利用了AFAIK的反锁。

有一些制约因素,即:对一些“旋转舱载体”而言,衣着名称空间为“全球”。 E.G. 如果你在指名牌内装饰,我会说。 那么,你也许有其他需要我发言的 b子。 衣着。 例如,我的发言,bundle1,我的发言,bundle2。 当你这样做时,从每个支带(需要)碎块名称空间上载,每一架将装在正确的舱位(我行的称呼号1将装在我的应用舱面载体内,而我行的称呼号2将装在我的排印本上。 这样做是巨大的,因为它允许 j木 inter间工作。

但是,仅仅记住,归根结底,从Bundle1 &上载的国名空间;bundle2将由“全球名胜地”在我的旁遮普。

坦率地说,这还没有证明是反锁定的问题。 由于同一地段内有les子,有一个单一的克隆体几乎是oka。

The potential drawbacks are:

  • if you use third party libraries, e.g. tools.logging, you will not be able to have namespaces in myapp.bundle1 depend on version X of tools.logging, and at the same time have myapp.bundle2 depend on version Y of tools.logging. That is, inside your feature where you have a shared clojure via bundle myapp.clojure, you work as if OSGi rules did not apply, as webapps work, for example.
  • does not scale well if massively applied: if every Eclipse Feature were to repackage its own version of Clojure, there would be some waste of memory. But this drawback is more theoretical than practical, yet. And this is a problem that can be addressed later, when the need for it emerges.

请注意,就Eclipse RCP产品而言,与Eclipse plugin相比,这些缺陷消失。

如果你想看到反锁症是如何重新包装的,使用衣帽。 各位可以研究其源码:

http://github.com/laurentpetit/ccw.clojure.git http://github.com/laurentpetit/ccw.git

HTH,

页: 1

问题回答




相关问题
In Eclipse, why doesn t "Show In" appear for non-Java files?

If I have a *java file open, I can right click on the source, scroll down to "Show In (Alt-Shift-W)", and select Navigator. If I have an *xml, *jsp, or pretty much anything besides a Java source ...

Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

Indentation guide for the eclipse editor

Is there a setting or plugin for eclipse that can show indentation guides in the editor? Something like the Codekana plugin for visual studio (not so fancy is also OK). Important that it works with ...

Adding jar from Eclipse plugin runtime tab

I want to add .jar files for plugin from the Runtime tab of manifest file. When I use the Add... button, I can see only sub-directories of the plugin project. So if I want to add same .jar file to ...

How to copy multiple projects into single folder in eclipse

I have two projects, Project1 and Project2. Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below. Eclipse Workspace -> Project -> ...

Java: Finding out what is using all the memory

I have a java application that runs out of memory, but I have no idea which code is allocating the memory. Is there an application with which I can check this? I use Eclipse.

热门标签