Software
...
At Oregami we are using a bunch of open source software products, or commercial products that are freely available to open source projects like us to get things done. This blog post will tell you what we are using!
Development
IntelliJ IDEA
You are a Java developer? Chances are high that you are using Eclipse IDE which is available under a free license. I am using Eclipse now for many years myself, and I got "used to it".
...
bei Oregami
Wir beim Oregami-Projekt setzen eine Menge Software-Produkte ein - klassische Open Source Tools genauso wie kommerzielle, die für Open Source Projekte wie uns kostenlos verfügbar sind. Dieser Blogbeitrag zeigt euch, was wir einsetzen!
Entwicklung
IntelliJ IDEA
Du programmierst mit Java? Dann kennst du höchstwahrscheinlich die Eclipse IDE, die unter einer freien Lizent verfügbar ist. Ich nutze Eclipse nun schon seit mehreren Jahren und habe mich ganz gut daran gewöhnt.
Aber irgendwie stieß ich auf IntelliJ IDEA der Firma Jetbrains, sie bezeichnen es als "Die intelligenteste Java IDE". IntelliJ IDEA ist nicht wirklich kostenlos erhältlich - es gibt zwar eine kostenlose "Community Edition", aber sehr viele nützliche Features sind nur in der "Ultimate Edition" verfügbar. IntelliJ IDEA gibt es für Mac, Linux und Windows.
Die Hightlights von IntelliJ? Am auffälligsten war aus meiner Sicht die fantastische Maven-Integration: nie mehr "Update dependencies" und "Force update" mit minutenlangem Warten wie in Eclipse! IntelliJ verwaltet die Meven-Abhängigkeiten ziemlich zuverlässig automatisch. Alles Weitere überlasse ich dem folgenden Zitat aus einer StackOverflow-Frage:
What are the highlights of IntelliJ IDEA? One thing that shines is the brilliant Maven integration: never start "update maven dependencies => force update" and wait for minutes like you have to in Eclipse. IntelliJ automatically updates your repositories! For an overall statement let me quote from this StackOverflow question:
Panel |
---|
There is only one reason I use intellij and not eclipse: Usability Whether it is debugging, refactoring, auto-completion.. Intellij is much easier to use with consistent key bindings, options available where you look for them etc. Feature-wise, it will be tough for intellij to catch up with Eclipse, as the latter has much more plugins available that intellij, and is easily extensible. |
This is Hier seht ihr IntelliJ IDEA in actionAktion:
If
you participate in the Oregami development, you can also use our IntelliJ IDEA license! Contact me if you want to know more about thisWer bei Oregami mit entwickelt, a´kann unsere Lizenz verwenden! Bei Interesse einfach bei mir nachfragen.
Webstorm
Also from Jetbrains comes the IDE Webstorm which is specialized in the development of Web applications. It supports things like JavaScript (auto-completion, error detection, refactoring) and especially frameworks like NodeJS, AngularJS, Gulp and technologies like debugging, CSS and of course HTML. You should also not underestimate the integrated full text search, which is very fast because of the used fulltext index of the whole workspace. Check out the feature site for detailed information about Webstorm. We are using the product for free with the open source license offered for open source projects. It's available for Mac, Linux and Windows.
...