Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 59988 invoked from network); 6 Apr 2007 12:25:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Apr 2007 12:25:51 -0000 Received: (qmail 25731 invoked by uid 500); 6 Apr 2007 12:25:54 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 25478 invoked by uid 500); 6 Apr 2007 12:25:53 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 25467 invoked by uid 99); 6 Apr 2007 12:25:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2007 05:25:53 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of taylans@gmail.com designates 209.85.132.240 as permitted sender) Received: from [209.85.132.240] (HELO an-out-0708.google.com) (209.85.132.240) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2007 05:25:45 -0700 Received: by an-out-0708.google.com with SMTP id c38so1015126ana for ; Fri, 06 Apr 2007 05:25:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s7qMoghYPgMlSdM5wmOjqqJFUmUclJuWaUQ9kseOostcbm21veWk5VfM76lLUBEvIQuCMqZIxNJSbybnDEkPXpPt59F3sAkf2uC3iQAiK2S98TvlXFljlQTvgrOo6bp97/tZb0on3T5kgyuVJbXcbKne0x77PLHhj8Jp0esxmDU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pmWHDacNMfoy1gcfQ7it7ig5Q/qscZ8ooO59u0T53OzQ0jfpg8PotnVkrkOEKUc6nYyb5vxnAw2HDT6uwR0ST5xtUvsFLCZgDUoT6aAersMHftguisYbM4cqjSCs2NExIXxPUBcCothKyBY2fXLmncdFRrGF4np9kRvqD3rPcCY= Received: by 10.100.35.17 with SMTP id i17mr2065398ani.1175862324164; Fri, 06 Apr 2007 05:25:24 -0700 (PDT) Received: by 10.100.37.5 with HTTP; Fri, 6 Apr 2007 05:25:24 -0700 (PDT) Message-ID: <117172170704060525qec36964p76fe7d4d48932771@mail.gmail.com> Date: Fri, 6 Apr 2007 15:25:24 +0300 From: "taylan saldiray" To: "MyFaces Discussion" , werner.punz@gmail.com Subject: Re: New to MyFaces In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <00cf01c777cc$6a360f70$6db50b2f@corp.nortel.com> <7CA6ED41F8109F47999F0D4B5C97DC6A01611705@s0141207.miamidade.gov> X-Virus-Checked: Checked by ClamAV on apache.org Iordanov, Borislav (GIC) ++ i have worked 6 months on jsf and given it up and wrote my html code direct into the servlet. the reason is: the whole control is under my hand, the rendered code is much simplier, works faster, consumes less space and is more flexible. we have spent one week for binding a table to a model and making it editable and ajax-able wihch took too much time. and when an exception occured, it was hard to detect the reason. one more thing which i disliked about about jsf was a big bug which was solved in newer versions but took much time for us and delayed the project. the reason was a simple synchronization problem where multiple threads accessed an object without synch. On 4/6/07, Werner Punz wrote: > Iordanov, Borislav (GIC) schrieb: > > I'm not sure what "statistics" you are looking for. I haven't done an > > industry analysis. But in general, JSF is heavyweight machinery without > > any substantial benefit. Simple things are complicated and complicated > > things impossible. It was obviously designed by (probably smart, Java > > knowledgeable) people that have no serious experience with web > > development. A well-known example is that it still doesn't work well > > with JSP (a technology for which JSF was designed from the start!) and > > it probably never will. > > > > > > JSF 1.2 does (myfaces soon will have jsf 1.2 level) > and facelets basically do what jsp does. You basically > speak about the mixin problems of html and jsf (verbatim tags) > > this problem is gone in the jsf 1.2 spec, and in facelets, facelets also > eliminates problems introduced by jsp... > >