robster970
Guest Author
- Messages
- 4,567
- Likes
- 1,390
Thats a good idea, but no so good if you want to protect source code.
If I wanted to licence my API with automated systems included , how do I protect source code with Java ?.
With dot.net I am told it can be protected easily.
The Open forex platform allows to build strategies using any of the .NET languages (more than 30 total, C# and VB.NET are most popular). If you wish, you can build a strategy and place it in a separate managed DLL, and in order to protect it from decompilation, you can "obfuscate" it using some of the tools for this purpose. It is not hard to do at all, but you will technical knowledge on using Microsoft Visual Studio (and C#) to be able to work efficiently.
O D T
If you try and tell me what you are trying to achieve I can point you in the right, and probably least painful direction. The statement about source code is nonsense - have you ever tried to read anything that's come out of decompiler - it's painful.
BTW - I do this stuff for a living, so the thing about protecting source code is nonsense. If you write java and run it under a Tomcat container with a apache web server in front of it, nobody can get at any source.