Java Development Topics:
Design for test
Software testing can be implemented at any time in the development process. Most of the test effort occurs after the requirements have been defined and the coding process has been completed. Different software development models will focus the test effort at different points in the development process. In a more traditional model, most of the test effort occurs after the requirements have been defined and the coding process has been completed. Learn about design for test in this topic section, including the design process for testing software processes.
News:
1 - 3 of 20-
OCPJP & OCAJP: Java 7 training requirement for the Oracle Certified Professional Programmer dropped
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?
-
OCAJP and OCPJP Changes for Java 7: New Objectives, a Format Change and a Price Hike
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.
-
10 ways to build and test rich Internet applications (RIA)
TheServerSide.com News Feed | 08 Sep 2011
News - Today's Web is a rich set of competing approaches to deliver RIA. The user community is already equipped to run your application when you choose a RIA techniques. Pretty much any technique is viable. That puts the emphasis on which approach is easiest to...
Video:
1 - 2 of 2-
How BI + ALM = ALI and real-time application traceability
12 Oct 2011
Video - Pairing business intelligence with application lifecycle management (ALM) promises to deliver real-time application requirements traceability and simplify change management, said Kelly Emo, HP director of applications product marketing, in a JavaOne 2011...
-
Lasse Koskela on the importance of test code
18 Mar 2011
Video - Lasse Koskela, the author of Test Driven: Practical TDD and Acceptance TDD for Java Developers, talks with executive editor Jan Stafford about the importance of test code.
Reference & Learning:
1 - 3 of 6-
New Java 7 Features: The Try-with-resources Language Enhancement
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 with Java/J2EE applications
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...
-
Don't Get So Agile That You Trip Yourself Up
27 Jul 2011
Feature - Projects in the world of software development don’t typically lend themselves to months of careful planning and strategizing. In many cases, that kind of effort would be wasted, because what you start out with doesn’t look anything like the end product.
Expert Technical Advice:
1 - 2 of 2-
OCPJP Java 7 Mock Certification Exam: A Tricky Question about ARM and Try-with-Resources
30 Dec 2011
Tip - The Oracle Certified Professional Java Programmer (OCPJP) exam requires you to know the ins and outs of the new language features introduced in Java 7. This tricky question tests you on your knowledge of try-with-resources and AutoCloseable objects.
-
Cross-browser friendly HTML code
13 Jul 2011
Tip - Here are some basic guiding principles to help Java developers build Web applications that start out with high cross-browser compatibility, without reworking the final product.