: How can we secure our web application codes? I have a web application written in the Struts2 framework. I want to host the application with another company. Is there any way to hide the
I have a web application written in the Struts2 framework. I want to host the application with another company. Is there any way to hide the code which is hosted on the server? What I want is to hide the code from anyone who has access to the server. Using the application would be allowed, but viewing the code prohibited.
More posts by @Cofer257
1 Comments
Sorted by latest first Latest Oldest Best
By hiding code i assume that you want to restrict others from seeing your business logic which includes you struts2 Action classes any other configurations and Business logic or other potential algorithms business routines you have written in your application.
When we deploy our application on a web-server we generally give only class files along with any JSP,CSS java-script etc.
though there is no certain or 100% way to d-compile java classes but there are potential so many d-compiler out there which can help to d-compile the code.
So if some one want to really see your code he can get an idea about it.
regarding securing JSP/HTML/CSS etc @pauli has already mentioned some ways but still there is no way you can assure yourself 100% about this.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.