English 中文(简体)
举行有非空中实体的公证会?
原标题:Stateful session bean passivation with non-serializable EntityManager?
问题回答

In general, having a stateful based architecture is counter scalable.

在5年多的时间里,我一直在与EJB 3 SLSBs合作开展多个项目,从来没有与合并实体有任何真正的问题。

如果你希望你能够把你的客户层从你持续存在的阶层中分离出来,增加一个多层次的组织。 这样,你就可以按照您的客户想要提交数据的方式,根据企业/企业一级和你的目的地组织的最佳选择来设计自己的实体模式。

如果你想要使用你仍然能够做到的相同目标,那么你只应当注意哪些物体是“在届会期间”的,哪些是过时的,而你却有问题。





相关问题
Force clear EJB3 cache in Glassfish

I have application written in Java that is using EJB3 + Toplink. I m using Glassfish as my app. server. Sometimes the data that has been cached is old and I need to clear my cache manually. I know ...

Jboss5, unauthenticated calls to secured EJB via @RunAs

I m attempting to call methods on a secured EJB from an unauthenticated source (a Message Driven Bean hooked up to a queue). The MDB has an EJB injected into it via @EJB, which is fine, but the ...

Spring vs EJB. Can Spring replace EJB? [closed]

Since Spring is able to use transactions just like EJB. For me, Spring is able to replace the requirement of using EJB. Can anyone tell me what are the extra advantages of using EJB?

Examples or Uses Cases to explain EJB Transaction Attributes

There are some good explanations of EJB Transaction Attributes (and annotations) out there, for example, OpenEJB s. But sometimes when I try to cover this with someone who hasn t worked with many ...

translating outer join SQL query into EJB entity beans

I m new to EJB and trying to get my head around translating SQL concepts to EJB entity beans. Suppose I have two tables: PEOPLE (id, name), CONTACT(pid, phone_number). If I want to get a list of ...

why pool stateless bean?

Normally we use singleton instance for business / dao layer. What is the reason behind pooling stateless session beans in case of EJBs?

热门标签