Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 52075 invoked from network); 1 Mar 2004 16:47:51 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Mar 2004 16:47:51 -0000 Received: (qmail 66661 invoked by uid 500); 1 Mar 2004 16:47:24 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 66600 invoked by uid 500); 1 Mar 2004 16:47:24 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 66583 invoked from network); 1 Mar 2004 16:47:24 -0000 Received: from unknown (HELO hutama.orametrix.com) (63.94.231.143) by daedalus.apache.org with SMTP; 1 Mar 2004 16:47:24 -0000 Received: from ORAMETRIX-DC.orametrix.com ([192.168.1.6]) by hutama.orametrix.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 1 Mar 2004 10:47:26 -0600 Received: by orametrix-dc.orametrix.com with Internet Mail Service (5.5.2657.72) id <1JX7JQNY>; Mon, 1 Mar 2004 10:47:26 -0600 Message-ID: From: "Smith, Darrin" To: struts-user@jakarta.apache.org Subject: Semi-OT: Saving state when using EJB Session Beans and Struts Date: Mon, 1 Mar 2004 10:47:20 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C3FFAC.DD393EC0" X-OriginalArrivalTime: 01 Mar 2004 16:47:26.0175 (UTC) FILETIME=[E07556F0:01C3FFAC] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C3FFAC.DD393EC0 Content-Type: text/plain; charset="iso-8859-1" I have an ordering application that will use stateful session beans to do the business logic. It can store session state in those stateful session beans. What implications does this have on the way state is handled in the upstream Struts app? In short, the Actions will be calling various Stateful Session Beans to do the actual work. These are used for various reasons with the main one being their built-in transaction support (online orders...need to be either done...or not done). How should state be handled and at what level (page...request...session...) in the upstream struts portion? Thanks! ------_=_NextPart_001_01C3FFAC.DD393EC0--