DCSIMG
ESB - IHateSpaghetti {code}

IHateSpaghetti {code}

VSX, DSL and Beyond by Eyal Lantzman

Syndication

Coding / Architecture

Extensibility /DSL

Projects

Articles

Browse by Tags

All Tags » ESB (RSS)
Blog Carnival #11
This week in the blog carnival modeling, T4, C# 4.0, framework desing, SOA, performance and ASP.NET related links. Modeling and UML DSL Tools and Oslo by Stuart Kent UML Syntax and Semantics by Steve Cook T4 Using extension methods in T4 templates by Gareth Jones C# 4.0 C# 4.0 - Named and Optional Parameters - Behind the Scenes by Matthew Podwysocki Framework design PDC 2008 Talk: Framework Design Guidelines Framework Design Guidelines Videos ASP.NET/ASP.NET MVC /WPF /SIlverlight ScottGu has post...

Posted by Eyal | with no comments

Blog Carnival #9
Alot interesting posts this week - I collected the ones that I liked (and read their blog) the most. Hope you'll enjoy this weekend reading. DSL Tools / T4 /Modeling T4 (Text Template Transformation Toolkit) Code Generation - Best Kept Visual Studio Secret - by Scott Hanselman informIT video interview on DSL Tools with Ted Neward and Gareth Jones Class Diagrams - by Steve Cook Extension Methods If the .Net BCL is drywall, Extension Methods are spackle by Jeremy D. Miller Emulating Java Enums...

Posted by Eyal | 1 comment(s)

Blog Carnival #3
Visual Studio Extensibility/ DSL Tools How to open files from the Output window - by Pablo How do I obtain an IVsHierarchy itemid - by Pablo How do I deal with the Visual Studio status bar - by Pablo ASP.NET MVC Scott has an excellent post on all the new bits in form posting scenarios The basics of ASP.NET MVC routes by Jeff Palermo IIS Prevent IIS from Binding to all Assigned IP Addresses ESB Building Our Own ESB - Publish / Subscribe Architecture / Software Design Composite Application Guidance...

Posted by Eyal | with no comments

Interview: Gregor Hohpe on Conversation Patterns and Cloud Computing @InfoQ
"Google architect Gregor Hohpe talks to Stefan Tilkov about integration and conversation patterns. Gregor, who co-authored the classic ” Enterprise Integration Patterns ”, is also well-known for his ” Starbucks Does Not Use Two-Phase Commit ” article, in which he showed the difference between the kind of co-ordination computer scientists wish for as opposed to what is found in practice." See the 41 min. interview with him.

Posted by Eyal | with no comments

תגים:, ,

ESB on IServiceOriented
IServiceOriented has posted an implementation for ESB - Publish/Subscribe. I have couple of comments about the implementation. 1. I would split the ServiceBusRuntime into several partial classes each of them will be responsible for a group of logical commands, ie: ServiceBusRuntimeListner , ServiceBusRuntimePublishSubscribe , ServiceBusRuntimeService etc. This way you get maintainability and psychological (and FS) separation of the core system providing better readability and understanding of the...

Posted by Eyal | 3 comment(s)