Considering I so far have spent;
4 hours trying to understand Avalon & Phoenix concepts.
1 day applying that knowledge into a functional SAR
1 day to get the existing application running
it is not bad at all. Very happy with the Avalon project, IMHO the best structured (code-wise) OSS project I have ever seen. I will enjoy this.
cool!
On the filesystem setup, my personal preference has been to place a symlink in the context dir to the actual material. IE
// cd /opt/phoenix/apps/my-app // ln -s /data2/my-app/users m_userDir = new File( (BlockContext)m_context.getBaseDirectory(), m_userDirName ); if( !m_userDir.isDirectory() && !m_userDir.mkdir() ) throw new IllegalStateException( INVALID_USER_DIRECTORY_MESSAGE );
but there's literally dozens of ways to accomplish this :D
cheers!
- Leo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
