Archive

Posts Tagged ‘JEE Development’

Multi-Tenant Data Architecture

February 8, 2010 Leave a comment

Hi, another great article taken from the MSDN Architecture Center. All about multitenancy, what is and how multitenant applications are build.

Trust, or the lack thereof, is the number one factor blocking the adoption of software as a service (SaaS). A case could be made that data is the most important asset of any business—data about products, customers, employees, suppliers, and more. And data, of course, is at the heart of SaaS. SaaS applications provide customers with centralized, network-based access to data with less overhead than is possible when using a locally-installed application. But in order to take advantage of the benefits of SaaS, an organization must surrender a level of control over its own data, trusting the SaaS vendor to keep it safe and away from prying eyes.

To earn this trust, one of the highest priorities for a prospective SaaS architect is creating a SaaS data architecture that is both robust and secure enough to satisfy tenants or clients who are concerned about surrendering control of vital business data to a third party, while also being efficient and cost-effective to administer and maintain.

Continue reading…

Developing Aspects with Spring AOP

January 28, 2010 2 comments

Hi, I found this video which is an extract of a 4-day (and US$ 1600) of a Spring’s course. It covers the basics of AOP (Aspect Orientated Programming) and explains the Spring’s approach. It contains lots of code examples and screen records which also helps to better understand the Spring framework.

Taken from the Spring website:

In this highly practical SpringSource course Jeff Brown will teach you how to develop aspects with Spring AOP. This training gives you both theoretical as well as practical knowledge on Spring AOP.

In this training you will be provided with an:

  • - Introduction to AOP
  • - What problem does AOP solve
  • - The Spring AOP approach
  • - Defining pointcuts
  • - Implementing advice

File: s2university_aop2.mov (open with Quicktime, Itunes, etc…)
Size: 185 mb

Download

Categories: JEE Development Tags: , ,
Follow

Get every new post delivered to your Inbox.