Rob Windsor on WCF with REST, JSON and RSS
WCF is not just for SOAP based services and can be used with popular protocols like RSS, REST and JSON. Join Rob Windsor as he introduces WCF 3.5 and its new native support for non-SOAP services.
Tracking change and innovation in the enterprise software development community
Posted by Floyd Marinescu on Feb 26, 2007 09:48 AM
In this InfoQ interview, recoreded at Javapolis, Ajaxian cofounder Dion Almaer talks about the state of Ajax development today. Among the items he discusses are the history of how Ajax came to be, which frameworks he recommends developers consider, and tooling/debuggins support. Almaer also talks about security and general design considerations that need to be respected when creating Ajax enabled applications.I think what's cool about Ajax is that we totally change our web architectures. So now we think about Web 1.0 (although I think it's hilarious to put a version number to the web which changes every second), in the traditional web we have very, very, simple request responses, that were very very course grained pages loaded all the time. And that's great for doing HTTP and for retrieving the documents, which is of course what HTTP was invented for, what the web kind of came about for, but the problem is you can't build rich web applications that way. If you were building a swing, GUI or WinForm application and every time you change the little widget it redrew all the others widgets on the screen you would think that was a crazy architecture, but that's all we had to go with on the Web 1.0. So with Web 2.0, and using Ajax specifically within it, we get around that problem, we don't have to go back to the server and download the entire UI for every little thing that we do, we can make these asynchronous requests back to the server, get something back and then maybe tweak a little piece that's going on within our application and that totally changes the way in which we can build these apps, we can do a lot more rich user interfaces... and this is where Ajax is kind of revolutionizing the web.Dion Almaer is the co-founder of Ajaxian.com where he blogs on Ajax topics daily. Previously, Dion worked with me at TheServerSide.com as Java editor.
Scale your applications without punishing your database
Memory Analysis Best Practices Within Eclipse
Introducing application infrastructure virtualization and WebSphere Virtual Enterprise
Alternatives in the .NET Space: Open Source, Frameworks and Languages @ QCon SF Nov 19-21
Ruby VMs, Scaling Rails, YellowPages.com on Rails, Merb @ QCon SF Nov 19-21
Thank you, Dion, for taking the time to create this interview. You covered a lot of ground in a short period of time, which is just what I needed to update me on how things have changed since the early days of EJB (which in 1999 I immediately discarded as a production product in lieu of direct development with JSPs and JDBC). In short, the industry has moved about a thousand miles.
I'm surprised he mentioned DOM Inspector and Venkman but didn't mention probably the best tool available today for JS debugging, DOM "inspecting", and even CSS debugging - Firebug (http://www.getfirebug.com).
" I think what's cool about Ajax is that we totally change our web architectures " Rod Johnson, We need 2.0 version of J2ee design and Implementation. Covering strut 2 , Spring MVC , Spring Web Flow , Dojo , web productivity and web 2.0 stack. As Spring community where we are heading in this space.
" I think what's cool about Ajax is that we totally change our web architectures "
Rod Johnson,
We need 2.0 version of J2ee design and Implementation. Covering strut 2 , Spring MVC , Spring Web Flow , Dojo , web productivity and web 2.0 stack. As Spring community where we are heading in this space.
WCF is not just for SOAP based services and can be used with popular protocols like RSS, REST and JSON. Join Rob Windsor as he introduces WCF 3.5 and its new native support for non-SOAP services.
Christophe Coenraets discusses Flex 3, Flex Builder, AIR, BlazeDS, Adobe and open source, integrating Flex with existing applications, and integrating RIAs with search engines and browsers.
Danijel Arsenovski attempts to dispel some of the myths around refactoring and how it applies to .NET developers.
In this presentation, recorded at QCon San Francisco, CORBA guru Steve Vinoski explains REST from the view of someone who comes to SOA from a traditional, RPC-oriented background.
Feature teams are key to scaling agility for large teams. In an excerpt from "Scaling Lean and Agile Development," Larman & Vodde show how feature teams resolve traditional problems & raise new issues
Billy Newport talks about virtualization, eXtreme Transaction Processing (XTP) and WebSphere Virtual Enterprise. He discusses hardware, hypervisor, JVM, application and data virtualization.
While virtualization provides many benefits, security can not be a forgotten concept in its application.
This session is specifically aimed at traditionally trained project managers who are new to Agile, and who would like to be able to relate the PMI's best practices to their Agile equivalents.
5 comments
Reply