[Bese-devel] ucw modular-application

Evrim ULU evrim at core.gen.tr
Sat Jun 24 10:16:07 UTC 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I've finished new modular-application API and moved current featured
applications to this API. Here is a short description:

;;;; * UCW Moduler Application API - This enables us to mix several
;;;; features of different application together like i18n & cookie.
;;;; Also, an end-user can define his/her own context mixin class to
;;;; provide a modular context which is crucial for real applications.

The aim is to be able to use application features as mixins. Now one
can create a cookie+l10n application via defining simple class like:

(defclass my-cookie-and-l10n-application (modular-application
cookie-session-application-module l10n-application-module)
  ())

A warning may be, there is no more a "secure-application-mixin". The
name is changed to secure-application-module.

Here is the changelog:

Fri Jun 23 23:07:52 EEST 2006  evrim at core.gen.tr
  * cookie-session.lisp removed. moved to modular-applications.
Shall I push this patch? (1/11) [ynWvpxqadjk], or ? for help: y

Fri Jun 23 23:11:02 EEST 2006  evrim at core.gen.tr
  * secure-application.lisp removed. moved to modular-applications.
Shall I push this patch? (2/11) [ynWvpxqadjk], or ? for help: y

Fri Jun 23 23:16:34 EEST 2006  evrim at core.gen.tr
  * l10n.lisp removed. moved to modular-applications.
Shall I push this patch? (3/11) [ynWvpxqadjk], or ? for help: y

Sat Jun 24 11:34:52 EEST 2006  evrim at core.gen.tr
  * added src/rerl/modular-application direcorty.
Shall I push this patch? (4/11) [ynWvpxqadjk], or ? for help: y

Sat Jun 24 11:35:31 EEST 2006  evrim at core.gen.tr
  * fixed type in l10n-example -> *l10n-example-appication*
Shall I push this patch? (5/11) [ynWvpxqadjk], or ? for help: y

Sat Jun 24 12:20:32 EEST 2006  evrim at core.gen.tr
  * added LICENCE file.
Shall I push this patch? (6/11) [ynWvpxqadjk], or ? for help: y

Sat Jun 24 12:20:45 EEST 2006  evrim at core.gen.tr
  * cookie-module.lisp added.
Shall I push this patch? (7/11) [ynWvpxqadjk], or ? for help: y

Sat Jun 24 12:21:13 EEST 2006  evrim at core.gen.tr
  * added l10n-module.lisp
Shall I push this patch? (8/11) [ynWvpxqadjk], or ? for help: y

Sat Jun 24 12:21:54 EEST 2006  evrim at core.gen.tr
  * added modular-application.lisp which specifies modular applications.
Shall I push this patch? (9/11) [ynWvpxqadjk], or ? for help: y

Sat Jun 24 12:22:27 EEST 2006  evrim at core.gen.tr
  * added security-module.lisp
Shall I push this patch? (10/11) [ynWvpxqadjk], or ? for help: y

Sat Jun 24 12:22:37 EEST 2006  evrim at core.gen.tr
  * fixed asd file for modular-applications.
Shall I push this patch? (11/11) [ynWvpxqadjk], or ? for help: y
Finished applying...

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEnRDnwzkKLGtRuHsRAvguAKDMlX03gvJeYdo9fewpOdwX4fOGowCguaQd
+qYxoqT/e+fZ34st2IOjIhw=
=8q+j
-----END PGP SIGNATURE-----




More information about the bese-devel mailing list