Java Development Topics:
Java application testing
Software testing can be implemented at any time in the development process. Most of the Java code testing effort occurs after the coding process has been completed. Some software development models will focus the application testing effort at earlier points in the development process. Learn about Java application testing in this topic section, including the design process for testing software processes.
-
Seven tips for improving mobile ALM with hybrid HTML5
18 Mar 2013
Feature - Many aspects of the Mobile ALM process can be simplified and improved by using HTML5 and Hybrid code development, as opposed to building purely native mobile application. Here we provide seven tips for integrating HTML5 into your mobile applications.
-
Crowdsourced Mobile Application Testing
06 Mar 2013
Feature - With so many mobile device types on the market, along with the problems of testing on emulators, application developers and quality engineers are looking for new ways to test their Android and iOS applications. Here we talk to uTest's Roy Solomon about...
-
What enterprise developers can learn from Ubuntu
01 Nov 2012
Feature - Ubuntu moves forward by harnessing the power of the open source community. It's a model that is extremely dissimilar to what we see in enterprise development, but there are allegories between the two. Here, we take a look at what enterprise development...
-
The evolution of the ALM process and tools
09 Aug 2012
Feature - Application Lifecycle Management (ALM) is a holistic approach to application development that focuses on the coordination of people, the process and tooling.
-
The most popular non-Agile development methodologies
25 Jul 2012
Feature - Agile it is! Over 50% of participants in TheServerSide's Java survey indicated they were doing Agile development. But Test Driven Development (TDD), Ad Hoc Design and even what some call Failure Driven Design (FDD) make up some of the other more popular...
-
Five ways you can use embedded BI for business
28 Jun 2012
Feature - Embedded BI (Business Intelligence) is the latest buzz word for tech savvy business leaders. The interest in this concept isn’t just hype. There are many ways you can use embedded BI to enhance your business. For the purposes of this article, we’ll...
-
Are ALM software tools impacting the Agile methodology?
12 Jun 2012
Feature Video - Are ALM software tools changing how Agile is done? Do CLM tools help Agile evolve? Or is it moving Agile development away from the original vision.
-
Agile project documentation
22 Mar 2012
Feature - Agile development has been very effective at reducing the need for extensive, ponderous documentation. However, this methodology has not done away with the need for documentation entirely. It has simply moved documentation from a foundational role to a...
-
Try-with-resources and AutoCloseable for Java 7 OCPJP
29 Dec 2011
Tutorial - The OCPJP exam (Java SE 7 Programmer II) tests heavily on the new language enhancements that come with the latest version of the language. One of the key objectives is how to use the new try-with-resources syntax with objects that implement the...
-
Practical challenges of profiler integration in J2EE
24 Oct 2011
Feature - Profiling is a technique used to identify code-level performance bottlenecks in an application and tune application code accordingly. In the context of Web-based and multi-tiered applications, the profiling needs to be done in the Application...