Project Information
Featured
|
the MeSDK provides a light and small object implementation for core developing it includes the MeObjects, MeRTTI, and MeAOP etc. The MeAOP Library is Aspect Oriented Programming for delphi. IMO, the aspect is the general feature in fact. It's a helper for object-oriented programming to re-use the feature(function), such as the Login feature. Aspect Oriented Programming attempts to aid programmers in the separation of features, or the breaking down of a program into distinct parts that overlap in functionality as little as possible.
MeObjectsMeObjects Library for Delphi is a light object extension to make object type small and powerful. It makes the object type supports the ClassType, InheritsFrom and ClassName like the Class Type, but it's mini and faster than the delphi class type. You can treat it as mini-class type. The MeObjects Library is the MeSDK core too. MeRTTIthe Mini Run-time Type Infomation object derived from MeObjects. the MeType is stream-able. MeAOPThe MeAOP Library is Aspect Oriented Programming for delphi. IMO, the aspect is the general feature in fact. It's a helper for object-oriented programming to re-use the feature(function), such as the Login feature. Aspect Oriented Programming attempts to aid programmers in the separation of features, or the breaking down of a program into distinct parts that overlap in functionality as little as possible.
I treat the Aspect Oriented Programming as Feature Oriented Programming. MeRemoteThe MeRemote Features Library is the remote function and remote object Library for delphi. It's the feature-layer for the MeAOP. MeServiceThe MeService Library is a mini general SOA(service(plugin)-oriented architecture) system framework. MeScriptthe MeSDK Script Engine Core. It's the functional language script engine. but not ready yet. |