I'm not a Turbine comitter, but. Fulcrum shouldn't be tied to any particular framework or even the servlet api. There are no advantages doing otherwise !
-- you can stop reading this message here -- On Xingu I have glue code called Esqueleto (skeleton in english) wich is responsible for joining the components (Xingu, Fulcrum, etc) to the framework you want. Only Turbine is working at the moment. So, one could make something like this : 1) Install your favorite framework (Turbine in this case) 2) cd $ESQUELETO_HOME ; make turbine-base-app (or something else) 3) Edit the configuration files to include/exclude the components you want (Xingu, Fulcrum, etc) Done. There are a set of actions/screens/templates/tools to handle common tasks such as user administration, security, etc ! OBS: CSS and a skin tool plays a central role here ! That's what I'd like to achieve ! Cheers ! -- Leandro Rodrigo Saad Cruz IT - Inter Business Tecnologia e Servi�os (IB) http://www.ibnetwork.com.br http://db.apache.org/ojb http://xingu.sf.net On Thu, 17 Feb 2005 18:52:04 -0500, J Aaron Farr <[EMAIL PROTECTED]> escreveu: > De: J Aaron Farr <[EMAIL PROTECTED]> > Data: Thu, 17 Feb 2005 18:52:04 -0500 > Para: Excalibur Developers List <[EMAIL PROTECTED]> > Assunto: Re: The YAAFI Manifesto - WAS Re: Plans for Fulcrum release .... > > Thanks for the clarifications. I'm very interested in seeing what > Excalibur can do to make things easier for the Turbine folks. > > > I agree. You should be able to setup a container in a matter of minutes. > > It should be simple to make simple things. > > Exactly. > > IMHO Fortress is pretty simply already, but we need better > documentation and we can definitely make it more simple. The goal of > Fortress 2.0 should be to make implementations like yaafi unnecessary. > > So, if I'm reading this correctly, Fulcrum will become a more generic > component library not necessarily tied to Turbine, right? > > -- > jaaron > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
