The latest J2EE 1.4 Tutorial on the Sun site has (amongt other things) an added section on Java Server Faces.
The tutorial walks you through what are JSF, and how to develop a Web App using JSF.
Articles, notes and random thoughts on Software Development and Technology
The latest J2EE 1.4 Tutorial on the Sun site has (amongt other things) an added section on Java Server Faces.
The tutorial walks you through what are JSF, and how to develop a Web App using JSF.
Microsoft have been found guilty of anti-trust behavior in the EU courts, and have been fined $613 million.
The final decision regarded the integral bundling on Microsoft WIndows Media Player into the operating system, and that it gave Microsoft an unfair advantage over othercompeting Media companies. As a result they will also have to remove Media Player from OS.
A product release on java.net caught my eye this morning, for Omnicore’s CodeGuide IDE.
This IDE has a ‘back-in-time’ debugger feature that allows you to step forward and backwards through your code as you debug. This is superb feature that would allow you to step back through the code after you have found a bug causing an exception. In other debuggers, once you have reached the exception, depending on the error handling in your code, you’ve already stepped too far and missed the point where the bug actually occurred, and you probably need to restart and get to the same place again to see exactly what happened.
With this ‘back-in-time’ feature you can step backwards to examine the code that has already executed, without needing to restart.
Tim Bray, one of the initial developers of the XML spec, recently joined Sun as a Technology Director.
In his blog he discusses why he chose to work for Sun, and discusses the current drawbacks of the .NET platform.
His main points about .NET: