Monday, November 22, 2004

MSDN2 and JScript 8.0

There is a Visual Studio 2005 Beta Documentation online. There they come… and JScript 8.0 is out there: check how this scripting language fits in the .NET platform.

 

Tuesday, November 09, 2004

Struts 2.0 on top of JSF

It seems that Struts 2.0 (code-name Shale) is going to be based on JSF. Here you can read a detailed proposal. It’s not surprising as Craig McClanahan created Struts and is a co-spec leader of JSR-127 (JSF). And he has spoken out about the pros of using both technologies together.

Sunday, November 07, 2004

Some useful W3C documents

HTTP GET/POST

When I interview somebody for a web-related technical position, I use to ask what the differences between GET and POST are. I have heard almost all creative (but wrong) answers about that, but very few guys have answered it quiet well.

Besides the HTTP specification where it is stated that the capital difference between those methods (GET is semantically idempotent, POST isn’t) and a lot of consequences, fortunately today I found an article (a finding they call) from the Technical Architecture Group (TAG) that will help to understand those consequences about the intrinsic difference by exposing well documented examples as to reinforce the specification points regards this topic. The whole TAG findings list is also available.

Architecture of the World Wide Web as a W3C Proposed Recommendation

These guys stated that the Architecture of the World Wide Web was a Proposed Recommendation. This is a very well documented reference for those who want to get the benefits of a number of recommendations from the W3C on their web sites or applications. This is also a TAG work.

XML Binary Characterization Use Cases

A lot have been said about the overhead XML impose to the communication layer in a number of architectures. Well, W3C is working on an initiative that goals in provide an alternative serialization method in order to alleviate this issue. Currently they are grouping all the different XML use cases, and ask the community to provide some cases they are missing. Personally, I found that they miss EDI/XML and ASN.1 XML use cases. I already emailed this observation.

Monday, November 01, 2004

XML Schema Second Edition Is a W3C Recommendation

 We should promote its use among our peers…

The World Wide Web Consortium today released XML Schema Second Edition as a W3C Recommendation in three parts: Part 0: Primer, Part 1: Structures and Part 2: Datatypes. The second edition is not a new version; it corrects errors found in the XML Schema first edition. A modular approach well-suited to distributed applications, XML schemas define shared markup vocabularies and the structure of XML documents using those vocabularies. Visit the XML home page.