> IDEs - Integrated development environments news, help and research - TheServerSide.com

Java Development Topics:

IDEs - Integrated development environments

When creating a Java program, manually compiling, debugging, and creating code can be a time consuming and often fault-ridden process. With an Integrated Development Environment (IDE), many of those tasks can be automated. An IDE is a software designed to facilitate computer application development. An IDE usually contains a source code editor, a compiler and interpreter, and a debugger. Many IDES include additional tools. Popular IDEs for Java programming include Eclipse, NetBeans, JBuilder, and Rational Application Developer. In this section on Integrated Development Environments, find news, research, and tutorials on how to use an IDE, and discover tips and and advice for choosing the IDE that's right from you. The IDE can be an invaluable tool in creating Java applications.

News:

1 - 3 of 11
  • Continuing Coverage of New Java 7 Features and APIs: Vi 10 Feb 2012

    News - Here at TheServerSide.com, we've been providing some very dedicated coverage to the new features of Java 7, with a look at tackling some of the new Java 7 APIs like the new File I/O (NIO.2) and concurrency libraries with tutorials and learning guides in...

  • OCPJP and OCAJP: New Java 7 certification requirements 21 Dec 2011

    News - In order to obtain the certified architect position from Oracle, attending and passing a training course is now required. But what about the Java Professional and Java Associate designations, OCPJP and OCAJP for Java 7?

  • The Java 7 OCPJP & OCAJP Cert to cost more than SCJP 16 Dec 2011

    News - The OCP (Oracle Certified Professional) Java 7 certification (OCAJP and OCPJP), which replaced the SCJP certification, will now require you to pass two exams, each of which will cost $300 to take, pushing the cost of the designation to $600.

VIEW ALL News ON IDEs - Integrated development environments

Video:

1 - 1 of 1

VIEW ALL Video ON IDEs - Integrated development environments

Reference & Learning:

1 - 3 of 9
  • Server-side development with Windows 8 21 Feb 2013

    Feature - Enterprise Java developers typically shy away from the Windows platform, but Sal Pece decided to buck the trend and bring his Eclipse based development environment, along with his WebSphere Portal test server, to Windows 8. This article chronicles his...

  • How cloud computing impacted the developer 28 Nov 2012

    Feature - At the 2012 Gartner Application Architecture, Development and Integration Summit, held in Las Vegas, Nevada, TheServerSide's Cameron McKenzie speaks with Mark Driver, VP of Research at Gartner, about how cloud computing is changing the way developers...

  • What type of software professional do you need? 08 Aug 2012

    Feature - Be it an agile team or a company using a waterfall type of development process, your application development team needs an assortment of different skills and skillsets. Here we look at the various types professionals that make up the typical application...

VIEW ALL Reference & Learning ON IDEs - Integrated development environments

Expert Technical Advice:

1 - 3 of 7
  • Troubleshooting Java Code: Log or Re-Throw 06 Mar 2013

    Tip - When building Java applications, proper logging and proper exception handling go hand in hand. But there are times when putting the two together is just plain wrong. This article explains why rethrowing an exception and logging it at the same time is a...

  • Five Neat Liferay Portal 6.1 Features 23 Feb 2012

    Tip - If you've ever run a competitive portal, you know that so many of them have little more than the "weather portlet" or "bookmarks" portlet after installation. Liferay is amazing because it has such full featured functionality 'out of the box.' Here's just...

  • Digging into the NetBeans Java Editor 14 Dec 2011

    Tip - Geertjan Wielenga, of the Oracle NetBeans Team, explains the inner workings of the NetBeans IDE and the Java Editor at its core.

VIEW ALL Expert Technical Advice ON IDEs - Integrated development environments