Best of this Week Summary 02 March - 08 March 2009
- The UI teamlead of Google's Chrome browser explained at a presentation why they decided to build Chrome. Basically because all the existing browsers suck :-)
- A memory and performance comparison between Seam+JSF and Wicket. Wicket wins both. Also check the comments for useful feedback. Possible reasons for the differences in performance are: JSF performs much more expression evaluation and the JSF lifecycle is much more complex.
- The Open Group has released version 9 of The Open Group Architecture Framework (TOGAF) for enterprise architectures. TOGAF is often combined with ArchiMate for modelling. Most important addition to version 8 is the content framework which describes what an architecture exists of. Here's some feedback from actual users on TOGAF 9.
- Talking about standards, the OASIS committee has updated a bunch of webservices specifications/standards.
- A nice post on how to write a Javascript client that sites can use to access your REST API. Biggest challenges that had to be solved were:
- Browser same-origin restrictions on XMLHttpRequests (XHRs) and inter-window/frame access
- The lack of wide browser support for HTML 5-style message passing between windows.
- Browser same-origin restrictions on XMLHttpRequests (XHRs) and inter-window/frame access
- Java Enterprise Edition 6 (Java EE 6) Specification (JSR 316) is getting there...
No comments:
Post a Comment