[jifty-devel] Is there any plan on supporting another template in Jifty devs?

C.G. LEE yuand2 at gmail.com
Sat Dec 30 16:53:35 EST 2006


On 12/29/06, Jesse Vincent <jesse at bestpractical.com> wrote:
>
>
> In the long run, I'd like to get there. We've also been playing with
> Template::Declare, but still targeting running in a browser. If you're
> interested in working on Desktop Jifty, what sort of widget
> set/templating system would be ideal?
>


If Jifty could handle events(I know the namespace Jifty::Event is being
used), then my imaginary picture is like this:

1. write an order sheet in XML(Jifty Vocabulary)
  <xml>
  <mainWindow>
     <menuBar>
        <menu>
           <menuItem>
              <name/>
              <id/>
              <action/>
              <event/>
              ...
           </menuItem>
        </menu>
     </menuBar>
     <leftPanel/>
     <rightPanel/>
     <statusPanel/>
  </mainWindow>

2. feed the XML file to the Jifty wrapper to GUI widgets( or Jifty Desktop
Platform)

3. pull them down to dispatcher and action, model, template, event(Jifty
Homeground)

4. reuse the functions(Jifty Natural Resource); login, session, channel, and
so on.

Well, this is a very common scenario, I think. For example, Firefox,
Netbeans, and Eclipse(maybe), they are taking this way. That's it. We can
clearly and easily predict ...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bestpractical.com/pipermail/jifty-devel/attachments/20061230/b0a26b85/attachment.htm


More information about the jifty-devel mailing list