Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JBoss ESBアクションにはサーブレットのようなライフサイクル(init、service、destroy)がありますか?
同じ初期化を必要とし、ビジネスロジックを破壊する数十のESBアクションを書いています。したがって、この一般的なinitとdestroyコードを1つの親クラスに入れることを考えています。
私自身の質問に答えるために、JBoss ESB アクションにはライフサイクルがありますが、サイクルは初期化中に 1 回だけ実行され、私が期待していたようにリクエストごとではありません。