'. '

DevOps

From APIDesign

(Difference between revisions)
Jump to: navigation, search
(NetBeans and Command Line)
(NetBeans and Command Line)
Line 11: Line 11:
at the command line and the external [[Ant]] did the same thing that would happen in the IDE! In fact the (these days [[Apache]]) [[NetBeans]] was so tightly integrated with [[Apache]] [[Ant]] that it used the [[Ant]] internally as well.
at the command line and the external [[Ant]] did the same thing that would happen in the IDE! In fact the (these days [[Apache]]) [[NetBeans]] was so tightly integrated with [[Apache]] [[Ant]] that it used the [[Ant]] internally as well.
-
I'd say that was a revolutionary step, but it appeared naturally. It grew from the deepest [[Jesse]]'s experience - he knew how hard it was to configure [[Hudson]] (or how the continuous build system of that time used to be called - [[cron]]?). With [[NetBeans]] it was easy: Generate your project and your automatic build script is ready.
+
I'd say that was a revolutionary step, but it appeared naturally. It grew from the deepest [[Jesse]]'s experience - he knew how hard it was to configure [[Hudson]], [[Cron]] or how the continuous build system of that time used to be called. With [[NetBeans]] the configuration was easy: Generate your project and your automatic build script is ready.
Isn't this a dream for a [[DevOps]] lover?
Isn't this a dream for a [[DevOps]] lover?

Revision as of 16:06, 14 March 2018

Wikipedia defines DevOps as those people who unify software development and software operations and try to automate as much as possible. This essay is a note that reflects the NetBeans history from the DevOps point of view.

Contents

NetBeans and Command Line

Since version 4.0 (released in 2005) the NetBeans IDE focused on support for external build tools. The first one was Apache Ant. You could create a project in the IDE and in addition to the configuration files, also a build.xml Ant script was created. The build script shared all the configuration with the IDE. As a result you could go to command line and type:

$ ant build

at the command line and the external Ant did the same thing that would happen in the IDE! In fact the (these days Apache) NetBeans was so tightly integrated with Apache Ant that it used the Ant internally as well.

I'd say that was a revolutionary step, but it appeared naturally. It grew from the deepest Jesse's experience - he knew how hard it was to configure Hudson, Cron or how the continuous build system of that time used to be called. With NetBeans the configuration was easy: Generate your project and your automatic build script is ready.

Isn't this a dream for a DevOps lover?

Two Way Editing

Just Set the Classpath Up

TBD: Other IDEs and the old version.

NetBeans the IDE for Admins and DevOps!

Personal tools
buy