durnek60 Posted August 5, 2011 Report Share Posted August 5, 2011 Hi! I'm wondering about the factory pattern. It is a very useful tool if the target has memory limitation, and I think it is modern-style plugin architecture. So I'm planning to redesign my plugin-based code to Factory pattern... BUT what about the code protection? Using source distribution with clear block diagram option is a very good way to protect the code, but what about the classes and their methods? Is there any way to remove remove class method block diagram? Quote Link to comment
durnek60 Posted August 6, 2011 Author Report Share Posted August 6, 2011 (edited) Hi! I'm wondering about the factory pattern. It is a very useful tool if the target has memory limitation, and I think it is modern-style plugin architecture. So I'm planning to redesign my plugin-based code to Factory pattern... BUT what about the code protection? Using source distribution with clear block diagram option is a very good way to protect the code, but what about the classes and their methods? Is there any way to remove remove class method block diagram? I think yesterday I was too tired to make this last trial. The way to create plugin.llbs for factory pattern, where every vi is protected by removing its block diagram is similar like anything else.. Edited August 6, 2011 by durnek60 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.