Posts

We are taking off for a new adventure in development: It's about developing a framework which will enable us to persist our business objects into databases, file systems or xml file system. STEP 1: CREATING A BUSINESSOBJECT ATTRIBUTE namespace ORMCore { /// /// This attribute is used to enable the ORMFramework /// to create an associate table on the RDBMS /// [ AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public class BusinessObjectAttribute:Attribute { private string _databaseName; public string DatabaseName { get { return _databaseName; } } private string _databaseConnexionString; public string DatabaseConnexionString { get { return _databaseConnexionString; } } public BusinessObjectAttribute(string databaseName) { this._databaseName = databaseName; } public B
Image
Les adaptateurs n/Sfotware pour Biztalk Server Les adaptateurs n/software pour Biztalk Server contiennent des adapteur .Net pleinement managés qui s’intègrent parfaitement bien avec la pipeline de message de Biztalk Server. Ces adaptateurs étendent les fonctionnalités de Biztalk Server avec des possibilités de communications avancées et des possibilités de messagerie sécurisée. La toute nouvelle version 2.0 inclut l’usage d’adaptateurs dynamiques ou statiques, une intégration Biztalk améliorée et de nouvlles technologies de communication. L’ímage suivante en dit long sur son architecture Voici quelques caractéristiques des versions récentes ü V 2.2 – Contient un nouvel adaptateur pour OFTP (Odette File Transfert Protocol) ü V 2.1 – Contient un nouvel adaptateur pour l’intégration d’ Amazon Simple Storage Service (S3). S3 a été bâti sur la même infrastructure que celle utilisé par Amazone pour son propre réseau et fournit un stockage rapide, sécurisé et sur qui est accessible partout da
Comprendre les applications distribuées Agenda Breve historique Applications client – serveur Architectures distribuees Technologies distribuees L’abstraction “Objets distribues” Avantages lies au developpement d’applications distribuees Les defis du developpement d’applications n – tiers distribuees Relever le defis a l’aide du .Net Remoting Le developpement d’applications client serveur a constamment evolue au fil du temps pour satisfaire les contraintes d’entreprise de plus en plus importantes Parmi les technologies initiales permettant de l’implanter on retrouve: DCOM Java RMI CORBA Actuellement on exige des technologies de developpement d’applications client serveur d’etre Efficientes Extensibles Dotees du support des transactions Interoperable avec differentes tehnologies Hautement configurables Accessibles par Internet, ou intranet …. Constats --------- Rares sont les applications don’t le perimetre est suffisament large pour supporter l’ensemble des exigences mentionnees preced
Biztalk Server 2006 exam intensive training Hi, If you are willing to take some Biztalk intensive training for certification, as I do, you can see on this web site, the course content is very interesting and the price seems to be nice also http://www.quicklearn.com/deepdive.htm
Image
Sql Server adapters for Biztalk Server One of the greatest difficulties I found when I started working with BizTalk 2004 was the lack of documentation about the SQL Adapter. In this article, I'm going to demonstrate how we can use this adapter in an Orchestration of BizTalk. The Example To build this example, we're going to use the Northwind database. We're going to simulate a hypothetical situation where we receive an XML message as a file, containing the order number, a customer ID, and the date of the order. In the orchestration, we will use SQL Server to search the additional information about the customer, using the SQL Adapter. Creating the Project We'll start this article by creating a new BizTalk Server project in Visual Studio. In the Visual Studio .NET menu, select the "New Project" option, and for the type of project, select "BizTalk Projects". Select the template "Empty BizTalk Project" and create a project named OrderManager.
Image
Biztalk Server adapter for Sharepoint Portal Server 2003 Microsoft® Office System 2003 and Microsoft Windows® SharePoint™ Services provide powerful features for publishing XML data within an organization. Microsoft® BizTalk® Server 2004 provides powerful features for consuming XML data, connecting to back-end systems, and orchestrating transactions among the systems. By combining Office System’s ability to create XML documents, SharePoint’ ability to store the XML documents, and BizTalk Server’s ability to process XML and communicate with hundreds of back-end systems, an organization can link the documents and tools familiar to knowledge workers with the enterprise systems that run the business. The goal of this BizTalk Server adapter is to make it as easy to access XML documents stored in SharePoint libraries as it is to access files on a file server. Architecture The BizTalk Server 2004 Adapter Framework defines a consistent way to develop adapters. A “static adapter” consists of 3 e
.NET Building Blocks is a set of core Internet Services. Web Services Web Services provide data and services to other applications. Future applications will access Web Services via standard Web Formats (HTTP, HTML, XML, and SOAP), with no need to know how the Web Service itself is implemented. Web Services are main building blocks in the Microsoft .NET programming model. Standard Communication Official Web standards (XML, UDDI, SOAP) will be used to describe what Internet data is, and to describe what Web Services can do. Future Web applications will be built on flexible services that can interact and exchange data, without the loss of integrity. Internet Storages .NET offers secure and addressable places to store data and applications on the Web. Allowing all types of Internet devices (PCs, Palmtops, Phones) to access data and applications. These Web Services are built on Microsoft's existing NTFS, SQL Server, and Exchange technologies. Internet Dynamic Delivery Reliable automatic
New nice stuffs in Biztalk Server 2006 With the March 2004 release of BizTalk Server 2004, the third generation of the Microsoft business process integration server, customers gained the benefits of integration with Microsoft Visual Studio .NET 2003 and the Microsoft Office System. BizTalk Server 2004 also enhanced the existing business process orchestration functionality, introduced new capabilities for business activity monitoring (BAM), enabled human-based workflow, and provided a highly scalable rule engine. Today, applications built with BizTalk Server 2004 run on the Microsoft .NET Framework. This makes it easier for customers to automate and manage complex business processes by using the BizTalk Orchestration Engine to integrate applications, trading partners, and employees. BizTalk Server 2006 builds on the core architecture of BizTalk Server 2004 and makes strides in all dimensions of application-to-application, business-to-business, and business-process automation. This topic
Speaking on Windows Presentation Fundation at Casablanca March MSDN session I have been speaking on Windows Presentation Fundation at Casablanca MSDN session on March the 26th with Ali and Youness. Windows Presentation Fundation is really an amezing Framework, and it intelligent usage of XAML has taken the user experience to a wonderful unreached level. And I was the humble technology servior who had the task of presenting it. People liked it and so did I. Ali and Youness were also well done on Windows Communication Fundation and Windows Workflow Fundation. Great experience at all !!!!