Browse by Tags

Save Java, Dead or Alive!
18 February 08 03:11 AM | andersnoras | 1 Comments   
Whatever language you write in, your task as a programmer is to do the best you can with the tools at hand. A good programmer can overcome a poor language or a clumsy operating system, but even a great programming environment will not rescue a bad programmer. Read More...
Filed under: , , , ,
Is it a bird? Is it a plane? It's a DSL!
15 July 07 06:11 AM | andersnoras | 7 Comments   
My latest posts on DSLs caused a bit of a stir around the blogosphere. Some of of the more constructive debates have been on wether a fluent interface is just a fluent interface or if it can be labeled as a DSL. I have a consultant's answer to this; it Read More...
Filed under: , , , ,
Consuming and Governing Evolving Services
12 February 07 11:41 PM | andersnoras | 1 Comments   
Two of the key benefits of an SOA are increased business agility and reduced cost of change. Still, many developers find that the intense focus on service contracts, data schemas and similar reduces their agility and prolong projects. An underlying assumption Read More...
Transparent Web Service Proxies
12 February 07 04:22 AM | andersnoras | 7 Comments   
When designing a service contract, developers have the choice of using a code-first or a contract-first approach. Using the contract-first approach for service endpoints requires greater discipline, and might be considered a bit more “enterprisey” than Read More...
Filed under: ,