makumba / makumba

Makumba helps you rapidly develop data driven web applications. Provides a custom JSP taglib as a main interface, but leaves API open for advanced access. It is implemented in Java.
https://www.makumba.org
GNU Lesser General Public License v2.1
5 stars 2 forks source link

support for declaring and computing secret attributes #117

Open ghost opened 21 years ago

ghost commented 21 years ago

Reported by @cristianbogdan on 12 Dec 2002 02:58 UTC this bug is connected to bug 7 (where we might decide something totally different like e.g. dropping secret attributes completely) and bug 40 (which deals with attribute declaration in the page, which would be boring for secret attributes, which are used everywhere)

secret (session) attributes are attributes that keep the user identity, and at present are one of the big design problems of makumba, due to using the same attribute with differnet senses in different parts of the application (bug 256)

the idea here is to have a central place in the BL where secret attributes are declared, with name and type. the name of that file (MDD, Java or properties, not sure yet) can be delcared in MakumbaController.properties, or can be a separate file, MakumbaSession.properties, etc

once secret attributes are declared

alternatives for representing secret attributes:

Migrated-From: http://trac.makumba.org/ticket/257

ghost commented 21 years ago

Comment by @cristianbogdan on 22 May 2003 13:24 UTC besides bug 256, i think that bug 34 is another bug that can benefit from this

connections with bug 40 and bug 41 are interesting for the idea of static page analysis

ghost commented 14 years ago

Modified by @manuelbernhardt on 28 Jun 2010 07:22 UTC

ghost commented 14 years ago

Modified by @manuelbernhardt on 28 Jun 2010 07:36 UTC