2007年5月17日星期四

SOA before there was SOA

Like many of us in development shops, we recognized the power of service layers long before the idea became formalized with SOA. This was the case with Mica and in his blog we can see how he used SOA like techniques to structure the popular website hotels.com.
This architecture uses a stateless session EJB to encapsulate all calls to an API. At this point, all calls can be profiled, data warehouse logged, server logged, and any situation alerts can be sent. The calls are sent to POJO bean business entities. Any RMI, JSP, XML over JSP or RMI, etc can call into the SOAIt was a popular consensus that Statless Session Beans where a great vehicle in which to code a services layer. In using this technique, Mica explains how he was able to incorporate additional functionality without impacting the client. Are there any techniques that you were using before they became encoded into a product or methodology?

没有评论: