Return-Path: Delivered-To: apmail-pivot-user-archive@www.apache.org Received: (qmail 27197 invoked from network); 2 Feb 2011 15:27:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2011 15:27:51 -0000 Received: (qmail 89615 invoked by uid 500); 2 Feb 2011 15:27:51 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 89589 invoked by uid 500); 2 Feb 2011 15:27:48 -0000 Mailing-List: contact user-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pivot.apache.org Delivered-To: mailing list user@pivot.apache.org Received: (qmail 89580 invoked by uid 99); 2 Feb 2011 15:27:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 15:27:48 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gk_brown@verizon.net designates 206.46.173.1 as permitted sender) Received: from [206.46.173.1] (HELO vms173001pub.verizon.net) (206.46.173.1) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 15:27:40 +0000 Received: from [172.17.74.163] ([unknown] [64.211.20.2]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LFZ00F8JXL6XR10@vms173001.mailsrvcs.net> for user@pivot.apache.org; Wed, 02 Feb 2011 09:27:08 -0600 (CST) Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Apple Message framework v1082) Subject: Re: Pivot integration with other java frameworks From: Greg Brown In-reply-to: Date: Wed, 02 Feb 2011 07:27:06 -0800 Content-transfer-encoding: quoted-printable Message-id: References: To: user@pivot.apache.org X-Mailer: Apple Mail (2.1082) It is certainly possible to use Spring and Hibernate in a Pivot = application - however, it may not produce the best architectural design. = These libraries are generally designed to be used on the server, whereas = Pivot code runs on the client. You may be better off using Pivot's web = query classes to call into Spring/Hibernate-based services provided by a = server. On Feb 2, 2011, at 4:50 AM, Salvador Benimeli wrote: > I just started learning about Pivot but I am a bit confuse about using = it . My question is: how does Pivot integrates with other java = frameworks? For example, is it possible to use Pivot with the spring = security framework to provide authentication and access control ? Is it = easy to integrate with Hibernate ? >=20 > I ask these questions because I was planning to build a web = application with tapestry but I like more the user interface that is = possible to built with Pivot. I would like to built that application = completely in Pivot like a desktop application but is not clear to me if = I could use for example the spring security framework to provide user = authentication and access control. >=20 > Thanks in advance