CHAPTER 2The Integrated Development Environment Overview
Beware the ides of March.
—William Shakespeare (1564–1616), Julius Caesar (I, ii, 18)
Integrated development environments (IDEs) are available for all mainstream development languages. IDEs allow developers to quickly produce massive amounts of code that is already debugged and optimized. The generated code is available to be modified in the IDE or used as is. In general terms, an integrated development environment is a cohesive set of programs that automate and centralize the lifecycle of program code design, creation, and deployment. As with all third-generation languages, you can create Java programs using a text editor, and there is no requirement to use an IDE for Java development. ...
Get Oracle JDeveloper 10g Handbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.