Java vs .NET
843842Dec 21 2004 — edited Feb 8 2005Hello all,
For the past 2 years I have developed in ASP.NET with C#
I built an enterprise level CMS system, and had real trouble creating a scaleable application. I very much liked working in a true OO enviroment, and I also thought that the event driven nature of the model was excellent.
However the HTML generated was not even remotely accessible, and the viewstate (an encrypted form element that maintained state) often grew to an unusable size.
I am thinking of moving over to Java. I am particulary interested in JSF and struts, however I would like to look at some example sites that have been developed using this technology .
How does JSF maintain state, what is the HTML generated like?
Can anybody point me in the correct direction