From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Corey Foote Newsgroups: gmane.emacs.help Subject: Apache Struts view in Emacs Lisp Date: Fri, 7 Mar 2008 11:03:05 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_b8077ef7-f5dd-4562-a0f6-ba9c8fc5d6a5_" X-Trace: ger.gmane.org 1204905961 6822 80.91.229.12 (7 Mar 2008 16:06:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Mar 2008 16:06:01 +0000 (UTC) To: Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 07 17:06:28 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JXf4G-0002C0-UK for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Mar 2008 17:05:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXf3j-000743-Ay for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Mar 2008 11:04:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JXf2M-0005iB-8e for help-gnu-emacs@gnu.org; Fri, 07 Mar 2008 11:03:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JXf2J-0005e2-FZ for help-gnu-emacs@gnu.org; Fri, 07 Mar 2008 11:03:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXf2J-0005dt-AM for help-gnu-emacs@gnu.org; Fri, 07 Mar 2008 11:03:07 -0500 Original-Received: from blu139-omc2-s8.blu139.hotmail.com ([65.55.175.178]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JXf2I-0003r6-LK for help-gnu-emacs@gnu.org; Fri, 07 Mar 2008 11:03:06 -0500 Original-Received: from BLU105-W16 ([65.55.162.185]) by blu139-omc2-s8.blu139.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 7 Mar 2008 08:03:05 -0800 X-Originating-IP: [75.67.96.217] Importance: Normal X-OriginalArrivalTime: 07 Mar 2008 16:03:05.0674 (UTC) FILETIME=[BAAC5AA0:01C8806C] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52132 Archived-At: --_b8077ef7-f5dd-4562-a0f6-ba9c8fc5d6a5_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I've been given the responsibility of creating a web application using Apache Struts. For those of you who don't know, Struts is a Web Framework which facilitates the development of Java web applications using the Model-View-Controller Design pattern. >From what I've read, Struts does not provide, nor is it dependent on, a specific presentation technology. Since the view is decoupled from the model, it is possible to support multiple views, each for a different client type, using the same model component. I'm interested in creating a view which is implemented in Emacs Lisp in addition to the view which I am already creating using Java Server Pages. This would provide a front-end for my application's emacs users, while my non-emacs users would be free to access the application through the web.I'm looking for some guidance on implementing such a view. Does anybody have experience with this, or could point me to some helpful examples or documentation? Thank you! Sincerely, Corey Foote _________________________________________________________________ Connect and share in new ways with Windows Live. http://www.windowslive.com/share.html?ocid=3DTXT_TAGHM_Wave2_sharelife_0120= 08= --_b8077ef7-f5dd-4562-a0f6-ba9c8fc5d6a5_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Hi,

I've been given the responsibility of creating a web application using Apache Struts. For those of you who don't know, Struts is a Web Framework which facilitates the development of Java web applications using the Model-View-Controller Design pattern.

From what I've read, Struts does not provide, nor is it dependent on, a specific presentation technology. Since the view is decoupled from the model, it is possible to support multiple views, each for a different client type, using the same model component. I'm interested in creating a view which is implemented in Emacs Lisp in addition to the view which I am already creating using Java Server Pages. This would provide a front-end for my application's emacs users, while my non-emacs users would be free to access the application through the web.

I'm looking for some guidance on implementing such a view. Does anybody have experience with this, or could point me to some helpful examples or documentation?

Thank you!

Sincerely,

Corey Foote



Connect and share in new ways with Windows Live. Get it now! = --_b8077ef7-f5dd-4562-a0f6-ba9c8fc5d6a5_--