 |
The
Premier Event for Search Engine
Marketing & Optimization - Register
Now |
| Web News |
Internet bouleverse sérieusement la donne des médias traditionnels Confrontés à la migration massive de leur audience et de leurs annonceurs vers Internet, les médias traditionnels américains n’ont d’autre choix que de composer avec les géants du secteur, comme Google et Yahoo, ou de devenir la proie de fonds d’investissement privés...
Yahoo s'associe avec 176 journaux américains Yahoo vient de conclure un accord de partage de contenus, de revenus publicitaires et de technologie avec sept groupes de presse américains représentant quelque 176 quotidiens dans 38 Etats...
Feu vert de Bush à la fusion Alcatel / Lucent Alcatel et Lucent Technologies ont finalement obtenu l'aval de la Commission sur les investissements étrangers aux Etats-Unis, sur leur projet de fusion. Le feu vert a été signé officiellement par le président américain George W. Bush, ce qui devrait permettre aux deux sociétés de finaliser leur mariage avant la fin du mois...
Fronde au sommet de Yahoo Une note interne signée par un dirigeant de Yahoo met en lumière les difficultés auxquelles est en proie le groupe : stratégie déficiente, manque de cohérence...
L'anpe allemande veut favoriser la recherche d'emploi via Internet Les informaticiens allemands au chômage (comme l'ensemble des 10,4% Allemands en recherche d'emploi), vont pouvoir multiplier leurs recherches par Internet. La loi Hartz IV, en vigueur depuis 2005 (voir l'encadré...
Le comparateur de prix Quiestlemoinscher rouvre ses portes sur le web Le site web a été refondu pour répondre aux exigences juridiques qui lui avaient fait défaut lors de son premier lancement...
|
|
11.20.06 Using WSE 3.0 And Loving It By Paul Kinlan
I have been using WSE 3.0 for a while now and I really like it.
I really like the policy mechanism in the WSE, it affords me a kind of AOP (aspect orientated programming) that I am really starting to get into.
For instance I have made a lot of SoapFilters recently, some handy, some just for tests, but each of them allow me to add an aspect of functionality into the webservice that I am creating in a configuration and not a design time.
If I want security, just add a policy line in the XML config, if I want auditing another line, if I want exception shielding another line.
All of these aspects of the system I am creating can be added at deployment time thus leaving my web service code clean and simple.
An example, pseudo code:
The
Premier Event for Search Engine
Marketing & Optimization - Register
Now |
|
And a policy file (not an actual file that would work in this example) would say:
This service code and policy file model is so much cleaner and simpler than what you would have to write if you didn't have an AOP style policy system:
Now tell me which code you would like to maintain! :)
About the Author: Paul Kinlan is the author of the popular C#, .Net Framework blog. Paul is an Analyst Developer working in Southport, England. Paul has several years experience developing and designing massively scalable enterprise systems on UNIX and Windows based architectures. |
|