王朝网络
分享
 
 
 

SingleEntryPointtoEJBLayer

王朝厨房·作者佚名  2007-01-04
宽屏版  字体: |||超大  

Single Entry Point to EJB Layer pattern

This pattern forces the client to use a single entry point to perform the calls to EJBs.

Motivation:

Precisely manage the user access to an application with a dynamic verification of security and session state with full transparency for client’s developers.

This architecture was first designed to be used with a heavy client in Swing. It can easily be modified for a web based client.

Solution :

The main components of this architecture are :

User:

This entity represents a user of the application. It holds authorisation informations as well as session state.

SessionManagementService :

This stateless service is a factory of user sessions. Security can be plugged in to verify the authorization to a particular user to obtain a Session.

UserSession :

This stateful bean is the real facade of the application. Each client call is passed through its two main methods :

public Object invoke(EJBDefinition p_service, String p_methodName, Class[] p_paramTypes, Object[] p_args)

public Object invoke(ServiceKey p_serviceKey, String p_methodName,Class[] p_paramTypes ,Object[] p_args)

This facade can check the connection state of the user (an administrator can dynamically lock a user) and the user’s authorization to perform this call using the User EJB.

This component holds a cache on the services ( stateful or stateless).

The first method is used for the call on SLSB services, the second for SFSB services.

Services :

The services are implemented as stateful or stateless EJB. SLSB services have a ejbCreate method without any argument. SFSB services are created through a call on a SLSB service.

All the SLSB are defined in an interface of constants.

public interface Services {

final static EJBDefinition MESSAGING_SERVICE =

newEJBDefinition("ejb/framework/MessagingService",

"org.z.framework.jms.MessagingServiceHome",

"org.z.framework.jms.MessagingService");

….

UserSessionClient :

This singleton is instantiated only on the client side.

It first asks the SessionManagementService to create a new UserSession and then maintains a reference on this Session to transmit all the client calls.

ClientServiceFactory :

When an object on the client side needs a service to perform a task it asks it to this factory through the call :

messageService = (MessaggingService)ClientServiceFactory.getService(Services.MESSAGGING_SERVICE);

The return of this call is the remote interface of the SLSB service. In fact the object is a dynamic proxy ( see java.lang.reflect.Proxy ) with a ServiceClient as InvocationHandler.

ServiceClient :

This class implements the java.lang.reflect.InvocationHandler and is beside all the remote interface of EJB on the client side.

Every time the client makes a call on an remote interface an instance of this class extracts the method called and the arguments and transmits it to the UserSessionClient.

Normal sequence :

1. A client JVM which needs remote services initiate the session with its UserSessionClient :

UserSessionClient.getInstance().init( userLogin, userPassword);

The SessionManagementService after security checking creates a new UserSession. The remote reference on it is kept in the UserSessionClient.

2. The client needs a service to perform a task. It asks it to the ServiceFactory.

messageService = (MessaggingService)ClientServiceFactory.getService(

Services.MESSAGGING_SERVICE);

A new dynamic proxy is created using the EJBDefinition. The InvocationHandler of this dynamic proxy is a new instance of ServiceClient.

3. The client makes a call on his remote interface.

MessageService.sendMessage("toto");

The ServiceClient transmits all the parameters (the EJBDefinition, the method name, the arguments ) of this call to the UserSessionClient.

The UserSessionClient transmits everything to the UserSession.

The UserSession which does not have any reference on the service performs a lookup to retrieve a reference on the Home of the service and call "create" on it.

Then using reflection it invokes the method.

Consequences :

·The client code to access remote service is extremely simple,

·Any kind of control can be plugged on the client calls.

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
>>返回首页<<
推荐阅读
 
 
频道精选
静静地坐在废墟上,四周的荒凉一望无际,忽然觉得,凄凉也很美
© 2005- 王朝网络 版权所有