Changes between Version 19 and Version 20 of PRO_LIB_CORE_COMMONS_R0
- Timestamp:
- 12/04/08 14:09:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_COMMONS_R0
v19 v20 52 52 * Children property is deprecated and its usage should be replaced with @Own annotation 53 53 * Multithreading issues - 2 methods of approach are possible. Although the better approach is the first one, so the library should provide support for multithreading. 54 * Support of multithreading - it should be provided that properties are executed in multithreads 54 * Support of multithreading - it should be provided that properties are executed in multithreads (using !ThreadLocal) 55 55 * Everything should be executed in the Event Dispatch Thread - it should be provided that properties are executed in the Event Dispatch Thread 56 56 * (Optional if there is time) Check the library to prevent Memory Leaks.