The Artima Developer Community
Sponsored Link

Java Buzz Forum
Stress-Testing Java EE 6 Applications Without Stress

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Franco Martinig

Posts: 5631
Nickname: martinig
Registered: Apr, 2003

Scrum Expert
Stress-Testing Java EE 6 Applications Without Stress Posted: Oct 12, 2012 12:24 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Franco Martinig.
Original Post: Stress-Testing Java EE 6 Applications Without Stress
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
Latest Java Buzz Posts
Latest Java Buzz Posts by Franco Martinig
Latest Posts From Java Software Development Videos and Tutorials Directory

Advertisement
In the context of Java EE 6, unit tests are nice but worthless. Unit and integration tests execute chunks of the business logic in a single thread. Back-end resources and shared states are simulated with mocks. After the initial deployment, your application will never be executed again in a single thread. Strangely enough, most applications aren’t load-tested until shortly before the deadline and are put into production regardless of the results. This session shows how to continuously stress-test your Java EE applications with open source tools and lots of fun! Download ...

Read: Stress-Testing Java EE 6 Applications Without Stress

Topic: JUnit Testing Spring Service and DAO (with In-Memory Database) Previous Topic   Next Topic Topic: Big Data: All Aboard the Information Bus

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use