1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 <2009> 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 <2009> 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: help for developing a simple application on EPICS |
From: | Tom Pelaia <[email protected]> |
To: | [email protected] |
Cc: | [email protected] |
Date: | Mon, 15 Jun 2009 10:44:41 -0400 |
Hi, You could use CAML which is an XHTML language for displaying CA controls within an XHTML document. If you know HTML then it is very easy to create a CAML based application. There are two pieces to CAML, a CA browser plugin and the CAML framework. The CA browser plugin provides a _javascript_ client interface to CA. CAML provides a XML implementation of several CA controls. You simply embed the XML for a control in your XHTML document and the style sheet transformation generates all of the necessary HTML, CSS and _javascript_ to render the control and connect it to CA using the plugin. You can find more information about CAML at: best regards, tom On Jun 13, 2009, at 7:17 AM, D.Chinnadurai wrote:
|