이 콘텐츠는 선택한 언어로 제공되지 않습니다.
8.3. Existing Implementations
Apart from files, directories (FileHandler) and zip archives (ZipEntryHandler) the Microcontainer also supports other more advanced use cases. The first one is Assembled, which is similar to what Eclipse calls Linked Resources. Its purpose is to take existing resources from different trees, and "mock" them into single resource tree.
Example 8.6. Implementation of Assembled VirtualFileHandlers
Another implementation is in-memory files. This implementation arose out of a need to easily handle AOP generated bytes. Instead of using temporary files, you can drop bytes into in-memory VirtualFileHandlers.
Example 8.7. Implementation of In-Memory VirtualFileHandlers